SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Represents the cleaning fee part of the total price for an offered product, for example a vacation rental.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000