83
                        
                        enregistrements
                        
                    
                    
                Elections Européennes 2019 - Angers
Modèle de données
        Cliquez pour déplier        Cliquez pour replier    
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":"elections-europeennes-angers-2019",
- "type":"object",
- "oneOf":,[- {- "$ref":"#/definitions/elections-europeennes-angers-2019"
 }
 ]
- "definitions":{- "elections-europeennes-angers-2019":,{- "properties":{- "records":{- "type":"array",
- "items":{- "$ref":"#/definitions/elections-europeennes-angers-2019_records"
 }
 }
 }
- "records":
 }
- "properties":
- "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"
 }
 }
- "crs":
- "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"
 }
 }
- "type":
- "additionalProperties":false,
- "oneOf":[- ,{- "$ref":"#/definitions/namedCrs"
 }
- {- "$ref":"#/definitions/linkedCrs"
 }
 ]
 }
- "namedCrs":,{- "properties":{- "type":,{- "enum":[- "name"
 ]
 }
- "enum":
- "properties":{- "required":,[- "name"
 ]
- "additionalProperties":false,
- "properties":{- "name":{- "type":"string"
 }
 }
- "name":
 }
- "required":
 }
- "type":
 }
- "properties":
- "linkedObject":,{- "type":"object",
- "required":,[- "href"
 ]
- "properties":{- "href":,{- "type":"string",
- "format":"uri"
 }
- "type":{- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
 }
 }
- "href":
 }
- "linkedCrs":,{- "properties":{- "type":,{- "enum":[- "link"
 ]
 }
- "enum":
- "properties":{- "$ref":"#/definitions/linkedObject"
 }
 }
- "type":
 }
- "properties":
- "geometryCollection":,{- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[- "geometries"
 ]
- "properties":{- "type":,{- "enum":[- "GeometryCollection"
 ]
 }
- "enum":
- "geometries":{- "type":"array",
- "items":{- "$ref":"http://json-schema.org/geojson/geometry.json#"
 }
 }
 }
- "type":
 }
- "feature":,{- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[- "geometry",
- "properties"
 ]
- "properties":{- "type":,{- "enum":[- "Feature"
 ]
 }
- "enum":
- "geometry":,{- "oneOf":[- ,{- "type":"null"
 }
- {- "$ref":"#/definitions/geometry"
 }
 ]
 }
- "oneOf":
- "properties":,{- "type":[- "object",
- "null"
 ]
 }
- "type":
- "id":{}
 }
- "type":
 }
- "featureCollection":,{- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[- "features"
 ]
- "properties":{- "type":,{- "enum":[- "FeatureCollection"
 ]
 }
- "enum":
- "features":{- "type":"array",
- "items":{- "$ref":"#/definitions/feature"
 }
 }
 }
- "type":
 }
- "geometry":,{- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[- "type",
- "coordinates"
 ]
- "oneOf":,[- ,{- "title":"Point",
- "properties":{- "type":,{- "enum":[- "Point"
 ]
 }
- "enum":
- "coordinates":{- "$ref":"#/definitions/position"
 }
 }
- "type":
 }
- ,{- "title":"MultiPoint",
- "properties":{- "type":,{- "enum":[- "MultiPoint"
 ]
 }
- "enum":
- "coordinates":{- "$ref":"#/definitions/positionArray"
 }
 }
- "type":
 }
- ,{- "title":"LineString",
- "properties":{- "type":,{- "enum":[- "LineString"
 ]
 }
- "enum":
- "coordinates":{- "$ref":"#/definitions/lineString"
 }
 }
- "type":
 }
- ,{- "title":"MultiLineString",
- "properties":{- "type":,{- "enum":[- "MultiLineString"
 ]
 }
- "enum":
- "coordinates":{- "type":"array",
- "items":{- "$ref":"#/definitions/lineString"
 }
 }
 }
- "type":
 }
- ,{- "title":"Polygon",
- "properties":{- "type":,{- "enum":[- "Polygon"
 ]
 }
- "enum":
- "coordinates":{- "$ref":"#/definitions/polygon"
 }
 }
- "type":
 }
- {- "title":"MultiPolygon",
- "properties":{- "type":,{- "enum":[- "MultiPolygon"
 ]
 }
- "enum":
- "coordinates":{- "type":"array",
- "items":{- "$ref":"#/definitions/polygon"
 }
 }
 }
- "type":
 }
 ]
- "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"
 }
 }
 }
- "elections-europeennes-angers-2019_records":{- "properties":{- "fields":{- "type":"object",
- "properties":{- "sequence":,{- "type":"integer",
- "title":"sequence",
- "description":""
 }
- "euro":,{- "type":"string",
- "title":"euro",
- "description":""
 }
- "annee":,{- "type":"string",
- "title":"annee",
- "description":""
 }
- "tour":,{- "type":"integer",
- "title":"tour",
- "description":""
 }
- "departement":,{- "type":"integer",
- "title":"departement",
- "description":""
 }
- "commune":,{- "type":"string",
- "title":"commune",
- "description":""
 }
- "bureau_de_vote":,{- "type":"integer",
- "title":"bureau de vote",
- "description":""
 }
- "canton":,{- "type":"string",
- "title":"canton",
- "description":""
 }
- "circonscription":,{- "type":"string",
- "title":"circonscription",
- "description":""
 }
- "indicatif":,{- "type":"string",
- "title":"indicatif",
- "description":""
 }
- "inscrits":,{- "type":"integer",
- "title":"inscrits",
- "description":""
 }
- "abstentions":,{- "type":"integer",
- "title":"abstentions",
- "description":""
 }
- "votants":,{- "type":"integer",
- "title":"votants",
- "description":""
 }
- "votants_le":,{- "type":"integer",
- "title":"votants_LE",
- "description":""
 }
- "blancs":,{- "type":"integer",
- "title":"blancs",
- "description":""
 }
- "nuls":,{- "type":"integer",
- "title":"nuls",
- "description":""
 }
- "exprimes":,{- "type":"integer",
- "title":"exprimes",
- "description":""
 }
- "nb_liste":,{- "type":"integer",
- "title":"nb_liste",
- "description":""
 }
- "la_france_insoumise":,{- "type":"string",
- "title":"LA FRANCE INSOUMISE",
- "description":""
 }
- "la_france_insoumise0":,{- "type":"string",
- "title":"LA FRANCE INSOUMISE",
- "description":""
 }
- "une_france_royale":,{- "type":"string",
- "title":"UNE FRANCE ROYALE",
- "description":""
 }
- "une_france_royale0":,{- "type":"string",
- "title":"UNE FRANCE ROYALE",
- "description":""
 }
- "la_ligne_claire":,{- "type":"integer",
- "title":"LA LIGNE CLAIRE",
- "description":""
 }
- "la_ligne_claire0":,{- "type":"integer",
- "title":"LA LIGNE CLAIRE",
- "description":""
 }
- "parti_pirate":,{- "type":"integer",
- "title":"PARTI PIRATE",
- "description":""
 }
- "parti_pirate0":,{- "type":"integer",
- "title":"PARTI PIRATE",
- "description":""
 }
- "renaissance":,{- "type":"integer",
- "title":"RENAISSANCE",
- "description":""
 }
- "renaissance0":,{- "type":"integer",
- "title":"RENAISSANCE",
- "description":""
 }
- "democratie_representative":,{- "type":"integer",
- "title":"DEMOCRATIE REPRESENTATIVE",
- "description":""
 }
- "democratie_representative0":,{- "type":"integer",
- "title":"DEMOCRATIE REPRESENTATIVE",
- "description":""
 }
- "ensemble_patriotes":,{- "type":"integer",
- "title":"ENSEMBLE PATRIOTES",
- "description":""
 }
- "ensemble_patriotes0":,{- "type":"integer",
- "title":"ENSEMBLE PATRIOTES",
- "description":""
 }
- "pace":,{- "type":"integer",
- "title":"PACE",
- "description":""
 }
- "pace0":,{- "type":"integer",
- "title":"PACE",
- "description":""
 }
- "urgence_ecologique":,{- "type":"integer",
- "title":"URGENCE ECOLOGIQUE",
- "description":""
 }
- "urgence_ecologique0":,{- "type":"integer",
- "title":"URGENCE ECOLOGIQUE",
- "description":""
 }
- "liste_de_la_reconquete":,{- "type":"integer",
- "title":"LISTE DE LA RECONQUETE",
- "description":""
 }
- "liste_de_la_reconquete0":,{- "type":"integer",
- "title":"LISTE DE LA RECONQUETE",
- "description":""
 }
- "les_europeens":,{- "type":"integer",
- "title":"LES EUROPEENS",
- "description":""
 }
- "les_europeens0":,{- "type":"integer",
- "title":"LES EUROPEENS",
- "description":""
 }
- "envie_d_europe":,{- "type":"integer",
- "title":"ENVIE D'EUROPE",
- "description":""
 }
- "envie_d_europe0":,{- "type":"integer",
- "title":"ENVIE D'EUROPE",
- "description":""
 }
- "parti_fed_europeen":,{- "type":"integer",
- "title":"PARTI FED. EUROPEEN",
- "description":""
 }
- "parti_fed_europeen0":,{- "type":"integer",
- "title":"PARTI FED. EUROPEEN",
- "description":""
 }
- "initiative_citoyenne":,{- "type":"integer",
- "title":"INITIATIVE CITOYENNE",
- "description":""
 }
- "initiative_citoyenne0":,{- "type":"integer",
- "title":"INITIATIVE CITOYENNE",
- "description":""
 }
- "debout_la_france":,{- "type":"integer",
- "title":"DEBOUT LA FRANCE",
- "description":""
 }
- "debout_la_france0":,{- "type":"integer",
- "title":"DEBOUT LA FRANCE",
- "description":""
 }
- "allons_enfants":,{- "type":"integer",
- "title":"ALLONS ENFANTS",
- "description":""
 }
- "allons_enfants0":,{- "type":"integer",
- "title":"ALLONS ENFANTS",
- "description":""
 }
- "decroissance_2019":,{- "type":"integer",
- "title":"DECROISSANCE 2019",
- "description":""
 }
- "decroissance_20190":,{- "type":"integer",
- "title":"DECROISSANCE 2019",
- "description":""
 }
- "lutte_ouvriere":,{- "type":"integer",
- "title":"LUTTE OUVRIERE",
- "description":""
 }
- "lutte_ouvriere0":,{- "type":"integer",
- "title":"LUTTE OUVRIERE",
- "description":""
 }
- "pour_l_europe_des_gens":,{- "type":"integer",
- "title":"POUR L'EUROPE DES GENS",
- "description":""
 }
- "pour_l_europe_des_gens0":,{- "type":"integer",
- "title":"POUR L'EUROPE DES GENS",
- "description":""
 }
- "ensemble_pour_le_frexit":,{- "type":"string",
- "title":"ENSEMBLE POUR LE FREXIT",
- "description":""
 }
- "ensemble_pour_le_frexit0":,{- "type":"string",
- "title":"ENSEMBLE POUR LE FREXIT",
- "description":""
 }
- "liste_citoyenne":,{- "type":"integer",
- "title":"LISTE CITOYENNE",
- "description":""
 }
- "liste_citoyenne0":,{- "type":"integer",
- "title":"LISTE CITOYENNE",
- "description":""
 }
- "a_voix_egales":,{- "type":"string",
- "title":"A VOIX EGALES",
- "description":""
 }
- "a_voix_egales0":,{- "type":"string",
- "title":"A VOIX EGALES",
- "description":""
 }
- "prenez_le_pouvoir":,{- "type":"string",
- "title":"PRENEZ LE POUVOIR",
- "description":""
 }
- "prenez_le_pouvoir0":,{- "type":"string",
- "title":"PRENEZ LE POUVOIR",
- "description":""
 }
- "neutre_et_actif":,{- "type":"string",
- "title":"NEUTRE ET ACTIF",
- "description":""
 }
- "neutre_et_actif0":,{- "type":"string",
- "title":"NEUTRE ET ACTIF",
- "description":""
 }
- "revolutionnaire":,{- "type":"string",
- "title":"REVOLUTIONNAIRE",
- "description":""
 }
- "revolutionnaire0":,{- "type":"string",
- "title":"REVOLUTIONNAIRE",
- "description":""
 }
- "esperanto":,{- "type":"string",
- "title":"ESPERANTO",
- "description":""
 }
- "esperanto0":,{- "type":"string",
- "title":"ESPERANTO",
- "description":""
 }
- "evolution_citoyenne":,{- "type":"string",
- "title":"EVOLUTION CITOYENNE",
- "description":""
 }
- "evolution_citoyenne0":,{- "type":"string",
- "title":"EVOLUTION CITOYENNE",
- "description":""
 }
- "alliance_jaune":,{- "type":"string",
- "title":"ALLIANCE JAUNE",
- "description":""
 }
- "alliance_jaune0":,{- "type":"string",
- "title":"ALLIANCE JAUNE",
- "description":""
 }
- "union_droite_centre":,{- "type":"string",
- "title":"UNION DROITE-CENTRE",
- "description":""
 }
- "union_droite_centre0":,{- "type":"string",
- "title":"UNION DROITE-CENTRE",
- "description":""
 }
- "europe_ecologie":,{- "type":"string",
- "title":"EUROPE ECOLOGIE",
- "description":""
 }
- "europe_ecologie0":,{- "type":"string",
- "title":"EUROPE ECOLOGIE",
- "description":""
 }
- "parti_animaliste":,{- "type":"string",
- "title":"PARTI ANIMALISTE",
- "description":""
 }
- "parti_animaliste0":,{- "type":"string",
- "title":"PARTI ANIMALISTE",
- "description":""
 }
- "les_oublies_de_l_europe":,{- "type":"string",
- "title":"LES OUBLIES DE L'EUROPE",
- "description":""
 }
- "les_oublies_de_l_europe0":,{- "type":"string",
- "title":"LES OUBLIES DE L'EUROPE",
- "description":""
 }
- "udlef":,{- "type":"string",
- "title":"UDLEF",
- "description":""
 }
- "udlef0":,{- "type":"string",
- "title":"UDLEF",
- "description":""
 }
- "europe_au_service_peuples":,{- "type":"string",
- "title":"EUROPE AU SERVICE PEUPLES",
- "description":""
 }
- "europe_au_service_peuples0":,{- "type":"string",
- "title":"EUROPE AU SERVICE PEUPLES",
- "description":""
 }
- "geo_shape":,{- "type":"object",
- "oneOf":,[- {- "$ref":"#/definitions/geometry"
 }
 ]
- "title":"Geo Shape",
- "description":""
 }
- "nom_bureau_de_vote":,{- "type":"string",
- "title":"nom bureau de vote",
- "description":""
 }
- "geo_point":{- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{- "type":"number"
 }
- "title":"Geo Point",
- "description":""
 }
 }
- "sequence":
 }
 }
- "fields":
 }
- "properties":
 }
- "elections-europeennes-angers-2019":
}
Soumettre une réutilisation
        Cliquez pour déplier        Cliquez pour replier    
                                Connectez-vous pour proposer une réutilisation.
                            
                        Jeux de données similaires
-                       Les données fournissent les résultats des élections européennes à Angers qui se sont déroulées le dimanche 9 juin 2024.
-                       Les données fournissent les résultats des élections européennes sur la commune d'Angers qui se sont déroulées le dimanche 25 mai 2014
-                       Les données fournissent les résultats du premier tour des élections municipales à Angers le dimanche 15 mars 2020.
-                       Les données fournissent les résultats du premier tour des élections présidentielles à Angers, qui se sont déroulées le dimanche 23 avril 2017.