query-6262cb75e13064127bef6352c4dc3e57

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 DISTINCT ?item ?itemLabel WHERE {
  ?item (wdt:P31/wdt:P279) wd:Q166118; 
 wdt:P17 wd:Q142.                        
  OPTIONAL {  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) c3(["wd:Q166118"]):::iri c7(["bd:serviceParam"]):::iri c9(["fr"]):::literal c5(["wd:Q142"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P17"--> c5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 -."wikibase:language".-> c9 end