records

records

Active filters Clear all

No active filters

Filters

Biblioteche comunali di Bologna

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Biblioteca
               

No description available for this field.

Name (identifier)
biblioteca
Type
text
Sample
                       
tipologia
               

No description available for this field.

Name (identifier)
tipologia
Type
text
Sample
                       
indirizzo
               

No description available for this field.

Name (identifier)
indirizzo
Type
text
Sample
                       
quartiere
               

No description available for this field.

Name (identifier)
quartiere
Type
text
Sample
                       
rete wi_fi
               

No description available for this field.

Name (identifier)
rete_wi_fi
Type
text
Sample
                       
fasciatoio
               

No description available for this field.

Name (identifier)
fasciatoio
Type
text
Sample
                       
newsletter
               

No description available for this field.

Name (identifier)
newsletter
Type
text
Sample
                       
telefono
               

No description available for this field.

Name (identifier)
telefono
Type
text
Sample
                       
email
               

No description available for this field.

Name (identifier)
email
Type
text
Sample
                       
pagina web
               

No description available for this field.

Name (identifier)
pagina_web
Type
text
Sample
                       
sito web
               

No description available for this field.

Name (identifier)
sito_web
Type
text
Sample
                       
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
                       
descrizione
               

No description available for this field.

Name (identifier)
descrizion
Type
text
Sample
                       
superficie totale mq
               

No description available for this field.

Name (identifier)
superficie
Type
text
Sample
                       
superficie accessibile al pubblico
               

No description available for this field.

Name (identifier)
superfic_1
Type
text
Sample
                       
numero postazioni lettura
               

No description available for this field.

Name (identifier)
n_postazio
Type
text
Sample
                       
accessibilità
               

No description available for this field.

Name (identifier)
accessibil
Type
text
Sample
                       
servizi igienici
               

No description available for this field.

Name (identifier)
servizi_ig
Type
text
Sample
                       
aria condizionata
               

No description available for this field.

Name (identifier)
aria_condi
Type
text
Sample
                       
servizio fotocopie
               

No description available for this field.

Name (identifier)
servizio_f
Type
text
Sample
                       
area bambini
               

No description available for this field.

Name (identifier)
area_bambi
Type
text
Sample
                       
pagina facebook
               

No description available for this field.

Name (identifier)
pagina_fac
Type
text
Sample
                       
pagina twitter
               

No description available for this field.

Name (identifier)
pagina_twi
Type
text
Sample
                       
pagina instagram
               

No description available for this field.

Name (identifier)
pagina_ins
Type
text
Sample
                       
pagina youtube
               

No description available for this field.

Name (identifier)
pagina_you
Type
text
Sample
                       
area statistica
               

No description available for this field.

Name (identifier)
area_stati
Type
text
Sample
                       
zona di prossimità
               

No description available for this field.

Name (identifier)
zona_pross
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"biblioteche-comunali-di-bologna",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/biblioteche-comunali-di-bologna"
      }
    ]
    ,
  • "definitions":
    {
    • "biblioteche-comunali-di-bologna":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/biblioteche-comunali-di-bologna_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"
            }
          }
        }
        ,
      • "biblioteche-comunali-di-bologna_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "biblioteca":
                {
                • "type":"string",
                • "title":"Biblioteca",
                • "description":""
                }
                ,
              • "tipologia":
                {
                • "type":"string",
                • "title":"tipologia",
                • "description":""
                }
                ,
              • "indirizzo":
                {
                • "type":"string",
                • "title":"indirizzo",
                • "description":""
                }
                ,
              • "quartiere":
                {
                • "type":"string",
                • "title":"quartiere",
                • "description":""
                }
                ,
              • "rete_wi_fi":
                {
                • "type":"string",
                • "title":"rete wi_fi",
                • "description":""
                }
                ,
              • "fasciatoio":
                {
                • "type":"string",
                • "title":"fasciatoio",
                • "description":""
                }
                ,
              • "newsletter":
                {
                • "type":"string",
                • "title":"newsletter",
                • "description":""
                }
                ,
              • "telefono":
                {
                • "type":"string",
                • "title":"telefono",
                • "description":""
                }
                ,
              • "email":
                {
                • "type":"string",
                • "title":"email",
                • "description":""
                }
                ,
              • "pagina_web":
                {
                • "type":"string",
                • "title":"pagina web",
                • "description":""
                }
                ,
              • "sito_web":
                {
                • "type":"string",
                • "title":"sito web",
                • "description":""
                }
                ,
              • "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":""
                }
                ,
              • "descrizion":
                {
                • "type":"string",
                • "title":"descrizione",
                • "description":""
                }
                ,
              • "superficie":
                {
                • "type":"string",
                • "title":"superficie totale mq",
                • "description":""
                }
                ,
              • "superfic_1":
                {
                • "type":"string",
                • "title":"superficie accessibile al pubblico",
                • "description":""
                }
                ,
              • "n_postazio":
                {
                • "type":"string",
                • "title":"numero postazioni lettura",
                • "description":""
                }
                ,
              • "accessibil":
                {
                • "type":"string",
                • "title":"accessibilità",
                • "description":""
                }
                ,
              • "servizi_ig":
                {
                • "type":"string",
                • "title":"servizi igienici",
                • "description":""
                }
                ,
              • "aria_condi":
                {
                • "type":"string",
                • "title":"aria condizionata",
                • "description":""
                }
                ,
              • "servizio_f":
                {
                • "type":"string",
                • "title":"servizio fotocopie",
                • "description":""
                }
                ,
              • "area_bambi":
                {
                • "type":"string",
                • "title":"area bambini",
                • "description":""
                }
                ,
              • "pagina_fac":
                {
                • "type":"string",
                • "title":"pagina facebook",
                • "description":""
                }
                ,
              • "pagina_twi":
                {
                • "type":"string",
                • "title":"pagina twitter",
                • "description":""
                }
                ,
              • "pagina_ins":
                {
                • "type":"string",
                • "title":"pagina instagram",
                • "description":""
                }
                ,
              • "pagina_you":
                {
                • "type":"string",
                • "title":"pagina youtube",
                • "description":""
                }
                ,
              • "area_stati":
                {
                • "type":"string",
                • "title":"area statistica",
                • "description":""
                }
                ,
              • "zona_pross":
                {
                • "type":"string",
                • "title":"zona di prossimità",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets