SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Inside leg (measured between crotch and soles of feet). Used, for example, to fit pants.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000