SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Specifies that a return label will be provided by the seller in the shipping box.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000