query-f38d8ea82c16e063f88ea01324bb3244

rq turtle/ttl

Propertiessex or gender (P21)occupation (P106)subclass of (P279)author (P50)full work available at URL (P953)

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 DISTINCT ?item ?itemLabel ?occLabel ?work ?workLabel ?link
WHERE 
{
  ?item wdt:P21 wd:Q6581072.
  ?item wdt:P106 ?occ.
  ?occ wdt:P279* wd:Q901.
  ?work wdt:P50 ?item.
  ?work wdt:P953 ?link
  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("?item"):::projected v4("?link"):::projected v2("?occ") v3("?work"):::projected c9(["bd:serviceParam"]):::iri c5(["wd:Q901"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q6581072"]):::iri v1 --"wdt:P21"--> c2 v1 --"wdt:P106"--> v2 v2 --"wdt:P279"--> c5 v3 --"wdt:P50"--> v1 v3 --"wdt:P953"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end