query-f129ff93009ab53636ad52a1b1868b2c

rq turtle/ttl

الجبال، مع الإحداثيات، لا تقع على الأرض Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth Mons (hory), se souřadnicemi, které se nenachází na Zemi Mons (mountains), with coordinates, not located on Earth Berge mit nicht auf der Erde lokalisierten Koordinaten Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth Montañas no localizadas en la Tierra, con sus coordenadas Mons (mountains), with coordinates, not located on Earth Monts (montagnes), avec leur coordonnées, ne se trouvant pas sur la terre Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth Monti (montaagne), con coordinate, non situati sulla Terra 地球外のモンス(山)の位置座標 Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth Bergen, met coördinaten, niet gelegen op aarde Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth Berg, med koordinater, som inte ligger på Jorden Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth Mons (mountains), with coordinates, not located on Earth 不在地球上的有坐标的山

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?name ?coord ?lat ?lon ?globe
{
   ?item wdt:P31 wd:Q429088 ;
         p:P625 [
           psv:P625 [
             wikibase:geoLatitude ?lat ;
             wikibase:geoLongitude ?lon ;
             wikibase:geoGlobe ?globe ;
           ] ;
           ps:P625 ?coord
         ]
  FILTER ( ?globe != wd:Q2 )
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" .
    ?item rdfs:label ?name
   }
}
ORDER BY ASC (?name)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?coord"):::projected v2("?globe"):::projected v3("?item"):::projected v4("?lat"):::projected v5("?lon"):::projected v1("?name"):::projected a2((" ")) a1((" ")) c3(["wd:Q429088"]):::iri c13(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal c11(["bd:serviceParam"]):::iri f0[["?globe != 'wd:Q2'"]] f0 --> v2 v3 --"p:direct/P31"--> c3 a1 --"wikibase:geoLatitude"--> v4 a1 --"wikibase:geoLongitude"--> v5 a1 --"wikibase:geoGlobe"--> v2 a2 --"p:statement/value/P625"--> a1 a2 --"p:statement/P625"--> v6 v3 --"p:P625"--> a2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 v3 --"rdfs:label"--> v1 end