135 enregistrements

135 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Lieu

Événements Festival Futur en Seine 2014

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'événement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_de_l_evenement
Type
texte
Exemple
Les App Awards
Thématiques
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
thematique_s
Type
texte
Exemple
Tout connecté
Numéro Département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ndeg_departement
Type
int
Exemple
92
Nom Département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_departement
Type
texte
Exemple
Hauts-de-Seine
Festival de rattachement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
festival_de_rattachement
Type
texte
Exemple
                       
Lieu
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieu
Type
texte
Exemple
Bouygues Télécom - Tour Sequana
Adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
82 rue Henri Farman
Code Postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
int
Exemple
92130
Ville
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ville
Type
texte
Exemple
Issy-les-Moulineaux
Date de début
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_de_debut
Type
texte
Exemple
12 juin
Date de fin
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_de_fin
Type
texte
Exemple
                       
Horaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
horaire
Type
texte
Exemple
09:00 - 18:00
Présentation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
presentation
Type
texte
Exemple
Les App Awards est le premier concours d’applications multiplateforme ouvert aux Startups, Freelances, Agences et Annonceurs. Evénement réunissant tous les acteurs de l’écosystème mobile, les App Awards sont l’occasion de découvrir les meilleures applications du moment, d’écouter l’avis des experts sur l’évolution du marché et de partager son savoir-faire dans le domaine de la mobilité.
Tarif
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tarif
Type
texte
Exemple
99 €
Site Internet
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url
Type
texte
Exemple
http://www.futur-en-seine.fr/fens2014/projet/les-apps-awards/
WGS84
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
wgs
Type
geo_point_2d
Exemple
[48.832863,2.2694668]

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":"evenements-festival-futur-en-seine-2014",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/evenements-festival-futur-en-seine-2014"
      }
    ]
    ,
  • "definitions":
    {
    • "evenements-festival-futur-en-seine-2014":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/evenements-festival-futur-en-seine-2014_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"
            }
          }
        }
        ,
      • "evenements-festival-futur-en-seine-2014_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "nom_de_l_evenement":
                {
                • "type":"string",
                • "title":"Nom de l'événement",
                • "description":""
                }
                ,
              • "thematique_s":
                {
                • "type":"string",
                • "title":"Thématiques",
                • "description":""
                }
                ,
              • "ndeg_departement":
                {
                • "type":"integer",
                • "title":"Numéro Département",
                • "description":""
                }
                ,
              • "nom_departement":
                {
                • "type":"string",
                • "title":"Nom Département",
                • "description":""
                }
                ,
              • "festival_de_rattachement":
                {
                • "type":"string",
                • "title":"Festival de rattachement",
                • "description":""
                }
                ,
              • "lieu":
                {
                • "type":"string",
                • "title":"Lieu",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"integer",
                • "title":"Code Postal",
                • "description":""
                }
                ,
              • "ville":
                {
                • "type":"string",
                • "title":"Ville",
                • "description":""
                }
                ,
              • "date_de_debut":
                {
                • "type":"string",
                • "title":"Date de début",
                • "description":""
                }
                ,
              • "date_de_fin":
                {
                • "type":"string",
                • "title":"Date de fin",
                • "description":""
                }
                ,
              • "horaire":
                {
                • "type":"string",
                • "title":"Horaire",
                • "description":""
                }
                ,
              • "presentation":
                {
                • "type":"string",
                • "title":"Présentation",
                • "description":""
                }
                ,
              • "tarif":
                {
                • "type":"string",
                • "title":"Tarif",
                • "description":""
                }
                ,
              • "url":
                {
                • "type":"string",
                • "title":"Site Internet",
                • "description":""
                }
                ,
              • "wgs":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"WGS84",
                • "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

    • Ce jeu de données présente l'ensemble des événements organisés partout en France pour la  28e édition de la Fête de la science qui aura lieu du 6 au 14 octobre 2018 pour la métropole et du 10-18 novembre 2018 pour l'outre-mer : animations, expositions, débats et d'initiatives scientifiques gratuites, inventives et ludiques.
    • Ce jeu de données présente l'ensemble des événements organisés en Île-de-France pour la Fête de la science 2023 qui a lieu du 6 au 16 octobre pour la métropole et du 10 au 27 novembre pour l'international et l'outre-mer : animations, expositions, débats et d'initiatives scientifiques gratuites, inventives et ludiques.
    • Liste des événements publics publiés dans les agendas Open Agenda, et qui se déroulent dans la Région Île-de-France. 
    • Concerts, films, expos, balades, visites touristiques, activités sportives : découvrez tout ce que la Région organise ou soutient pour vous permettre de vivre toutes les couleurs de l'été en Île-de-France.