enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Entreprises radiées

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Dénomination
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
denomination
Type
texte
Exemple
                       
Siren
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
siren
Type
texte
Exemple
                       
Nic
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nic
Type
texte
Exemple
                       
Forme Juridique
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
forme_juridique
Type
texte
Exemple
                       
Code APE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_ape
Type
texte
Exemple
                       
Secteur d'activité
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
secteur_d_activite
Type
texte
Exemple
                       
Adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
                       
Code postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
texte
Exemple
                       
Ville
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ville
Type
texte
Exemple
                       
Num. dept.
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_dept
Type
texte
Exemple
                       
Département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
departement
Type
texte
Exemple
                       
Région
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
region
Type
texte
Exemple
                       
Code Greffe
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_greffe
Type
texte
Exemple
                       
Greffe
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
greffe
Type
texte
Exemple
                       
Date immatriculation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_immatriculation
Type
date
Exemple
                       
Date radiation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_radiation
Type
date
Exemple
                       
Statut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
statut
Type
texte
Exemple
                       
Geolocalisation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geolocalisation
Type
geo_point_2d
Exemple
                       
Date de publication
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_de_publication
Type
date
Exemple
                       
Nom commercial
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_commercial
Type
texte
Exemple
                       
Date immatriculation origine
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_immatriculation_origine
Type
date
Exemple
                       
Sigle
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sigle
Type
texte
Exemple
                       
Devise
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
devise
Type
texte
Exemple
                       
Durée
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
duree
Type
texte
Exemple
                       
Date cloture 1er exercice
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_cloture_1er_exercice
Type
date
Exemple
                       
Date arreté des comptes
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_arrete_des_comptes
Type
date
Exemple
                       
Etat
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
etat
Type
texte
Exemple
                       
etat_pub
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
etat_pub
Type
texte
Exemple
                       

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":"entreprises-radiees",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/entreprises-radiees"
      }
    ]
    ,
  • "definitions":
    {
    • "entreprises-radiees":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/entreprises-radiees_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"
            }
          }
        }
        ,
      • "entreprises-radiees_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "denomination":
                {
                • "type":"string",
                • "title":"Dénomination",
                • "description":""
                }
                ,
              • "siren":
                {
                • "type":"string",
                • "title":"Siren",
                • "description":""
                }
                ,
              • "nic":
                {
                • "type":"string",
                • "title":"Nic",
                • "description":""
                }
                ,
              • "forme_juridique":
                {
                • "type":"string",
                • "title":"Forme Juridique",
                • "description":""
                }
                ,
              • "code_ape":
                {
                • "type":"string",
                • "title":"Code APE",
                • "description":""
                }
                ,
              • "secteur_d_activite":
                {
                • "type":"string",
                • "title":"Secteur d'activité",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"Code postal",
                • "description":""
                }
                ,
              • "ville":
                {
                • "type":"string",
                • "title":"Ville",
                • "description":""
                }
                ,
              • "num_dept":
                {
                • "type":"string",
                • "title":"Num. dept.",
                • "description":""
                }
                ,
              • "departement":
                {
                • "type":"string",
                • "title":"Département",
                • "description":""
                }
                ,
              • "region":
                {
                • "type":"string",
                • "title":"Région",
                • "description":""
                }
                ,
              • "code_greffe":
                {
                • "type":"string",
                • "title":"Code Greffe",
                • "description":""
                }
                ,
              • "greffe":
                {
                • "type":"string",
                • "title":"Greffe",
                • "description":""
                }
                ,
              • "date_immatriculation":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date immatriculation",
                • "description":""
                }
                ,
              • "date_radiation":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date radiation",
                • "description":""
                }
                ,
              • "statut":
                {
                • "type":"string",
                • "title":"Statut",
                • "description":""
                }
                ,
              • "geolocalisation":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geolocalisation",
                • "description":""
                }
                ,
              • "date_de_publication":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date de publication",
                • "description":""
                }
                ,
              • "nom_commercial":
                {
                • "type":"string",
                • "title":"Nom commercial",
                • "description":""
                }
                ,
              • "date_immatriculation_origine":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date immatriculation origine",
                • "description":""
                }
                ,
              • "sigle":
                {
                • "type":"string",
                • "title":"Sigle",
                • "description":""
                }
                ,
              • "devise":
                {
                • "type":"string",
                • "title":"Devise",
                • "description":""
                }
                ,
              • "duree":
                {
                • "type":"string",
                • "title":"Durée",
                • "description":""
                }
                ,
              • "date_cloture_1er_exercice":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date cloture 1er exercice",
                • "description":""
                }
                ,
              • "date_arrete_des_comptes":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date arreté des comptes",
                • "description":""
                }
                ,
              • "etat":
                {
                • "type":"string",
                • "title":"Etat",
                • "description":""
                }
                ,
              • "etat_pub":
                {
                • "type":"string",
                • "title":"etat_pub",
                • "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