SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Information about how or where to find a topic. Also may contain location data that can be used for where to look for help if the topic is observed.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000