query-07e0a3d0666fbe4eb4b8e923e4d29cbf

rq turtle/ttl

Propertiesinstance of (P31)subclass of (P279)sexual orientation (P91)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:P91/wdt:P279* wd:Q17884.
}

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