query-07598b8289651d50f8fda42515caa45e
The Walking Dead
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 ?subject ?subjectLabel ?classLabel ?fuLabel WHERE {
?subject wdt:P1080 ?fu .
FILTER (?fu in (wd:Q232737, wd:Q340181, wd:Q3177580, wd:Q18844725))
?subject wdt:P31 ?class
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;
v3("?class")
v1("?fu")
v2("?subject"):::projected
c8(["bd:serviceParam"]):::iri
c10(["en"]):::literal
list0c3(["wd:Q3177580"]):::iri
list0c2(["wd:Q340181"]):::iri
list0c4(["wd:Q18844725"]):::iri
list0c1(["wd:Q232737"]):::iri
list0c1 --o f0
list0c2 --o f0
list0c3 --o f0
list0c4 --o f0
f0[[" in "]]
f0 --> v1
v2 --"wdt:P1080"--> v1
v2 --"wdt:P31"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end