query-e67c1e30f7674f3e89879bf5d89fef05

rq turtle/ttl

Propertiescountry of citizenship (P27)sex or gender (P21)occupation (P106)subclass of (P279)

Use at

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 ?itemLabel ?sub0Label WHERE {
  ?item wdt:P27 wd:Q668.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?item wdt:P21 wd:Q6581072.
  ?item wdt:P106 ?sub0.
  ?sub0 wdt:P279* wd:Q901.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item") v2("?sub0") c4(["bd:serviceParam"]):::iri c11(["wd:Q901"]):::iri c2(["wd:Q668"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal c8(["wd:Q6581072"]):::iri v1 --"wdt:P27"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end v1 --"wdt:P21"--> c8 v1 --"wdt:P106"--> v2 v2 --"wdt:P279"--> c11