SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
Homeopathic
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
MedicineSystem
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
A system of medicine based on the principle that a disease can be cured by a substance that produces similar symptoms in healthy people.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000