records

records

Active filters Clear all

No active filters

Filters

Feuille de route des infrastructures de recherche 2018 - Les différentes implantations

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Id
               

No description available for this field.

Name (identifier)
id
Type
text
Sample
                       
Acronyme
               

No description available for this field.

Name (identifier)
acronyme
Type
text
Sample
                       
Nom complet
               

No description available for this field.

Name (identifier)
nomcomplet
Type
text
Sample
                       
Catégorie
               

No description available for this field.

Name (identifier)
categorie
Type
text
Sample
                       
Categorie (court)
               

No description available for this field.

Name (identifier)
categoriecourt
Type
text
Sample
                       
Catégorie (couleur)
               

No description available for this field.

Name (identifier)
categoriecouleur
Type
text
Sample
                       
Type d'Infrastructure
               

No description available for this field.

Name (identifier)
typeinfrastructure
Type
text
Sample
                       
Type d'Infrastructure (couleur)
               

No description available for this field.

Name (identifier)
typeinfrastructurecouleur
Type
text
Sample
                       
Domaines
               

No description available for this field.

Name (identifier)
domaines
Type
text
Sample
                       
Domaine principal
               

No description available for this field.

Name (identifier)
domaineprincipal
Type
text
Sample
                       
Domaine principal (couleur)
               

No description available for this field.

Name (identifier)
domaineprincipalcouleur
Type
text
Sample
                       
TypeImplantation
               

No description available for this field.

Name (identifier)
typeimplantation
Type
text
Sample
                       
TypeImplantationFin
               

No description available for this field.

Name (identifier)
typeimplantationfin
Type
text
Sample
                       
TypeImplantationCouleur
               

No description available for this field.

Name (identifier)
typeimplantationcouleur
Type
text
Sample
                       
Structure
               

No description available for this field.

Name (identifier)
structure
Type
text
Sample
                       
Localisation1
               

No description available for this field.

Name (identifier)
localisation1
Type
text
Sample
                       
Localisation2
               

No description available for this field.

Name (identifier)
localisation2
Type
text
Sample
                       
Adresse
               

No description available for this field.

Name (identifier)
adresse
Type
text
Sample
                       
ComplementAdresse
               

No description available for this field.

Name (identifier)
complementadresse
Type
text
Sample
                       
CodePostal
               

No description available for this field.

Name (identifier)
codepostal
Type
text
Sample
                       
Ville
               

No description available for this field.

Name (identifier)
ville
Type
text
Sample
                       
CoordonneesGPS
               

No description available for this field.

Name (identifier)
coordonneesgps
Type
geo point
Sample
                       
Logo
               

No description available for this field.

Name (identifier)
logo
Type
text
Sample
                       
Résumé
               

No description available for this field.

Name (identifier)
resume
Type
text
Sample
                       
MotsCles
               

No description available for this field.

Name (identifier)
motscles
Type
text
Sample
                       
Impact
               

No description available for this field.

Name (identifier)
impact
Type
text
Sample
                       
Établissements français porteurs
               

No description available for this field.

Name (identifier)
etablissementsfrancaisporteurs
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_feuille-de-route-des-infrastructures-de-recherche-implantations-2018",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr_feuille-de-route-des-infrastructures-de-recherche-implantations-2018"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr_feuille-de-route-des-infrastructures-de-recherche-implantations-2018":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr_feuille-de-route-des-infrastructures-de-recherche-implantations-2018_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_feuille-de-route-des-infrastructures-de-recherche-implantations-2018_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id":
                {
                • "type":"string",
                • "title":"Id",
                • "description":""
                }
                ,
              • "acronyme":
                {
                • "type":"string",
                • "title":"Acronyme",
                • "description":""
                }
                ,
              • "nomcomplet":
                {
                • "type":"string",
                • "title":"Nom complet",
                • "description":""
                }
                ,
              • "categorie":
                {
                • "type":"string",
                • "title":"Catégorie",
                • "description":""
                }
                ,
              • "categoriecourt":
                {
                • "type":"string",
                • "title":"Categorie (court)",
                • "description":""
                }
                ,
              • "categoriecouleur":
                {
                • "type":"string",
                • "title":"Catégorie (couleur)",
                • "description":""
                }
                ,
              • "typeinfrastructure":
                {
                • "type":"string",
                • "title":"Type d'Infrastructure",
                • "description":""
                }
                ,
              • "typeinfrastructurecouleur":
                {
                • "type":"string",
                • "title":"Type d'Infrastructure (couleur)",
                • "description":""
                }
                ,
              • "domaines":
                {
                • "type":"string",
                • "title":"Domaines",
                • "description":""
                }
                ,
              • "domaineprincipal":
                {
                • "type":"string",
                • "title":"Domaine principal",
                • "description":""
                }
                ,
              • "domaineprincipalcouleur":
                {
                • "type":"string",
                • "title":"Domaine principal (couleur)",
                • "description":""
                }
                ,
              • "typeimplantation":
                {
                • "type":"string",
                • "title":"TypeImplantation",
                • "description":""
                }
                ,
              • "typeimplantationfin":
                {
                • "type":"string",
                • "title":"TypeImplantationFin",
                • "description":""
                }
                ,
              • "typeimplantationcouleur":
                {
                • "type":"string",
                • "title":"TypeImplantationCouleur",
                • "description":""
                }
                ,
              • "structure":
                {
                • "type":"string",
                • "title":"Structure",
                • "description":""
                }
                ,
              • "localisation1":
                {
                • "type":"string",
                • "title":"Localisation1",
                • "description":""
                }
                ,
              • "localisation2":
                {
                • "type":"string",
                • "title":"Localisation2",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "complementadresse":
                {
                • "type":"string",
                • "title":"ComplementAdresse",
                • "description":""
                }
                ,
              • "codepostal":
                {
                • "type":"string",
                • "title":"CodePostal",
                • "description":""
                }
                ,
              • "ville":
                {
                • "type":"string",
                • "title":"Ville",
                • "description":""
                }
                ,
              • "coordonneesgps":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"CoordonneesGPS",
                • "description":""
                }
                ,
              • "logo":
                {
                • "type":"string",
                • "title":"Logo",
                • "description":""
                }
                ,
              • "resume":
                {
                • "type":"string",
                • "title":"Résumé",
                • "description":""
                }
                ,
              • "motscles":
                {
                • "type":"string",
                • "title":"MotsCles",
                • "description":""
                }
                ,
              • "impact":
                {
                • "type":"string",
                • "title":"Impact",
                • "description":""
                }
                ,
              • "etablissementsfrancaisporteurs":
                {
                • "type":"string",
                • "title":"Établissements français porteurs",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets