query-627429419433be28a5970f8ca09fe88a

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?human ?humanLabel ?y WHERE {
  ?human wdt:P31 wd:Q5.
  ?human ?x ?y.
  ?y pq:P2868 wd:Q4445088.
  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("?human"):::projected v2("?x") v3("?y"):::projected c6(["bd:serviceParam"]):::iri c2(["wd:Q5"]):::iri c8(["en"]):::literal c4(["wd:Q4445088"]):::iri v1 --"wdt:P31"--> c2 v1 -->v2--> v3 v3 --"pq:P2868"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end