SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
The steering position is on the left side of the vehicle (viewed from the main direction of driving).
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000