query-897f86f766cdc8bd9f8f56a7700c3a5e
Statistic
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?countOfWoRMSPublicationId ?countOfWoRMSTaxonId
WHERE {
{
SELECT (COUNT(*) AS ?countOfWoRMSPublicationId) WHERE {
[] wdt:P6678 [].
}
}
{
SELECT (COUNT(*) AS ?countOfWoRMSTaxonId) WHERE {
[] wdt:P850 [].
}
}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?countOfWoRMSPublicationId"):::projected
v2("?countOfWoRMSTaxonId"):::projected
a1((" "))
a2((" "))
a3((" "))
a4((" "))
a1 --"wdt:P6678"--> a2
bind1[/"count(*)"/]
bind1 --as--o v1
a3 --"wdt:P850"--> a4
bind3[/"count(*)"/]
bind3 --as--o v2