query-4473141fe9ca5f9097c34a4cf1f5dade

rq turtle/ttl

Sovereign states with currency euro

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 ?country ?countryLabel WHERE {
  ?country wdt:P31 wd:Q3624078 .
  ?country wdt:P38 wd:Q4916
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "de" .
  }
} ORDER BY ?countryLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?country"):::projected v1("?countryLabel"):::projected c8(["de"]):::literal c2(["wd:Q3624078"]):::iri c6(["bd:serviceParam"]):::iri c4(["wd:Q4916"]):::iri v2 --"wdt:P31"--> c2 v2 --"wdt:P38"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end