query-147d29bb9469b1cc9047db6db1a869b5
TEMPLATE={ "template": { "en": "Performing arts production 'from' country ?country" }, "variables": { "?country": { "query": "SELECT ?id WHERE { ?id wdt:P31 wd:Q6256. }" } } } SELECT DISTINCT ?item WHERE { VALUES ?country {wd:Q40 wd:Q39 wd:Q183} ?item (wdt:P31/(wdt:P279*)) wd:Q43099500. { # Director has ?country citizenship ?item wdt:P57 ?director. ?director wdt:P19 ?birth. ?birth wdt:P17 ?country. } UNION { # Director was born in ?country ?item wdt:P57 ?director. ?director wdt:P27 ?country. } UNION { # First performance was in ?country ?item wdt:P4647 ?first_performance_location. ?first_performance_location wdt:P17 ?country. } UNION { # Production company is from ?country ?item wdt:P272 ?production_company. ?production_company wdt:P17 ?country. } }
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#TEMPLATE={ "template": { "en": "Performing arts production 'from' country ?country" }, "variables": { "?country": { "query": "SELECT ?id WHERE { ?id wdt:P31 wd:Q6256. }" } } }
SELECT DISTINCT ?item WHERE {
VALUES ?country {wd:Q40 wd:Q39 wd:Q183}
?item (wdt:P31/(wdt:P279*)) wd:Q43099500.
{ # Director has ?country citizenship
?item wdt:P57 ?director.
?director wdt:P19 ?birth.
?birth wdt:P17 ?country.
}
UNION
{ # Director was born in ?country
?item wdt:P57 ?director.
?director wdt:P27 ?country.
}
UNION
{ # First performance was in ?country
?item wdt:P4647 ?first_performance_location.
?first_performance_location wdt:P17 ?country.
}
UNION
{ # Production company is from ?country
?item wdt:P272 ?production_company.
?production_company wdt:P17 ?country.
}
}
Query found at
- https://www.wikidata.org/wiki/User:Jean-Fr%C3%A9d%C3%A9ric/Austria_contest_ideas_bis
- https://www.wikidata.org/wiki/Wikidata:Tenth_Birthday/DACH_Culture_Contest/queries