SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
TraditionalChinese
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
MedicineSystem
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
A system of medicine based on common theoretical concepts that originated in China and evolved over thousands of years, that uses herbs, acupuncture, exercise, massage, dietary therapy, and other methods to treat a wide range of conditions.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
A system of medicine based on common theoretical concepts that originated in China and evolved over thousands of years, that uses herbs, acupuncture, exercise, massage, dietary therapy, and other methods to treat a wide range of conditions.