SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
Infectious
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
MedicalSpecialty
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Something in medical science that pertains to infectious diseases, i.e. caused by bacterial, viral, fungal or parasitic infections.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000