query-d6387f4126b4560b1da187c2133e90ea
Incomplete recombination data
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?taxonname
WHERE
{
?item p:P225 ?name.
?name ps:P225 ?taxonname.
?name pq:P3831 wd:Q14594740.
FILTER NOT EXISTS {
?item ps:1403 [].
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?name")
v3("?taxonname"):::projected
a1((" "))
c7(["bd:serviceParam"]):::iri
c5(["wd:Q14594740"]):::iri
c9(["en"]):::literal
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"p:statement/1403"--> e0a1
e0v1("?item"):::projected
e0a1((" ")):::projected
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> a1
v1 --"p:statement/1403"--> a1
v1 --"p:P225"--> v2
v2 --"p:statement/P225"--> v3
v2 --"p:qualifier/P3831"--> c5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end