query-190d82fee538a1be0d29e27dc55ccb30
Taxon names that are "instance of" recombination instead of "object has role"
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT (COUNT(?name) AS ?count)
WHERE
{
?taxa p:P225 ?name.
?name pq:P31 wd:Q14594740.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?count")
v2("?name"):::projected
v1("?taxa")
c3(["wd:Q14594740"]):::iri
v1 --"p:P225"--> v2
v2 --"p:qualifier/P31"--> c3
bind1[/"count(?name)"/]
v2 --o bind1
bind1 --as--o v3