query-a112198feefa35a815ddec91df1bd406

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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?subject ?subjectLabel ?uncleClass ?uncleClassLabel ?nieceOrNephew ?nieceOrNephewLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?subject p:P1038 ?statement.
  ?uncleClass wdt:P279*/wdt:P279* wd:Q76557.
  ?statement pq:P1039 ?uncleClass.
  ?statement ps:P1038 ?nieceOrNephew.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?nieceOrNephew"):::projected v2("?statement") v1("?subject"):::projected v3("?uncleClass"):::projected a1((" ")) c7(["wd:Q76557"]):::iri c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"p:P1038"--> v2 v3 --"p:direct/P279"--> a1 a1 --"p:direct/P279"--> c7 v2 --"p:qualifier/P1039"--> v3 v2 --"p:statement/P1038"--> v4