96 enregistrements

96 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Lauréats PM'up Relance industrie

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Nom de l'entreprise lauréate
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_de_l_entreprise_laureate
Type
texte
Exemple
LA GRANDE BOULANGERIE DE PARIS (LGBP)
latitude
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
latitude
Type
décimal
Exemple
48.918928
longitude
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
longitude
Type
décimal
Exemple
2.213665
SIREN
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
siren
Type
texte
Exemple
510555709
SIRET
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
siret
Type
texte
Exemple
51055570900060
Département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
departement
Type
texte
Exemple
95
Lieu de réalisation du projet
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieu_de_realisation_du_projet
Type
texte
Exemple
9, rue Salvador Allende, 95870 Bezons
Code Postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
texte
Exemple
95870
Description de l'activité de l'entreprise
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
description_de_l_activite_de_l_entreprise
Type
texte
Exemple
Fabrication et livraison de pain frais aux professionnels de la restauration collective et commerciale.
Description du projet
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
description_du_projet
Type
texte
Exemple
Modernisation de la chaîne de production.
Effectif Entreprise IDF
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
effectif_entreprise_idf
Type
décimal
Exemple
                       
Nombre d'emplois créés en Île-de-France
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nombre_d_emplois_crees_en_ile_de_france
Type
décimal
Exemple
                       
Coût global du projet présenté par l'entreprise :
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cout_global_du_projet_presente_par_l_entreprise
Type
décimal
Unité
Exemple
                       
Coût global du projet estimé par l'entreprise :
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cout_global
Type
texte
Exemple
1295000
Montant de la subvention :
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
montant_de_la_subvention
Type
décimal
Unité
Exemple
                       
Montant subvention Région :
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
subvention_region
Type
texte
Exemple
                       
Site internet
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
site_internet
Type
texte
Exemple
http://www.lgbp.paris
LinkedIn
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
linkedin
Type
texte
Exemple
https://www.linkedin.com/company/la-grande-boulangerie-de-paris-lgbp
Facebook
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
facebook
Type
texte
Exemple
                       
Twitter
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
twitter
Type
texte
Exemple
                       
Réseau Social Autre
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
reseau_social_autre
Type
texte
Exemple
                       
Logo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
logo
Type
texte
Exemple
https://i2.wp.com/lgbpparis.wpcomstaging.com/wp-content/uploads/2020/10/logo-lgbp-site-1.png?fit=300%2C67&ssl=1
geopoint
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geopoint
Type
geo_point_2d
Exemple
[48.918928,2.213665]

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"laureats-relance-industrie",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/laureats-relance-industrie"
      }
    ]
    ,
  • "definitions":
    {
    • "laureats-relance-industrie":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/laureats-relance-industrie_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"
            }
          }
        }
        ,
      • "laureats-relance-industrie_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "nom_de_l_entreprise_laureate":
                {
                • "type":"string",
                • "title":"Nom de l'entreprise lauréate",
                • "description":""
                }
                ,
              • "latitude":
                {
                • "type":"number",
                • "title":"latitude",
                • "description":""
                }
                ,
              • "longitude":
                {
                • "type":"number",
                • "title":"longitude",
                • "description":""
                }
                ,
              • "siren":
                {
                • "type":"string",
                • "title":"SIREN",
                • "description":""
                }
                ,
              • "siret":
                {
                • "type":"string",
                • "title":"SIRET",
                • "description":""
                }
                ,
              • "departement":
                {
                • "type":"string",
                • "title":"Département",
                • "description":""
                }
                ,
              • "lieu_de_realisation_du_projet":
                {
                • "type":"string",
                • "title":"Lieu de réalisation du projet",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"Code Postal",
                • "description":""
                }
                ,
              • "description_de_l_activite_de_l_entreprise":
                {
                • "type":"string",
                • "title":"Description de l'activité de l'entreprise",
                • "description":""
                }
                ,
              • "description_du_projet":
                {
                • "type":"string",
                • "title":"Description du projet",
                • "description":""
                }
                ,
              • "effectif_entreprise_idf":
                {
                • "type":"number",
                • "title":"Effectif Entreprise IDF",
                • "description":""
                }
                ,
              • "nombre_d_emplois_crees_en_ile_de_france":
                {
                • "type":"number",
                • "title":"Nombre d'emplois créés en Île-de-France",
                • "description":""
                }
                ,
              • "cout_global_du_projet_presente_par_l_entreprise":
                {
                • "type":"number",
                • "title":"Coût global du projet présenté par l'entreprise :",
                • "description":"",
                • "unit":"€"
                }
                ,
              • "cout_global":
                {
                • "type":"string",
                • "title":"Coût global du projet estimé par l'entreprise :",
                • "description":""
                }
                ,
              • "montant_de_la_subvention":
                {
                • "type":"number",
                • "title":"Montant de la subvention :",
                • "description":"",
                • "unit":"€"
                }
                ,
              • "subvention_region":
                {
                • "type":"string",
                • "title":"Montant subvention Région :",
                • "description":""
                }
                ,
              • "site_internet":
                {
                • "type":"string",
                • "title":"Site internet",
                • "description":""
                }
                ,
              • "linkedin":
                {
                • "type":"string",
                • "title":"LinkedIn",
                • "description":""
                }
                ,
              • "facebook":
                {
                • "type":"string",
                • "title":"Facebook",
                • "description":""
                }
                ,
              • "twitter":
                {
                • "type":"string",
                • "title":"Twitter",
                • "description":""
                }
                ,
              • "reseau_social_autre":
                {
                • "type":"string",
                • "title":"Réseau Social Autre",
                • "description":""
                }
                ,
              • "logo":
                {
                • "type":"string",
                • "title":"Logo",
                • "description":""
                }
                ,
              • "geopoint":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geopoint",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Réutilisations

    Cliquez pour déplier Cliquez pour replier

    Soumettre une réutilisation

    Cliquez pour déplier Cliquez pour replier

    Votre nom sera affiché publiquement avec votre réutilisation

    Votre prénom sera affiché publiquement avec votre réutilisation

    Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

    Courte description de votre travail (max. 50 caractères)

    Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

    Une URL où votre travail est accessible publiquement

     ou 

    (facultatif) Une URL ou une image pour présenter votre travail

    false

    Jeux de données similaires

    • Liste des PME, PMI et structures de l'ESS franciliennes soutenues depuis 2008 dans le cadre de l'appel à projets PM'up. Cet appel à projets a pour objectifs de sélectionner les PME, PMI et structures de l'ESS les plus à même de répondre aux priorités du développement économique régional, et de les accompagner pendant trois ans.
    • Innov'up Leader PIA est une déclinaison territoriale du Programme d'investissement d'avenir (PIA)
    • Ce jeu de donnée propose la localisation des incubuteurs et acclérateurs de start-up en Île-de-France avec leurs scpécialités (thèmes et filières), s'ils sont ou non hébergés dans un ESR (établissements supérieur / recherche), s'ils sont labellisés "Innov'up" (nouvel aide régionale pour les entreprises à partir de l'été 2023).
    • Liste des décisions d’affectation et désaffectation d’aides financières, prises au cours des années civiles 2016 et 2017 au bénéfice d’entreprises, pour les dispositifs gérés en direct ou dont l’instruction et/ou la gestion sont délégués par la Région Île-de-France à des tiers. Ce jeu de données n’est pas exhaustif et a vocation à être complété et enrichi. Le fichier de métadonnées détaille le …