54
records
Bibliothèques universitaires qui étendent leurs horaires dans le cadre du plan Bibliothèques ouvertes
Dataset schema
Click to expand Click to collapse
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"
}
}
} - "records":
} - "properties":
- "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"
}
} - "crs":
- "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"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "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":""
}
} - "uai_etablissement_porteur":
}
} - "fields":
} - "properties":
} - "fr-esr-bu-plan-bibliotheques-ouvertes":
}
Submit a reuse
Click to expand Click to collapse
Please login to submit a new reuse.
Similar datasets
- Ce jeu de données présentent les informations sur les services de documentation et autres sièges des bibliothèques de l'enseignement supérieur, les centres de formation aux carrières des bibliothèques (CRFCB) et les unités régionales de formation à l'information scientifique et technique (URFIST).
- Ce jeu de données présentent les informations sur les bibliothèques de l'enseignement supérieur qui ne sont pas sièges de bibliothèques de l'enseignement supérieur.
-
- Ce jeu de données regroupe les principaux indicateurs financiers disponibles pour les opérateurs de l’enseignement supérieur inscrits aux programmes 150 « Formations supérieures et recherche universitaire » de la Mission interministérielle recherche et enseignement supérieur (MIRES).