SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
weightPercentage
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
Property
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Value in the range [0.0 ; 1.0] representing the fraction of the weight that is used to compute the shipping price.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000