SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Represents the minimum advertised price ("MAP") (as dictated by the manufacturer) of an offered product.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000