SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
diseaseSpreadStatistics
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
Property
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Statistical information about the spread of a disease, either as [[WebContent]], or
described directly as a [[Dataset]], or the specific [[Observation]]s in the dataset. When a [[WebContent]] URL is
provided, the page indicated might also contain more such markup.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
Statistical information about the spread of a disease, either as [[WebContent]], or
described directly as a [[Dataset]], or the specific [[Observation]]s in the dataset. When a [[WebContent]] URL is
provided, the page indicated might also contain more such markup.