query-5e4609cb7cfdaeca6536adc7890ffc01

rq turtle/ttl

An also items by ressources type. 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 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 distinct ?item ?itemLabel ?designation ?designationLabel WHERE 
{
  ?item wdt:P1435 wd:Q19558910 . 
  ?item p:P1435 ?name . 
  ?name ps:P1435 []; pq:P2868 ?designation .
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
order by ?designation

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?designation"):::projected v2("?item"):::projected v3("?name") a1((" ")) c2(["wd:Q19558910"]):::iri c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal v2 --"p:direct/P1435"--> c2 v2 --"p:P1435"--> v3 v3 --"p:statement/P1435"--> a1 v3 --"p:qualifier/P2868"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end