SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Represents the distance fee (e.g., price per km or mile) part of the total price for an offered product, for example a car rental.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000