query-e02d2412231989d0ec5b795f210a29cc
Fossil taxa
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (count(*) as ?countOfFossilTaxa) WHERE {
?item wdt:P31 wd:Q23038290 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?countOfFossilTaxa")
v1("?item")
c2(["wd:Q23038290"]):::iri
v1 --"wdt:P31"--> c2
bind1[/"count(*)"/]
bind1 --as--o v2