records

records

Active filters Clear all

No active filters

Filters

Origini di Bologna - edifici scomparsi

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Geo Point
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       
Geo Shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       
Name
               

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Etichetta
               

No description available for this field.

Name (identifier)
etichetta
Type
text
Sample
                       
Notetesto
               

No description available for this field.

Name (identifier)
notetesto
Type
text
Sample
                       
Numeroantico
               

No description available for this field.

Name (identifier)
numeroantico
Type
text
Sample
                       
Numeromoderno
               

No description available for this field.

Name (identifier)
numeromoderno
Type
text
Sample
                       
Link1
               

No description available for this field.

Name (identifier)
link1
Type
text
Sample
                       
Link2
               

No description available for this field.

Name (identifier)
link2
Type
text
Sample
                       
Link3
               

No description available for this field.

Name (identifier)
link3
Type
text
Sample
                       
Piani
               

No description available for this field.

Name (identifier)
piani
Type
text
Sample
                       
Arcate
               

No description available for this field.

Name (identifier)
arcate
Type
text
Sample
                       
Architravate
               

No description available for this field.

Name (identifier)
architravate
Type
text
Sample
                       
Architravate_con_colonne_di_legno
               

No description available for this field.

Name (identifier)
architravate_con_colonne_di_legno
Type
text
Sample
                       
Archivolti
               

No description available for this field.

Name (identifier)
archivolti
Type
text
Sample
                       
Modiglioni
               

No description available for this field.

Name (identifier)
modiglioni
Type
text
Sample
                       
Mensoloni_architravati
               

No description available for this field.

Name (identifier)
mensoloni_architravati
Type
text
Sample
                       
Stalla_e
               

No description available for this field.

Name (identifier)
stalla_e
Type
text
Sample
                       
Fienile_i
               

No description available for this field.

Name (identifier)
fienile_i
Type
text
Sample
                       
Rimessa_e
               

No description available for this field.

Name (identifier)
rimessa_e
Type
text
Sample
                       
Scuderia_e
               

No description available for this field.

Name (identifier)
scuderia_e
Type
text
Sample
                       
Attivita_commerciali_produttive_1
               

No description available for this field.

Name (identifier)
attivita_commerciali_produttive_1
Type
text
Sample
                       
Attivita_commerciali_produttive_2
               

No description available for this field.

Name (identifier)
attivita_commerciali_produttive_2
Type
text
Sample
                       
Attivita_commerciali_produttive_3
               

No description available for this field.

Name (identifier)
attivita_commerciali_produttive_3
Type
text
Sample
                       
Attivita_commerciali_produttive_4
               

No description available for this field.

Name (identifier)
attivita_commerciali_produttive_4
Type
text
Sample
                       
Attivita_commerciali_produttive_5
               

No description available for this field.

Name (identifier)
attivita_commerciali_produttive_5
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"origini-di-bologna-edifici-scomparsi",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/origini-di-bologna-edifici-scomparsi"
      }
    ]
    ,
  • "definitions":
    {
    • "origini-di-bologna-edifici-scomparsi":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/origini-di-bologna-edifici-scomparsi_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"
            }
          }
        }
        ,
      • "origini-di-bologna-edifici-scomparsi_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"Name",
                • "description":""
                }
                ,
              • "etichetta":
                {
                • "type":"string",
                • "title":"Etichetta",
                • "description":""
                }
                ,
              • "notetesto":
                {
                • "type":"string",
                • "title":"Notetesto",
                • "description":""
                }
                ,
              • "numeroantico":
                {
                • "type":"string",
                • "title":"Numeroantico",
                • "description":""
                }
                ,
              • "numeromoderno":
                {
                • "type":"string",
                • "title":"Numeromoderno",
                • "description":""
                }
                ,
              • "link1":
                {
                • "type":"string",
                • "title":"Link1",
                • "description":""
                }
                ,
              • "link2":
                {
                • "type":"string",
                • "title":"Link2",
                • "description":""
                }
                ,
              • "link3":
                {
                • "type":"string",
                • "title":"Link3",
                • "description":""
                }
                ,
              • "piani":
                {
                • "type":"string",
                • "title":"Piani",
                • "description":""
                }
                ,
              • "arcate":
                {
                • "type":"string",
                • "title":"Arcate",
                • "description":""
                }
                ,
              • "architravate":
                {
                • "type":"string",
                • "title":"Architravate",
                • "description":""
                }
                ,
              • "architravate_con_colonne_di_legno":
                {
                • "type":"string",
                • "title":"Architravate_con_colonne_di_legno",
                • "description":""
                }
                ,
              • "archivolti":
                {
                • "type":"string",
                • "title":"Archivolti",
                • "description":""
                }
                ,
              • "modiglioni":
                {
                • "type":"string",
                • "title":"Modiglioni",
                • "description":""
                }
                ,
              • "mensoloni_architravati":
                {
                • "type":"string",
                • "title":"Mensoloni_architravati",
                • "description":""
                }
                ,
              • "stalla_e":
                {
                • "type":"string",
                • "title":"Stalla_e",
                • "description":""
                }
                ,
              • "fienile_i":
                {
                • "type":"string",
                • "title":"Fienile_i",
                • "description":""
                }
                ,
              • "rimessa_e":
                {
                • "type":"string",
                • "title":"Rimessa_e",
                • "description":""
                }
                ,
              • "scuderia_e":
                {
                • "type":"string",
                • "title":"Scuderia_e",
                • "description":""
                }
                ,
              • "attivita_commerciali_produttive_1":
                {
                • "type":"string",
                • "title":"Attivita_commerciali_produttive_1",
                • "description":""
                }
                ,
              • "attivita_commerciali_produttive_2":
                {
                • "type":"string",
                • "title":"Attivita_commerciali_produttive_2",
                • "description":""
                }
                ,
              • "attivita_commerciali_produttive_3":
                {
                • "type":"string",
                • "title":"Attivita_commerciali_produttive_3",
                • "description":""
                }
                ,
              • "attivita_commerciali_produttive_4":
                {
                • "type":"string",
                • "title":"Attivita_commerciali_produttive_4",
                • "description":""
                }
                ,
              • "attivita_commerciali_produttive_5":
                {
                • "type":"string",
                • "title":"Attivita_commerciali_produttive_5",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets