query-a0e5deabf24c55c7c589b85a6648fca8
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT (COUNT(?id) AS ?countOfId) WHERE {
?item wdt:P961 ?id . # IPNI plant ID
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?countOfId")
v2("?id"):::projected
v1("?item")
v1 --"wdt:P961"--> v2
bind1[/"count(?id)"/]
v2 --o bind1
bind1 --as--o v3