SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000