registros

registros

Filtros activos Borrar todo

No hay filtros activos.

Filtros

RELACIÓN DE MONUMENTOS

Asociaciones

Haga clic para expandir. Haga clic para contraer.

Esquema de conjunto de datos

Haga clic para expandir. Haga clic para contraer.
identificador
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
identificador
Tipo
texto
Ejemplo
                       
nombre
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
nombre
Tipo
texto
Ejemplo
                       
tipoMonumento
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
tipomonumento
Tipo
texto
Ejemplo
                       
identificadorBienInteresCultural
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
identificadorbieninterescultural
Tipo
texto
Ejemplo
                       
calle
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
calle
Tipo
texto
Ejemplo
                       
clasificacion
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
clasificacion
Tipo
texto
Ejemplo
                       
tipoConstruccion
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
tipoconstruccion
Tipo
texto
Ejemplo
                       
codigoPostal
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
codigopostal
Tipo
texto
Ejemplo
                       
Descripcion
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
descripcion
Tipo
texto
Ejemplo
                       
periodoHistorico
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
periodohistorico
Tipo
texto
Ejemplo
                       
coordenadas_latitud
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
coordenadas_latitud
Tipo
texto
Ejemplo
                       
coordenadas_longitud
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
coordenadas_longitud
Tipo
texto
Ejemplo
                       
poblacion_provincia
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
poblacion_provincia
Tipo
texto
Ejemplo
                       
poblacion_municipio
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
poblacion_municipio
Tipo
texto
Ejemplo
                       
poblacion_localidad
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
poblacion_localidad
Tipo
texto
Ejemplo
                       
pto_geolocalizado
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
pto_geolocalizado
Tipo
geo_point_2d
Ejemplo
                       
poblacion
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
poblacion
Tipo
texto
Ejemplo
                       
coordenadas
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
coordenadas
Tipo
texto
Ejemplo
                       

Esquema JSON

El objeto JSON siguiente es una descripción estandarizada del esquema del conjunto de datos. Más información sobre el esquema JSON.

{
  • "title":"relacion-monumentos",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/relacion-monumentos"
      }
    ]
    ,
  • "definitions":
    {
    • "relacion-monumentos":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/relacion-monumentos_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "relacion-monumentos_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "identificador":
                {
                • "type":"string",
                • "title":"identificador",
                • "description":""
                }
                ,
              • "nombre":
                {
                • "type":"string",
                • "title":"nombre",
                • "description":""
                }
                ,
              • "tipomonumento":
                {
                • "type":"string",
                • "title":"tipoMonumento",
                • "description":""
                }
                ,
              • "identificadorbieninterescultural":
                {
                • "type":"string",
                • "title":"identificadorBienInteresCultural",
                • "description":""
                }
                ,
              • "calle":
                {
                • "type":"string",
                • "title":"calle",
                • "description":""
                }
                ,
              • "clasificacion":
                {
                • "type":"string",
                • "title":"clasificacion",
                • "description":""
                }
                ,
              • "tipoconstruccion":
                {
                • "type":"string",
                • "title":"tipoConstruccion",
                • "description":""
                }
                ,
              • "codigopostal":
                {
                • "type":"string",
                • "title":"codigoPostal",
                • "description":""
                }
                ,
              • "descripcion":
                {
                • "type":"string",
                • "title":"Descripcion",
                • "description":""
                }
                ,
              • "periodohistorico":
                {
                • "type":"string",
                • "title":"periodoHistorico",
                • "description":""
                }
                ,
              • "coordenadas_latitud":
                {
                • "type":"string",
                • "title":"coordenadas_latitud",
                • "description":""
                }
                ,
              • "coordenadas_longitud":
                {
                • "type":"string",
                • "title":"coordenadas_longitud",
                • "description":""
                }
                ,
              • "poblacion_provincia":
                {
                • "type":"string",
                • "title":"poblacion_provincia",
                • "description":""
                }
                ,
              • "poblacion_municipio":
                {
                • "type":"string",
                • "title":"poblacion_municipio",
                • "description":""
                }
                ,
              • "poblacion_localidad":
                {
                • "type":"string",
                • "title":"poblacion_localidad",
                • "description":""
                }
                ,
              • "pto_geolocalizado":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"pto_geolocalizado",
                • "description":""
                }
                ,
              • "poblacion":
                {
                • "type":"string",
                • "title":"poblacion",
                • "description":""
                }
                ,
              • "coordenadas":
                {
                • "type":"string",
                • "title":"coordenadas",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets