SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Specifies that a refund can be done in the full amount the customer paid for the product.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000