query-47d3a1b24688457453248a55a59303f5

rq turtle/ttl

Relaties

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 ?guest ?guestLabel ?relation ?relationLabel ?epLabel where {
  ?item wdt:P179 wd:Q2330424;
        wdt:P5030 ?guest.
  ?guest ?x ?child.
  ?ep wdt:P5030 ?child;
      wdt:P179 wd:Q2330424.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "nl". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?child") v5("?ep") v2("?guest"):::projected v1("?item") v3("?x") c5(["bd:serviceParam"]):::iri c2(["wd:Q2330424"]):::iri c7(["nl"]):::literal v1 --"wdt:P179"--> c2 v1 --"wdt:P5030"--> v2 v2 -->v3--> v4 v5 --"wdt:P5030"--> v4 v5 --"wdt:P179"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end