query-93f5345d6d92147291a731588ea1d57a
a
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 bd: <http://www.bigdata.com/rdf#>
SELECT ?human ?humanLabel ?Freebase_ID ?Google_Knowledge_Graph_ID WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?human wdt:P31 wd:Q5.
?human wdt:P27 wd:Q668.
?human wdt:P106 wd:Q33999.
MINUS { ?human wdt:P646 ?Freebase_ID. }
MINUS { ?human wdt:P2671 ?Google_Knowledge_Graph_ID. }
}
LIMIT 10000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?Freebase_ID"):::projected
v3("?Google_Knowledge_Graph_ID"):::projected
v1("?human"):::projected
c2(["bd:serviceParam"]):::iri
c8(["wd:Q668"]):::iri
c6(["wd:Q5"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c10(["wd:Q33999"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> c6
v1 --"wdt:P27"--> c8
v1 --"wdt:P106"--> c10
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P646"--> v2
end
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P2671"--> v3
end