query-fb5f11c70d11c70fd45ca76e0ed6b60d
Items of the class "Play" with indication of character roles Items of the class "Play" with indication of character roles Items of the class "Play" with indication of character roles Items van de class "Play" met indicatie van karakterrollen Items of the class "Play" with indication of character roles
Use at
- https://query.wikidata.org/sparql
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 ?play ?playLabel
WHERE
{
?play wdt:P31/wdt:P279* wd:Q25379.
?role wdt:P31/wdt:P279* wd:Q95074.
?role wdt:P1441 ?play.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,it,fr,de,es,ru". }
}
Query found at
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Statistics
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Statistics/da
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Statistics/en
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Statistics/fr
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Statistics/nl
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Statistics/tr
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?play"):::projected
v2("?role")
a1((" "))
a2((" "))
c3(["wd:Q25379"]):::iri
c7(["bd:serviceParam"]):::iri
c4(["wd:Q95074"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en,it,fr,de,es,ru"]):::literal
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