query-f081699d65fff722731d71bc597f9da4
Items of the class performing arts production (Q43099500) with the property composer (P86) Items of the class performing arts production (Q43099500) with the property composer (P86) Items van de klasse performing arts production (Q43099500) met de eigenschap composer (P86)
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
{
?item wdt:P31/wdt:P279* wd:Q43099500;
wdt:P86 ?o.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Tools_%26_tasks
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Tools_%26_tasks/en
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Tools_%26_tasks/fr
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Tools_%26_tasks/nl
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?o")
a1((" "))
c3(["wd:Q43099500"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P86"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end