query-551b0ae49adde1e5839ec8d39ae54273

rq turtle/ttl

Propertiesinstance of (P31)subclass of (P279)sex or gender (P21)characters (P674)object of statement has role (P3831)

Use at

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:P3831 wd:Q1062345.
  ?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 c11(["wd:Q1062345"]):::iri c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c7(["wd:Q7889"]):::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/P3831"--> c11 v3 --"p:direct/P21"--> c13