query-ad80053eb24e88beafd73f9a53d4fefe
PropertiesIMDb ID (P345)main subject (P921)instance of (P31)
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 ?item ?itemLabel ?subjectLabel
WHERE
{
?item wdt:P345 ?imdb.
?item wdt:P921 ?subject.
?subject wdt:P31 wd:Q28542014.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?imdb")
v1("?item"):::projected
v3("?subject")
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c4(["wd:Q28542014"]):::iri
v1 --"wdt:P345"--> v2
v1 --"wdt:P921"--> v3
v3 --"wdt:P31"--> c4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end