query-04e318b001b3861f81f00b97ab57bec5
Organizations listed at least once as "production company" of a performing arts production Organizations listed at least once as "production company" of a performing arts production TODO Organizations listed at least once as "production company" of a performing arts production Organisaties die ten minste één keer zijn vermeld als productiebedrijf van een uitvoerende kunsten productieb Organizations listed at least once as "production company" of 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
WHERE
{
?production wdt:P272 ?item .
?production wdt:P31/wdt:P279* wd:Q43099500 .
?item wdt:P31/wdt:P279* wd:Q43229 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
- https://www.wikidata.org/wiki/Wikidata:Request_a_query/Archive/2022/04
- 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;
v2("?item"):::projected
v1("?production")
a1((" "))
a2((" "))
c4(["wd:Q43099500"]):::iri
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c5(["wd:Q43229"]):::iri
v1 --"wdt:P272"--> v2
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c4
v2 --"wdt:P31"--> a2
a2 --"wdt:P279"--> c5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end