SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Specifies that the consumer can keep the product, even when receiving a refund or store credit.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000