query-d21f42dd3b6bff1f59f3cea0d49cd3cd
Propertiesinstance of (P31)subclass of (P279)sex or gender (P21)characters (P674)narrative role (P5800)
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 pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?character ?characterLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?item (wdt:P31/(wdt:P279*)) wd:Q7889;
p:P674 ?statement.
?statement ps:P674 ?character;
pq:P5800 wd:Q215972.
?character wdt:P21 wd:Q6581072.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?character"):::projected
v1("?item"):::projected
v2("?statement")
a1((" "))
c13(["wd:Q6581072"]):::iri
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c7(["wd:Q7889"]):::iri
c11(["wd:Q215972"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"p:direct/P31"--> a1
a1 --"p:direct/P279"--> c7
v1 --"p:P674"--> v2
v2 --"p:statement/P674"--> v3
v2 --"p:qualifier/P5800"--> c11
v3 --"p:direct/P21"--> c13