records

records

Active filters Clear all

No active filters

Filters

Écoles supérieures du professorat et de l'éducation : Concours d'enseignement visés

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Rentrée
               

No description available for this field.

Name (identifier)
rentree
Type
text
Sample
                       
ESPE
               

No description available for this field.

Name (identifier)
espe
Type
text
Sample
                       
Implantation
               

No description available for this field.

Name (identifier)
implantation
Type
text
Sample
                       
Adresse
               

No description available for this field.

Name (identifier)
adresse
Type
text
Sample
                       
Téléphone
               

No description available for this field.

Name (identifier)
telephone
Type
text
Sample
                       
Site internet
               

No description available for this field.

Name (identifier)
site_internet
Type
text
Sample
                       
Email
               

No description available for this field.

Name (identifier)
email
Type
text
Sample
                       
Facebook
               

No description available for this field.

Name (identifier)
facebook
Type
text
Sample
                       
Twitter
               

No description available for this field.

Name (identifier)
twitter
Type
text
Sample
                       
Géolocalisation
               

No description available for this field.

Name (identifier)
geolocalisation
Type
geo point
Sample
                       
Sélection
               

No description available for this field.

Name (identifier)
selection
Type
text
Sample
                       
Type de concours visé
               

No description available for this field.

Name (identifier)
type_de_concours_vise
Type
text
Sample
                       
Section
               

No description available for this field.

Name (identifier)
section
Type
text
Sample
                       
Option
               

No description available for this field.

Name (identifier)
option
Type
text
Sample
                       
Bilingue
               

No description available for this field.

Name (identifier)
bilingue
Type
text
Sample
                       
A distance
               

No description available for this field.

Name (identifier)
a_distance
Type
text
Sample
                       
Sous reserve
               

No description available for this field.

Name (identifier)
sous_reserve
Type
text
Sample
                       
Niveaux
               

No description available for this field.

Name (identifier)
niveaux
Type
text
Sample
                       
Type de parcours
               

No description available for this field.

Name (identifier)
type_de_parcours
Type
text
Sample
                       
Parcours MEEF associé
               

No description available for this field.

Name (identifier)
parcours_meef_associe
Type
text
Sample
                       
Remarque
               

No description available for this field.

Name (identifier)
remarque
Type
text
Sample
                       
Code établissement
               

No description available for this field.

Name (identifier)
code_etablissement
Type
text
Sample
                       
Académie
               

No description available for this field.

Name (identifier)
academie
Type
text
Sample
                       
Id implantation
               

No description available for this field.

Name (identifier)
id
Type
text
Sample
                       
Type de concours
               

No description available for this field.

Name (identifier)
type_de_concours
Type
text
Sample
                       
Infos sur les concours
               

No description available for this field.

Name (identifier)
infos_sur_les_concours
Type
text
Sample
                       
Youtube
               

No description available for this field.

Name (identifier)
youtube
Type
text
Sample
                       
Vimeo
               

No description available for this field.

Name (identifier)
vimeo
Type
text
Sample
                       
Linkedin
               

No description available for this field.

Name (identifier)
linkedin
Type
text
Sample
                       
Viadeo
               

No description available for this field.

Name (identifier)
viadeo
Type
text
Sample
                       
Dailymotion
               

No description available for this field.

Name (identifier)
dailymotion
Type
text
Sample
                       
Pinterest
               

No description available for this field.

Name (identifier)
pinterest
Type
text
Sample
                       
Instagram
               

No description available for this field.

Name (identifier)
instagram
Type
text
Sample
                       
Tumblr
               

No description available for this field.

Name (identifier)
tumblr
Type
text
Sample
                       
Autre_site_internet
               

No description available for this field.

Name (identifier)
autre_site_internet
Type
text
Sample
                       
RSS
               

No description available for this field.

Name (identifier)
rss
Type
text
Sample
                       
Géolocalisation siège
               

No description available for this field.

Name (identifier)
geolocalisation_siege
Type
text
Sample
                       
id_concours
               

No description available for this field.

Name (identifier)
id_concours
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-espe-concours_vises",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr-espe-concours_vises"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr-espe-concours_vises":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr-espe-concours_vises_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-espe-concours_vises_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "rentree":
                {
                • "type":"string",
                • "title":"Rentrée",
                • "description":""
                }
                ,
              • "espe":
                {
                • "type":"string",
                • "title":"ESPE",
                • "description":""
                }
                ,
              • "implantation":
                {
                • "type":"string",
                • "title":"Implantation",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "telephone":
                {
                • "type":"string",
                • "title":"Téléphone",
                • "description":""
                }
                ,
              • "site_internet":
                {
                • "type":"string",
                • "title":"Site internet",
                • "description":""
                }
                ,
              • "email":
                {
                • "type":"string",
                • "title":"Email",
                • "description":""
                }
                ,
              • "facebook":
                {
                • "type":"string",
                • "title":"Facebook",
                • "description":""
                }
                ,
              • "twitter":
                {
                • "type":"string",
                • "title":"Twitter",
                • "description":""
                }
                ,
              • "geolocalisation":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Géolocalisation",
                • "description":""
                }
                ,
              • "selection":
                {
                • "type":"string",
                • "title":"Sélection",
                • "description":""
                }
                ,
              • "type_de_concours_vise":
                {
                • "type":"string",
                • "title":"Type de concours visé",
                • "description":""
                }
                ,
              • "section":
                {
                • "type":"string",
                • "title":"Section",
                • "description":""
                }
                ,
              • "option":
                {
                • "type":"string",
                • "title":"Option",
                • "description":""
                }
                ,
              • "bilingue":
                {
                • "type":"string",
                • "title":"Bilingue",
                • "description":""
                }
                ,
              • "a_distance":
                {
                • "type":"string",
                • "title":"A distance",
                • "description":""
                }
                ,
              • "sous_reserve":
                {
                • "type":"string",
                • "title":"Sous reserve",
                • "description":""
                }
                ,
              • "niveaux":
                {
                • "type":"string",
                • "title":"Niveaux",
                • "description":""
                }
                ,
              • "type_de_parcours":
                {
                • "type":"string",
                • "title":"Type de parcours",
                • "description":""
                }
                ,
              • "parcours_meef_associe":
                {
                • "type":"string",
                • "title":"Parcours MEEF associé",
                • "description":""
                }
                ,
              • "remarque":
                {
                • "type":"string",
                • "title":"Remarque",
                • "description":""
                }
                ,
              • "code_etablissement":
                {
                • "type":"string",
                • "title":"Code établissement",
                • "description":""
                }
                ,
              • "academie":
                {
                • "type":"string",
                • "title":"Académie",
                • "description":""
                }
                ,
              • "id":
                {
                • "type":"string",
                • "title":"Id implantation",
                • "description":""
                }
                ,
              • "type_de_concours":
                {
                • "type":"string",
                • "title":"Type de concours",
                • "description":""
                }
                ,
              • "infos_sur_les_concours":
                {
                • "type":"string",
                • "title":"Infos sur les concours",
                • "description":""
                }
                ,
              • "youtube":
                {
                • "type":"string",
                • "title":"Youtube",
                • "description":""
                }
                ,
              • "vimeo":
                {
                • "type":"string",
                • "title":"Vimeo",
                • "description":""
                }
                ,
              • "linkedin":
                {
                • "type":"string",
                • "title":"Linkedin",
                • "description":""
                }
                ,
              • "viadeo":
                {
                • "type":"string",
                • "title":"Viadeo",
                • "description":""
                }
                ,
              • "dailymotion":
                {
                • "type":"string",
                • "title":"Dailymotion",
                • "description":""
                }
                ,
              • "pinterest":
                {
                • "type":"string",
                • "title":"Pinterest",
                • "description":""
                }
                ,
              • "instagram":
                {
                • "type":"string",
                • "title":"Instagram",
                • "description":""
                }
                ,
              • "tumblr":
                {
                • "type":"string",
                • "title":"Tumblr",
                • "description":""
                }
                ,
              • "autre_site_internet":
                {
                • "type":"string",
                • "title":"Autre_site_internet",
                • "description":""
                }
                ,
              • "rss":
                {
                • "type":"string",
                • "title":"RSS",
                • "description":""
                }
                ,
              • "geolocalisation_siege":
                {
                • "type":"string",
                • "title":"Géolocalisation siège",
                • "description":""
                }
                ,
              • "id_concours":
                {
                • "type":"string",
                • "title":"id_concours",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Reuses

    Click to expand Click to collapse

    Submit a reuse

    Click to expand Click to collapse

    Your last name will be publicly displayed with your reuse

    Your first name will be publicly displayed with your reuse

    Your email will not be published publicly and will only be used by the administrators to contact you.

    Short description of your work (max. 50 characters)

    A longer description of what you achieved using this dataset (max. 1000 characters)

    An URL where your work can be accessed publicly

     or 

    (optional) An URL or an image which illustrates your work

    false

    Similar datasets