query-9dc34beb512ee6d3f49ad0ba610990fa

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
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 ?depicted ?depictedLabel ?item ?itemLabel 
WHERE 
{  
  wd:Q603703 p:P180 ?P180node . 
  ?P180node ps:P180 ?depicted .
  ?P180node pq:P3828 ?item .
  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; v1("?P180node") v2("?depicted"):::projected v3("?item"):::projected c6(["bd:serviceParam"]):::iri c1(["wd:Q603703"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c1 --"p:P180"--> v1 v1 --"p:statement/P180"--> v2 v1 --"p:qualifier/P3828"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end