query-9155790c2f950a12079640597330c8d0

rq turtle/ttl

Fictional characters (or subclasses) that are present in a play (or subclass) Fictional characters (or subclasses) that are present in a play (or subclass) Fictional characters (or subclasses) that are present in a play (or subclass) Fictieve personages (of subclasses) die aanwezig zijn in een toneelstuk (of subclass) Fictional characters (or subclasses) that are present in a play (or subclass)

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 ?character ?characterLabel ?play ?playLabel
WHERE 
{
  ?play wdt:P31/wdt:P279* wd:Q25379.
  ?character wdt:P31/wdt:P279* wd:Q95074.
  ?character wdt:P1441 ?play.
  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; v2("?character"):::projected v1("?play"):::projected a1((" ")) a2((" ")) c3(["wd:Q25379"]):::iri c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c4(["wd:Q95074"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v2 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c4 v2 --"wdt:P1441"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end