43 enregistrements

43 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Jardins éphémères - Orléans Métropole

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id
Type
texte
Exemple
2022_11
composantes
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
composantes
Type
texte
Exemple
                       
nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
Teinture du ciel, petit jardin de l'humanité !
createur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
createur
Type
texte
Exemple
Olivier Striblen, Paysagiste concepteur à Orléans
structure
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
structure
Type
texte
Exemple
                       
partenaires
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
partenaires
Type
texte
Exemple
L'Établissement Public de Santé Mentale Georges Daumezon, l'Ecole Horticole De La Mouillère, J. Richard Paysage
description
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
description
Type
texte
Exemple
Le monde vivant s’articule autour des différences. Il nous faut aider toutes
les générations composées de magnifiques différences à mieux vivre ensemble
grâce à l’échange et à la connaissance. L’arc-en-ciel que les poètes appellent
« la teinture du ciel » est composé de sept couleurs. Sept couleurs différentes
et pourtant tellement complémentaires. Il est le symbole du renouveau mais aussi
de l’alliance. Le jardin réuni sous sa voûte composée de sept arcs végétalisés
dont chacun prend naissance dans un des sept piliers colorés.
Ils expriment symboliquement les différences, les exclus de toutes sortes.
Les plantes grimpantes s’y développent en fonction de leur « handicap »,
de leur « différence ». Elles finissent par se rejoindre pour former une seule
société qui offre une place à tous. Le jardin est traversé par un cheminement
permettant aux promeneurs de s’asseoir afin de profiter d’un moment de plaisir,
d’écoute de senteurs et de couleurs. Nous y retrouvons « les mauvaises herbes »,
les plantes nourricières et les plantes allergènes.
type
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type
Type
texte
Exemple
Jardin éphémère
emplacement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
emplacement
Type
texte
Exemple
Place de Loire à Orléans
geo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo
Type
geo_point_2d
Exemple
[47.898261,1.909058]
contenudans
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
contenudans
Type
texte
Exemple
                       
date_debut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_debut
Type
date
Exemple
2022-10-10
date_fin
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_fin
Type
date
Exemple
2022-11-14
id_parcours_avant
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_parcours_avant
Type
texte
Exemple
2022_10
id_parcours_apres
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_parcours_apres
Type
texte
Exemple
2022_12
edition
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
edition
Type
texte
Exemple
jardinsephemeres-2022
num_jardin
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_jardin
Type
texte
Exemple
11
datecreation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
datecreation
Type
date
Exemple
                       
auteur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
auteur
Type
texte
Exemple
                       
url
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url
Type
texte
Exemple
https://cloud2.orleans-metropole.fr/index.php/s/d8mDGBEMS5EzD3W/download?path=%2F&files=photo-jardinephemere-2022_11.jpg

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":"om-biodiversite-jardinsephemeres",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/om-biodiversite-jardinsephemeres"
      }
    ]
    ,
  • "definitions":
    {
    • "om-biodiversite-jardinsephemeres":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/om-biodiversite-jardinsephemeres_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"
            }
          }
        }
        ,
      • "om-biodiversite-jardinsephemeres_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id":
                {
                • "type":"string",
                • "title":"id",
                • "description":""
                }
                ,
              • "composantes":
                {
                • "type":"string",
                • "title":"composantes",
                • "description":""
                }
                ,
              • "nom":
                {
                • "type":"string",
                • "title":"nom",
                • "description":""
                }
                ,
              • "createur":
                {
                • "type":"string",
                • "title":"createur",
                • "description":""
                }
                ,
              • "structure":
                {
                • "type":"string",
                • "title":"structure",
                • "description":""
                }
                ,
              • "partenaires":
                {
                • "type":"string",
                • "title":"partenaires",
                • "description":""
                }
                ,
              • "description":
                {
                • "type":"string",
                • "title":"description",
                • "description":""
                }
                ,
              • "type":
                {
                • "type":"string",
                • "title":"type",
                • "description":""
                }
                ,
              • "emplacement":
                {
                • "type":"string",
                • "title":"emplacement",
                • "description":""
                }
                ,
              • "geo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo",
                • "description":""
                }
                ,
              • "contenudans":
                {
                • "type":"string",
                • "title":"contenudans",
                • "description":""
                }
                ,
              • "date_debut":
                {
                • "type":"string",
                • "format":"date",
                • "title":"date_debut",
                • "description":""
                }
                ,
              • "date_fin":
                {
                • "type":"string",
                • "format":"date",
                • "title":"date_fin",
                • "description":""
                }
                ,
              • "id_parcours_avant":
                {
                • "type":"string",
                • "title":"id_parcours_avant",
                • "description":""
                }
                ,
              • "id_parcours_apres":
                {
                • "type":"string",
                • "title":"id_parcours_apres",
                • "description":""
                }
                ,
              • "edition":
                {
                • "type":"string",
                • "title":"edition",
                • "description":""
                }
                ,
              • "num_jardin":
                {
                • "type":"string",
                • "title":"num_jardin",
                • "description":""
                }
                ,
              • "datecreation":
                {
                • "type":"string",
                • "format":"date",
                • "title":"datecreation",
                • "description":""
                }
                ,
              • "auteur":
                {
                • "type":"string",
                • "title":"auteur",
                • "description":""
                }
                ,
              • "url":
                {
                • "type":"string",
                • "title":"url",
                • "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