query-b173506adc3399e005f3db4a07b98c8f
Property-valued wikibase:quantityUnit statements statements: wikibase:quantityUnitThe following query lists properties that appear in the unit position of
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
select distinct * where {
[] wikibase:quantityUnit ?unit .
?unit a wikibase:Property .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?unit"):::projected
a1((" "))
c3(["wikibase:Property"]):::iri
a1 --"wikibase:quantityUnit"--> v1
v1 --"a"--> c3