query-bd33f2a6113137216ac713c89867073b

rq turtle/ttl

TODO

Use at

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 ?P1705 ?lang
WHERE 
{
  ?item wdt:P31 wd:Q2555896.
  ?item wdt:P1705 ?P1705. bind(lang(?P1705) as ?lang) 
  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("?P1705"):::projected v1("?item"):::projected v3("?lang"):::projected c5(["bd:serviceParam"]):::iri c2(["wd:Q2555896"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P1705"--> v2 bind0[/"?P1705"/] v2 --o bind0 bind0 --as--o v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end