query-e77a5072210d7a21445324f6f50f3a82

rq turtle/ttl

Propertiesinstance of (P31)main subject (P921)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 ?article ?articleLabel ?person ?personLabel
WHERE 
{
  ?article wdt:P31 wd:Q13442814.
  ?article wdt:P921 ?person.
  ?person wdt:P21 wd:Q6581072.
  ?person wdt:P106 ?occupation.
  ?occupation wdt:P279 wd:Q901.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?article"):::projected v3("?occupation") v2("?person"):::projected c2(["wd:Q13442814"]):::iri c10(["bd:serviceParam"]):::iri c8(["wd:Q901"]):::iri c12(["#91;AUTO_LANGUAGE#93;,en"]):::literal c5(["wd:Q6581072"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P921"--> v2 v2 --"wdt:P21"--> c5 v2 --"wdt:P106"--> v3 v3 --"wdt:P279"--> c8 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end