query-4e501116503ef32dc2ef1a08a91a8223
Unit = P199 (April 28)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT(*) as ?count) { ?s wikibase:quantityUnit wd:P199 }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?count")
v1("?s")
c2(["wd:P199"]):::iri
v1 --"wikibase:quantityUnit"--> c2
bind1[/"count(*)"/]
bind1 --as--o v2