User:JaimeMF/misas.org

From OpenStreetMap Wiki
Jump to navigation Jump to search

Información relacionada con el identificador de misas.org de Wikidata P7054

#defaultView:Map
SELECT * WHERE {
  hint:Query hint:optimizer "None".
  SERVICE <https://query.wikidata.org/sparql> {
    ?wd p:P7054 ?misas.
    OPTIONAL { ?wd wdt:P18 ?imagen. }
    OPTIONAL {
      ?wd rdfs:label ?wdLabel.
      FILTER((LANG(?wdLabel)) = "es")
    }
  }
  ?osm osmt:wikidata ?wd.
  ?osm osmm:loc ?loc.
}

Run it (edit query)