records

records

Active filters Clear all

No active filters

Filters

Origini di Bologna - case fuori dal centro storico

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Dati geografici
Geo Point

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       
Riferimento geografico
Geo Shape

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       
Nome
Name

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Tipologia edificio
Tipologia oggetto origini di Bologna (casa, torre, canale, ecc)

No description available for this field.

Name (identifier)
etichetta
Type
text
Sample
                       
Note
Note varie

No description available for this field.

Name (identifier)
notetesto
Type
text
Sample
                       
Numero civico antico
Numeroantico

No description available for this field.

Name (identifier)
numeroantico
Type
text
Sample
                       
Numero civico attuale
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
                       
Numero Piani
Numero 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
Case con architrave

No description available for this field.

Name (identifier)
architravate
Type
text
Sample
                       
Architravate_con_colonne_di_legno
Presenza architrave con colonne

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-case-fuori-dal-centro-storico",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/origini-di-bologna-case-fuori-dal-centro-storico"
      }
    ]
    ,
  • "definitions":
    {
    • "origini-di-bologna-case-fuori-dal-centro-storico":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/origini-di-bologna-case-fuori-dal-centro-storico_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-case-fuori-dal-centro-storico_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Dati geografici",
                • "description":"Geo Point"
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Riferimento geografico",
                • "description":"Geo Shape"
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"Nome",
                • "description":"Name"
                }
                ,
              • "etichetta":
                {
                • "type":"string",
                • "title":"Tipologia edificio",
                • "description":"Tipologia oggetto origini di Bologna (casa, torre, canale, ecc)"
                }
                ,
              • "notetesto":
                {
                • "type":"string",
                • "title":"Note",
                • "description":"Note varie"
                }
                ,
              • "numeroantico":
                {
                • "type":"string",
                • "title":"Numero civico antico",
                • "description":"Numeroantico"
                }
                ,
              • "numeromoderno":
                {
                • "type":"string",
                • "title":"Numero civico attuale",
                • "description":"Numeromoderno"
                }
                ,
              • "link1":
                {
                • "type":"string",
                • "title":"Link1",
                • "description":""
                }
                ,
              • "link2":
                {
                • "type":"string",
                • "title":"Link2",
                • "description":""
                }
                ,
              • "link3":
                {
                • "type":"string",
                • "title":"Link3",
                • "description":""
                }
                ,
              • "piani":
                {
                • "type":"string",
                • "title":"Numero Piani",
                • "description":"Numero piani"
                }
                ,
              • "arcate":
                {
                • "type":"string",
                • "title":"Arcate",
                • "description":""
                }
                ,
              • "architravate":
                {
                • "type":"string",
                • "title":"Architravate",
                • "description":"Case con architrave"
                }
                ,
              • "architravate_con_colonne_di_legno":
                {
                • "type":"string",
                • "title":"Architravate_con_colonne_di_legno",
                • "description":"Presenza architrave con colonne"
                }
                ,
              • "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