SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
WesternConventional
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
MedicineSystem
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
The conventional Western system of medicine, that aims to apply the best available evidence gained from the scientific method to clinical decision making. Also known as conventional or Western medicine.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
The conventional Western system of medicine, that aims to apply the best available evidence gained from the scientific method to clinical decision making. Also known as conventional or Western medicine.