query-6fa70c458c74816fd4907a5de98ef99f

rq turtle/ttl

Llocs d'Espanya amb la propietat de no confondre SELECT DISTINCT ?item ?itemLabel ?noconf ?noconfLabel WHERE { ?item wdt:P17 wd:Q29. ?item wdt:P1889 ?noconf. ?item wdt:P131 []. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,oc,eu,gl,en,es,an,eu,pl,sv,ceb" . } }

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#>
#Llocs d'Espanya amb la propietat de no confondre
SELECT DISTINCT ?item ?itemLabel ?noconf ?noconfLabel
WHERE {
  ?item wdt:P17 wd:Q29.
  ?item wdt:P1889 ?noconf.
  ?item wdt:P131 [].
SERVICE wikibase:label {
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,oc,eu,gl,en,es,an,eu,pl,sv,ceb" .
}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?noconf"):::projected a1((" ")) c2(["wd:Q29"]):::iri c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,ca,oc,eu,gl,en,es,an,eu,pl,sv,ceb"]):::literal v1 --"wdt:P17"--> c2 v1 --"wdt:P1889"--> v2 v1 --"wdt:P131"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end