SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Information about the causes and main actions that gave rise to the topic.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000