query-6fec1da2e522a523fd83612859c17e61
Items of the class "Season" which are used in combination with a performing arts production Items of the class "Season" which are used in combination with a performing arts production Items of the class "Season" which are used in combination with a performing arts production Items van de class "Season" die worden gebruikt in combinatie met een uitvoerende kunsten productie Items of the class "Season" which are used in combination with a performing arts production
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 ?item ?itemLabel ?season ?seasonLabel
WHERE
{
?item wdt:P31 ?season.
{?production wdt:P31/wdt:P279* wd:Q43099500. ?production wdt:P2348 ?item}
UNION {?series wdt:P31/wdt:P279* wd:Q43100730 . ?series wdt:P2348 ?item}
UNION {?performance wdt:P31/wdt:P279* wd:Q35140. ?performance wdt:P2348 ?item}.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
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("?item"):::projected
v5("?performance")
v3("?production")
v2("?season"):::projected
v4("?series")
a1((" "))
a2((" "))
a3((" "))
c3(["wd:Q43099500"]):::iri
c8(["bd:serviceParam"]):::iri
c6(["wd:Q35140"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c5(["wd:Q43100730"]):::iri
v1 --"wdt:P31"--> v2
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
v5 --"wdt:P31"--> a3
a3 --"wdt:P279"--> c6
v5 --"wdt:P2348"--> v1
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v4 --"wdt:P31"--> a2
a2 --"wdt:P279"--> c5
v4 --"wdt:P2348"--> v1
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v3 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v3 --"wdt:P2348"--> v1
end
union0r <== or ==> union0l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end