query-eea41bb90de8f8e97dd363b1ef73f6be
Missing given name. Useful query: Wikidata:Database reports/Humans with missing claims/P2091From
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel WHERE {
?item p:P106/ps:P106/wdt:P279* wd:Q26270618 .
MINUS { ?item wdt:P735 ?foo . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
} ORDER BY ASC(?itemLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?foo")
v2("?item"):::projected
v1("?itemLabel"):::projected
a1((" "))
a2((" "))
c7(["bd:serviceParam"]):::iri
c4(["wd:Q26270618"]):::iri
c9(["en"]):::literal
v2 --"p:P106"--> a1
a1 --"p:statement/P106"--> a2
a2 --"p:direct/P279"--> c4
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v2 --"p:direct/P735"--> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end