query-8a43549a68cc9ee438cadde16a1ac524

rq turtle/ttl

Muntanyes de Catalunya on no hi ha l'altitud especificada - sí que solen ser a la Viquipèdia

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 ?inst_ncia_de ?inst_ncia_deLabel ?llocLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?inst_ncia_de wdt:P31 wd:Q8502;
    wdt:P131 ?lloc.
  ?lloc wdt:P31 wd:Q33146843.
  MINUS { ?inst_ncia_de wdt:P2044 ?elev.}
}
ORDER by (?llocLabel)
LIMIT 20000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?elev") v2("?inst_ncia_de"):::projected v3("?lloc") v1("?llocLabel"):::projected c2(["bd:serviceParam"]):::iri c8(["wd:Q33146843"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c6(["wd:Q8502"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v2 --"wdt:P31"--> c6 v2 --"wdt:P131"--> v3 v3 --"wdt:P31"--> c8 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P2044"--> v4 end