records

records

Active filters Clear all

No active filters

Filters

Principales institutions exécutant ou finançant la recherche (hors établissements d'enseignement supérieur)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
uai
               

No description available for this field.

Name (identifier)
uai
Type
text
Sample
                       
libelle_court
               

No description available for this field.

Name (identifier)
libelle_court
Type
text
Sample
                       
libelle_long
               

No description available for this field.

Name (identifier)
libelle_long
Type
text
Sample
                       
statut_juridique_court
               

No description available for this field.

Name (identifier)
statut_juridique_court
Type
text
Sample
                       
adresse
               

No description available for this field.

Name (identifier)
adresse
Type
text
Sample
                       
complement_adresse
               

No description available for this field.

Name (identifier)
complement_adresse
Type
text
Sample
                       
code_postal
               

No description available for this field.

Name (identifier)
code_postal
Type
text
Sample
                       
localite
               

No description available for this field.

Name (identifier)
localite
Type
text
Sample
                       
geolocalisation
               

No description available for this field.

Name (identifier)
geolocalisation
Type
geo point
Sample
                       
site_internet
               

No description available for this field.

Name (identifier)
site_internet
Type
text
Sample
                       
compte_twitter
               

No description available for this field.

Name (identifier)
compte_twitter
Type
text
Sample
                       
compte_facebook
               

No description available for this field.

Name (identifier)
compte_facebook
Type
text
Sample
                       
compte_linkedin
               

No description available for this field.

Name (identifier)
compte_linkedin
Type
text
Sample
                       
compte_googleplus
               

No description available for this field.

Name (identifier)
compte_googleplus
Type
text
Sample
                       
compte_youtube
               

No description available for this field.

Name (identifier)
compte_youtube
Type
text
Sample
                       
compte_dailymotion
               

No description available for this field.

Name (identifier)
compte_dailymotion
Type
text
Sample
                       
identifiant_freebase
               

No description available for this field.

Name (identifier)
identifiant_freebase
Type
text
Sample
                       
identifiant_wikidata
               

No description available for this field.

Name (identifier)
identifiant_wikidata
Type
text
Sample
                       
statut_operateur_lolf
               

No description available for this field.

Name (identifier)
statut_operateur_lolf
Type
text
Sample
                       
libelle_mission_chef_de_file
               

No description available for this field.

Name (identifier)
libelle_mission_chef_de_file
Type
text
Sample
                       
identifiant_programme_lolf_chef_de_file
               

No description available for this field.

Name (identifier)
identifiant_programme_lolf_chef_de_file
Type
text
Sample
                       
libelle_programme_lolf_chef_de_file
               

No description available for this field.

Name (identifier)
libelle_programme_lolf_chef_de_file
Type
text
Sample
                       
identifiants_autres_programmes_lolf
               

No description available for this field.

Name (identifier)
identifiants_autres_programmes_lolf
Type
text
Sample
                       
libelles_autres_programmes_lolf
               

No description available for this field.

Name (identifier)
libelles_autres_programmes_lolf
Type
text
Sample
                       
com_code
               

No description available for this field.

Name (identifier)
com_code
Type
text
Sample
                       
com_nom
               

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
                       
uucr_nom
               

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
                       
dep_nom
               

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
                       
aca_nom
               

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
                       
reg_nom
               

No description available for this field.

Name (identifier)
reg_nom
Type
text
Sample
                       
numero_siren_siret_uai
               

No description available for this field.

Name (identifier)
numero_siren_siret_uai
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"principales-institutions-executant-ou-financant-la-recherche-hors-etablissements",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/principales-institutions-executant-ou-financant-la-recherche-hors-etablissements"
      }
    ]
    ,
  • "definitions":
    {
    • "principales-institutions-executant-ou-financant-la-recherche-hors-etablissements":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/principales-institutions-executant-ou-financant-la-recherche-hors-etablissements_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"
            }
          }
        }
        ,
      • "principales-institutions-executant-ou-financant-la-recherche-hors-etablissements_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "uai":
                {
                • "type":"string",
                • "title":"uai",
                • "description":""
                }
                ,
              • "libelle_court":
                {
                • "type":"string",
                • "title":"libelle_court",
                • "description":""
                }
                ,
              • "libelle_long":
                {
                • "type":"string",
                • "title":"libelle_long",
                • "description":""
                }
                ,
              • "statut_juridique_court":
                {
                • "type":"string",
                • "title":"statut_juridique_court",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"adresse",
                • "description":""
                }
                ,
              • "complement_adresse":
                {
                • "type":"string",
                • "title":"complement_adresse",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"code_postal",
                • "description":""
                }
                ,
              • "localite":
                {
                • "type":"string",
                • "title":"localite",
                • "description":""
                }
                ,
              • "geolocalisation":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geolocalisation",
                • "description":""
                }
                ,
              • "site_internet":
                {
                • "type":"string",
                • "title":"site_internet",
                • "description":""
                }
                ,
              • "compte_twitter":
                {
                • "type":"string",
                • "title":"compte_twitter",
                • "description":""
                }
                ,
              • "compte_facebook":
                {
                • "type":"string",
                • "title":"compte_facebook",
                • "description":""
                }
                ,
              • "compte_linkedin":
                {
                • "type":"string",
                • "title":"compte_linkedin",
                • "description":""
                }
                ,
              • "compte_googleplus":
                {
                • "type":"string",
                • "title":"compte_googleplus",
                • "description":""
                }
                ,
              • "compte_youtube":
                {
                • "type":"string",
                • "title":"compte_youtube",
                • "description":""
                }
                ,
              • "compte_dailymotion":
                {
                • "type":"string",
                • "title":"compte_dailymotion",
                • "description":""
                }
                ,
              • "identifiant_freebase":
                {
                • "type":"string",
                • "title":"identifiant_freebase",
                • "description":""
                }
                ,
              • "identifiant_wikidata":
                {
                • "type":"string",
                • "title":"identifiant_wikidata",
                • "description":""
                }
                ,
              • "statut_operateur_lolf":
                {
                • "type":"string",
                • "title":"statut_operateur_lolf",
                • "description":""
                }
                ,
              • "libelle_mission_chef_de_file":
                {
                • "type":"string",
                • "title":"libelle_mission_chef_de_file",
                • "description":""
                }
                ,
              • "identifiant_programme_lolf_chef_de_file":
                {
                • "type":"string",
                • "title":"identifiant_programme_lolf_chef_de_file",
                • "description":""
                }
                ,
              • "libelle_programme_lolf_chef_de_file":
                {
                • "type":"string",
                • "title":"libelle_programme_lolf_chef_de_file",
                • "description":""
                }
                ,
              • "identifiants_autres_programmes_lolf":
                {
                • "type":"string",
                • "title":"identifiants_autres_programmes_lolf",
                • "description":""
                }
                ,
              • "libelles_autres_programmes_lolf":
                {
                • "type":"string",
                • "title":"libelles_autres_programmes_lolf",
                • "description":""
                }
                ,
              • "com_code":
                {
                • "type":"string",
                • "title":"com_code",
                • "description":""
                }
                ,
              • "com_nom":
                {
                • "type":"string",
                • "title":"com_nom",
                • "description":""
                }
                ,
              • "uucr_id":
                {
                • "type":"string",
                • "title":"uucr_id",
                • "description":""
                }
                ,
              • "uucr_nom":
                {
                • "type":"string",
                • "title":"uucr_nom",
                • "description":""
                }
                ,
              • "dep_id":
                {
                • "type":"string",
                • "title":"dep_id",
                • "description":""
                }
                ,
              • "dep_nom":
                {
                • "type":"string",
                • "title":"dep_nom",
                • "description":""
                }
                ,
              • "aca_id":
                {
                • "type":"string",
                • "title":"aca_id",
                • "description":""
                }
                ,
              • "aca_nom":
                {
                • "type":"string",
                • "title":"aca_nom",
                • "description":""
                }
                ,
              • "reg_id":
                {
                • "type":"string",
                • "title":"reg_id",
                • "description":""
                }
                ,
              • "reg_nom":
                {
                • "type":"string",
                • "title":"reg_nom",
                • "description":""
                }
                ,
              • "numero_siren_siret_uai":
                {
                • "type":"string",
                • "title":"numero_siren_siret_uai",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets