records

records

Active filters Clear all

No active filters

Filters

Lauréat-e-s du trophée Les Étoiles de l'Europe

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Type de prix
               

No description available for this field.

Name (identifier)
type_de_prix
Type
text
Sample
                       
Edition
               

No description available for this field.

Name (identifier)
edition
Type
text
Sample
                       
Mention
               

No description available for this field.

Name (identifier)
mention
Type
text
Sample
                       
Prénom
               

No description available for this field.

Name (identifier)
prenom
Type
text
Sample
                       
Nom
               

No description available for this field.

Name (identifier)
nom
Type
text
Sample
                       
sexe_code
               

No description available for this field.

Name (identifier)
sexe_code
Type
text
Sample
                       
Sexe
               

No description available for this field.

Name (identifier)
sexe
Type
text
Sample
                       
IdRef
               

No description available for this field.

Name (identifier)
idref
Type
text
Sample
                       
projet_acronyme
               

No description available for this field.

Name (identifier)
projet_acronyme
Type
text
Sample
                       
projet_titre
               

No description available for this field.

Name (identifier)
projet_titre
Type
text
Sample
                       
appel_a_projet_code
               

No description available for this field.

Name (identifier)
appel_a_projet_code
Type
text
Sample
                       
Thématique
               

No description available for this field.

Name (identifier)
thematique
Type
text
Sample
                       
programme_code
               

No description available for this field.

Name (identifier)
programme_code
Type
text
Sample
                       
programme_nom
               

No description available for this field.

Name (identifier)
programme_nom
Type
text
Sample
                       
financement_type
               

No description available for this field.

Name (identifier)
financement_type
Type
text
Sample
                       
financement_name
               

No description available for this field.

Name (identifier)
financement_name
Type
text
Sample
                       
project_id
               

No description available for this field.

Name (identifier)
project_id
Type
text
Sample
                       
projet_resume
               

No description available for this field.

Name (identifier)
projet_resume
Type
text
Sample
                       
structure_identifiant
               

No description available for this field.

Name (identifier)
structure_identifiant
Type
text
Sample
                       
structure_libelle
               

No description available for this field.

Name (identifier)
structure_libelle
Type
text
Sample
                       
structure_sigle
               

No description available for this field.

Name (identifier)
structure_sigle
Type
text
Sample
                       
commune_code
               

No description available for this field.

Name (identifier)
commune_code
Type
text
Sample
                       
commune_nom
               

No description available for this field.

Name (identifier)
commune_nom
Type
text
Sample
                       
unite_urbaine_code
               

No description available for this field.

Name (identifier)
unite_urbaine_code
Type
text
Sample
                       
unite_urbaine_nom
               

No description available for this field.

Name (identifier)
unite_urbaine_nom
Type
text
Sample
                       
departement_code
               

No description available for this field.

Name (identifier)
departement_code
Type
text
Sample
                       
departement_nom
               

No description available for this field.

Name (identifier)
departement_nom
Type
text
Sample
                       
region_code
               

No description available for this field.

Name (identifier)
region_code
Type
text
Sample
                       
region_nom
               

No description available for this field.

Name (identifier)
region_nom
Type
text
Sample
                       
Géolocalisation
               

No description available for this field.

Name (identifier)
geolocalisation
Type
geo point
Sample
                       
idref_lien
               

No description available for this field.

Name (identifier)
idref_lien
Type
text
Sample
                       
projet_lien_scanr
               

No description available for this field.

Name (identifier)
projet_lien_scanr
Type
text
Sample
                       
projet_lien_cordis
               

No description available for this field.

Name (identifier)
projet_lien_cordis
Type
text
Sample
                       
structure_lien_scanr
               

No description available for this field.

Name (identifier)
structure_lien_scanr
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-etoile-de-l-europe",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr-etoile-de-l-europe"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr-etoile-de-l-europe":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr-etoile-de-l-europe_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-etoile-de-l-europe_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "type_de_prix":
                {
                • "type":"string",
                • "title":"Type de prix",
                • "description":""
                }
                ,
              • "edition":
                {
                • "type":"string",
                • "title":"Edition",
                • "description":""
                }
                ,
              • "mention":
                {
                • "type":"string",
                • "title":"Mention",
                • "description":""
                }
                ,
              • "prenom":
                {
                • "type":"string",
                • "title":"Prénom",
                • "description":""
                }
                ,
              • "nom":
                {
                • "type":"string",
                • "title":"Nom",
                • "description":""
                }
                ,
              • "sexe_code":
                {
                • "type":"string",
                • "title":"sexe_code",
                • "description":""
                }
                ,
              • "sexe":
                {
                • "type":"string",
                • "title":"Sexe",
                • "description":""
                }
                ,
              • "idref":
                {
                • "type":"string",
                • "title":"IdRef",
                • "description":""
                }
                ,
              • "projet_acronyme":
                {
                • "type":"string",
                • "title":"projet_acronyme",
                • "description":""
                }
                ,
              • "projet_titre":
                {
                • "type":"string",
                • "title":"projet_titre",
                • "description":""
                }
                ,
              • "appel_a_projet_code":
                {
                • "type":"string",
                • "title":"appel_a_projet_code",
                • "description":""
                }
                ,
              • "thematique":
                {
                • "type":"string",
                • "title":"Thématique",
                • "description":""
                }
                ,
              • "programme_code":
                {
                • "type":"string",
                • "title":"programme_code",
                • "description":""
                }
                ,
              • "programme_nom":
                {
                • "type":"string",
                • "title":"programme_nom",
                • "description":""
                }
                ,
              • "financement_type":
                {
                • "type":"string",
                • "title":"financement_type",
                • "description":""
                }
                ,
              • "financement_name":
                {
                • "type":"string",
                • "title":"financement_name",
                • "description":""
                }
                ,
              • "project_id":
                {
                • "type":"string",
                • "title":"project_id",
                • "description":""
                }
                ,
              • "projet_resume":
                {
                • "type":"string",
                • "title":"projet_resume",
                • "description":""
                }
                ,
              • "structure_identifiant":
                {
                • "type":"string",
                • "title":"structure_identifiant",
                • "description":""
                }
                ,
              • "structure_libelle":
                {
                • "type":"string",
                • "title":"structure_libelle",
                • "description":""
                }
                ,
              • "structure_sigle":
                {
                • "type":"string",
                • "title":"structure_sigle",
                • "description":""
                }
                ,
              • "commune_code":
                {
                • "type":"string",
                • "title":"commune_code",
                • "description":""
                }
                ,
              • "commune_nom":
                {
                • "type":"string",
                • "title":"commune_nom",
                • "description":""
                }
                ,
              • "unite_urbaine_code":
                {
                • "type":"string",
                • "title":"unite_urbaine_code",
                • "description":""
                }
                ,
              • "unite_urbaine_nom":
                {
                • "type":"string",
                • "title":"unite_urbaine_nom",
                • "description":""
                }
                ,
              • "departement_code":
                {
                • "type":"string",
                • "title":"departement_code",
                • "description":""
                }
                ,
              • "departement_nom":
                {
                • "type":"string",
                • "title":"departement_nom",
                • "description":""
                }
                ,
              • "region_code":
                {
                • "type":"string",
                • "title":"region_code",
                • "description":""
                }
                ,
              • "region_nom":
                {
                • "type":"string",
                • "title":"region_nom",
                • "description":""
                }
                ,
              • "geolocalisation":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Géolocalisation",
                • "description":""
                }
                ,
              • "idref_lien":
                {
                • "type":"string",
                • "title":"idref_lien",
                • "description":""
                }
                ,
              • "projet_lien_scanr":
                {
                • "type":"string",
                • "title":"projet_lien_scanr",
                • "description":""
                }
                ,
              • "projet_lien_cordis":
                {
                • "type":"string",
                • "title":"projet_lien_cordis",
                • "description":""
                }
                ,
              • "structure_lien_scanr":
                {
                • "type":"string",
                • "title":"structure_lien_scanr",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets