Monumentos

Catálogo de monumentos como iglesias, ermitas, estatuas, plazas, museos, palacios y otros edificios históricos, etc. de gran valor artístico y/o histórico situados en la ciudad de Zaragoza y sus alrededores.

Fecha de creación
19/11/2008
Última actualización
09/02/2015
Frecuencia de actualización
Instantaneo
Cobertura espacial
Zaragoza
Sistema de referencia
https://www.spatialreference.org/ref/epsg/25830/
Estado
Finalizado
Fecha de creación de la ficha
02/05/0025
Fecha de actualización de la ficha
20/01/2026
  • XML
  • XML
  • SOLR

    Buscador Facetado SOLR:

    El buscador le permite hacer búsquedas por los siguientes filtros:

    • Estilo

    Formatos

    Puede obtener el resultado de las búsquedas en formato XML, JSON y CSV

    Información adicional
  • API
    Api

    Por defecto, se obtienen sólo los 50 primeros registros si se quiere obtener más hay que utilizar los parámetros

    • rows, número de filas a devolver, máximo de registros a devolver 500 por petición
    • start, primera fila que se obtendrá

    Los datos en formato csv pueden utilizarse con hojas de cálculo

    Obtener el identificador y el nombre de los registros a 500 metros de un punto en geojson y srs wgs84

    http://www.zaragoza.es/sede/servicio/monumento.geojson?srsname=wgs84&point=-0.8774209607549572,41.65599799116259&distance=500&fl=id,title

    50 primeros monumentos de estilo barroco en wgs84 en xml ordenados alfabéticamente

    http://www.zaragoza.es/sede/servicio/monumento.xml?q=estilo==barroco&sort=title asc&srsname=wgs84
    Información adicional
    Descargar: JSON CSV XML GeoRSS
  • SPARQL
    Las consultas se realizan sobre el punto SPARQL y el grafo: http://www.zaragoza.es/turismo/monumento/

    Monumentos destacados

    PREFIX monumento: <http://vocab.linkeddata.es/datosabiertos/def/turismo/lugar#>
    
    SELECT DISTINCT ?uri ?title 
    WHERE { ?uri a monumento:LugarInteresTuristico. 
       OPTIONAL{ ?uri rdfs:label  ?title}.
       ?uri monumento:destacado "S".
    }

    Detalle del Monumento con id=32

    SELECT distinct ?uri ?title ?latitud ?longitud ?modified ?tel ?fax ?comment ?foursquare ?datacion ?uso ?datosAcceso ?estilo ?puntosInteres ?streetAdr ?horario ?price ?detalleVisita ?photo 
    WHERE { ?uri a <http://vocab.linkeddata.es/datosabiertos/def/turismo/lugar#LugarInteresTuristico>. 
    OPTIONAL {?uri rdfs:label  ?title.}
    OPTIONAL {?uri dcterms:modified  ?modified.}
    OPTIONAL {?uri rdfs:comment  ?comment.}
    OPTIONAL {?uri <http://www.w3.org/2006/vcard/ns#photo>  ?photo.}
    OPTIONAL {?uri <http://schema.org/streetAddress>  ?streetAdr.}
    OPTIONAL {?uri <http://vocab.linkeddata.es/datosabiertos/def/turismo/lugar#estiloArtistico>  ?estilo.}
    OPTIONAL {?uri <http://vocab.linkeddata.es/datosabiertos/def/turismo/lugar#puntosInteres>  ?puntosInteres.}
    OPTIONAL {?uri <http://vocab.linkeddata.es/datosabiertos/def/turismo/lugar#datacion>  ?datacion.}
    OPTIONAL {?uri <http://schema.org/price>  ?price.}
    OPTIONAL {?uri <http://vocab.linkeddata.es/datosabiertos/def/turismo/lugar#uso>  ?uso.}
    OPTIONAL {?uri <http://schema.org/openingHours>  ?horario.}
    OPTIONAL {?uri <http://vocab.linkeddata.es/datosabiertos/def/turismo/lugar#foursquare>  ?foursquare.}
    OPTIONAL {?uri <http://vocab.linkeddata.es/datosabiertos/def/turismo/lugar#datosAcceso> ?datosAcceso.}
    OPTIONAL {?uri <http://vocab.linkeddata.es/datosabiertos/def/turismo/lugar#detalleVisita> ?detalleVisita.}
    OPTIONAL {?uri <http://schema.org/telephone> ?tel.}
    OPTIONAL {?uri <http://schema.org/faxNumber> ?fax.}
    OPTIONAL {?uri geo:geometry ?geo.
    ?geo geo:lat ?latitud.
    ?geo geo:long ?longitud}.
    ?uri dcterms:identifier "32".
    }
    Información adicional