query-a3357b00e06d183f3269699965100462
PropertiesIMDb ID (P345)main subject (P921)instance of (P31)sex or gender (P21)
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
WHERE
{
?item wdt:P345 ?imdb.
?item wdt:P921 ?subject.
?subject wdt:P31 wd:Q5.
?subject wdt:P21 wd:Q6581072.
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")
c8(["bd:serviceParam"]):::iri
c4(["wd:Q5"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c6(["wd:Q6581072"]):::iri
v1 --"wdt:P345"--> v2
v1 --"wdt:P921"--> v3
v3 --"wdt:P31"--> c4
v3 --"wdt:P21"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end