records

records

Active filters Clear all

No active filters

Filters

Bibliothèques universitaires qui étendent leurs horaires dans le cadre du plan Bibliothèques ouvertes

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
UAI établissement porteur
               

No description available for this field.

Name (identifier)
uai_etablissement_porteur
Type
text
Sample
                       
Établissement porteur
               

No description available for this field.

Name (identifier)
etablissement_porteur
Type
text
Sample
                       
Profil disciplinaire
               

No description available for this field.

Name (identifier)
profil_disciplinaire
Type
text
Sample
                       
Localisation
               

No description available for this field.

Name (identifier)
localisation
Type
text
Sample
                       
Nom de la bibliothèque universitaire
               

No description available for this field.

Name (identifier)
nom_de_la_bu
Type
text
Sample
                       
Adresse géographique
               

No description available for this field.

Name (identifier)
adresse_geographique
Type
text
Sample
                       
Code postal
               

No description available for this field.

Name (identifier)
code_postal
Type
text
Sample
                       
Ville
               

No description available for this field.

Name (identifier)
ville
Type
text
Sample
                       
Nombre de places
               

No description available for this field.

Name (identifier)
nombre_de_places
Type
integer
Sample
                       
horaires semaine
               

No description available for this field.

Name (identifier)
horaires_semaine
Type
text
Sample
                       
ouverture jusqu'à 22h 5 jours par semaine
               

No description available for this field.

Name (identifier)
ouverture_22h_5j_semaine
Type
text
Sample
                       
nombre de semaines/an
               

No description available for this field.

Name (identifier)
nombre_de_semaines_an
Type
text
Sample
                       
date de mise en place
               

No description available for this field.

Name (identifier)
date_de_mise_en_place
Type
text
Sample
                       
horaires le samedi
               

No description available for this field.

Name (identifier)
horaires_le_samedi
Type
text
Sample
                       
ouverture le samedi jusqu'à 18h
               

No description available for this field.

Name (identifier)
ouverture_le_samedi_jusqu_a_18h
Type
text
Sample
                       
ouverture le samedi jusqu'à 19h
               

No description available for this field.

Name (identifier)
ouverture_le_samedi_jusqu_a_19h
Type
text
Sample
                       
nombre de semaines/an
               

No description available for this field.

Name (identifier)
nombre_de_semaines_an0
Type
text
Sample
                       
date de mise en place
               

No description available for this field.

Name (identifier)
date_de_mise_en_place0
Type
text
Sample
                       
horaires du dimanche
               

No description available for this field.

Name (identifier)
horaires_du_dimanche
Type
text
Sample
                       
ouverture dimanche
               

No description available for this field.

Name (identifier)
ouverture_dimanche
Type
text
Sample
                       
nombre de semaines/an
               

No description available for this field.

Name (identifier)
nombre_de_semaines_an1
Type
text
Sample
                       
date mise en place
               

No description available for this field.

Name (identifier)
date_mise_en_place
Type
text
Sample
                       
horaire ouverture semaine Noël-Pâques
               

No description available for this field.

Name (identifier)
horaire_ouverture_semaine_noel_paques
Type
text
Sample
                       
ouverture congés universitaires
               

No description available for this field.

Name (identifier)
ouverture_conges_universitaires
Type
text
Sample
                       
date de mise en place
               

No description available for this field.

Name (identifier)
date_de_mise_en_place1
Type
text
Sample
                       
Géolocalisation
               

No description available for this field.

Name (identifier)
geolocalisation
Type
geo point
Sample
                       
com_code
               

No description available for this field.

Name (identifier)
com_code
Type
text
Sample
                       
Commune
               

No description available for this field.

Name (identifier)
com_nom
Type
text
Sample
                       
uucr_id
               

No description available for this field.

Name (identifier)
uucr_id
Type
text
Sample
                       
Unité urbaine ou commune rurale
               

No description available for this field.

Name (identifier)
uucr_nom
Type
text
Sample
                       
dep_id
               

No description available for this field.

Name (identifier)
dep_id
Type
text
Sample
                       
Département
               

No description available for this field.

Name (identifier)
dep_nom
Type
text
Sample
                       
aca_id
               

No description available for this field.

Name (identifier)
aca_id
Type
text
Sample
                       
Académie
               

No description available for this field.

Name (identifier)
aca_nom
Type
text
Sample
                       
reg_id
               

No description available for this field.

Name (identifier)
reg_id
Type
text
Sample
                       
Région
               

No description available for this field.

Name (identifier)
reg_nom
Type
text
Sample
                       
reg_id_old
               

No description available for this field.

Name (identifier)
reg_id_old
Type
text
Sample
                       
reg_nom_old
               

No description available for this field.

Name (identifier)
reg_nom_old
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"fr-esr-bu-plan-bibliotheques-ouvertes",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr-bu-plan-bibliotheques-ouvertes"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr-bu-plan-bibliotheques-ouvertes":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr-bu-plan-bibliotheques-ouvertes_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"
            }
          }
        }
        ,
      • "fr-esr-bu-plan-bibliotheques-ouvertes_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "uai_etablissement_porteur":
                {
                • "type":"string",
                • "title":"UAI établissement porteur",
                • "description":""
                }
                ,
              • "etablissement_porteur":
                {
                • "type":"string",
                • "title":"Établissement porteur",
                • "description":""
                }
                ,
              • "profil_disciplinaire":
                {
                • "type":"string",
                • "title":"Profil disciplinaire",
                • "description":""
                }
                ,
              • "localisation":
                {
                • "type":"string",
                • "title":"Localisation",
                • "description":""
                }
                ,
              • "nom_de_la_bu":
                {
                • "type":"string",
                • "title":"Nom de la bibliothèque universitaire",
                • "description":""
                }
                ,
              • "adresse_geographique":
                {
                • "type":"string",
                • "title":"Adresse géographique",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"Code postal",
                • "description":""
                }
                ,
              • "ville":
                {
                • "type":"string",
                • "title":"Ville",
                • "description":""
                }
                ,
              • "nombre_de_places":
                {
                • "type":"integer",
                • "title":"Nombre de places",
                • "description":""
                }
                ,
              • "horaires_semaine":
                {
                • "type":"string",
                • "title":"horaires semaine",
                • "description":""
                }
                ,
              • "ouverture_22h_5j_semaine":
                {
                • "type":"string",
                • "title":"ouverture jusqu'à 22h 5 jours par semaine",
                • "description":""
                }
                ,
              • "nombre_de_semaines_an":
                {
                • "type":"string",
                • "title":"nombre de semaines/an",
                • "description":""
                }
                ,
              • "date_de_mise_en_place":
                {
                • "type":"string",
                • "title":"date de mise en place",
                • "description":""
                }
                ,
              • "horaires_le_samedi":
                {
                • "type":"string",
                • "title":"horaires le samedi",
                • "description":""
                }
                ,
              • "ouverture_le_samedi_jusqu_a_18h":
                {
                • "type":"string",
                • "title":"ouverture le samedi jusqu'à 18h",
                • "description":""
                }
                ,
              • "ouverture_le_samedi_jusqu_a_19h":
                {
                • "type":"string",
                • "title":"ouverture le samedi jusqu'à 19h",
                • "description":""
                }
                ,
              • "nombre_de_semaines_an0":
                {
                • "type":"string",
                • "title":"nombre de semaines/an",
                • "description":""
                }
                ,
              • "date_de_mise_en_place0":
                {
                • "type":"string",
                • "title":"date de mise en place",
                • "description":""
                }
                ,
              • "horaires_du_dimanche":
                {
                • "type":"string",
                • "title":"horaires du dimanche",
                • "description":""
                }
                ,
              • "ouverture_dimanche":
                {
                • "type":"string",
                • "title":"ouverture dimanche",
                • "description":""
                }
                ,
              • "nombre_de_semaines_an1":
                {
                • "type":"string",
                • "title":"nombre de semaines/an",
                • "description":""
                }
                ,
              • "date_mise_en_place":
                {
                • "type":"string",
                • "title":"date mise en place",
                • "description":""
                }
                ,
              • "horaire_ouverture_semaine_noel_paques":
                {
                • "type":"string",
                • "title":"horaire ouverture semaine Noël-Pâques",
                • "description":""
                }
                ,
              • "ouverture_conges_universitaires":
                {
                • "type":"string",
                • "title":"ouverture congés universitaires",
                • "description":""
                }
                ,
              • "date_de_mise_en_place1":
                {
                • "type":"string",
                • "title":"date de mise en place",
                • "description":""
                }
                ,
              • "geolocalisation":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Géolocalisation",
                • "description":""
                }
                ,
              • "com_code":
                {
                • "type":"string",
                • "title":"com_code",
                • "description":""
                }
                ,
              • "com_nom":
                {
                • "type":"string",
                • "title":"Commune",
                • "description":""
                }
                ,
              • "uucr_id":
                {
                • "type":"string",
                • "title":"uucr_id",
                • "description":""
                }
                ,
              • "uucr_nom":
                {
                • "type":"string",
                • "title":"Unité urbaine ou commune rurale",
                • "description":""
                }
                ,
              • "dep_id":
                {
                • "type":"string",
                • "title":"dep_id",
                • "description":""
                }
                ,
              • "dep_nom":
                {
                • "type":"string",
                • "title":"Département",
                • "description":""
                }
                ,
              • "aca_id":
                {
                • "type":"string",
                • "title":"aca_id",
                • "description":""
                }
                ,
              • "aca_nom":
                {
                • "type":"string",
                • "title":"Académie",
                • "description":""
                }
                ,
              • "reg_id":
                {
                • "type":"string",
                • "title":"reg_id",
                • "description":""
                }
                ,
              • "reg_nom":
                {
                • "type":"string",
                • "title":"Région",
                • "description":""
                }
                ,
              • "reg_id_old":
                {
                • "type":"string",
                • "title":"reg_id_old",
                • "description":""
                }
                ,
              • "reg_nom_old":
                {
                • "type":"string",
                • "title":"reg_nom_old",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets