query-cd5b15aeb3f6bb00339f420d0b24641c
Propertiesinstance of (P31)subclass of (P279)performer (P175)
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?work ?cm ?cmLabel WHERE {
?work ps:P175 ?cm .
?cm wdt:P31/wdt:P279* wd:Q14897293 .
SERVICE wikibase:label {bd:serviceParam wikibase:language "en".}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?cm"):::projected
v1("?work"):::projected
a1((" "))
c4(["wd:Q14897293"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["en"]):::literal
v1 --"ps:P175"--> v2
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end