SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Information about questions that may be asked, when to see a professional, measures before seeing a doctor or content about the first consultation.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000