enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Le MOBE et son territoire - Muséum d'Orléans pour la Biodiversité et l'Environnement

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
identifiant_poi
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
identifiant_poi
Type
texte
Exemple
                       
lieux
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieux
Type
texte
Exemple
                       
types
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
types
Type
texte
Exemple
                       
Adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
                       
villes
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
villes
Type
texte
Exemple
                       
code_postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
décimal
Exemple
                       
code_insee
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
décimal
Exemple
                       
telephone
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
telephone
Type
texte
Exemple
                       
site_web
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
site_web
Type
texte
Exemple
                       
site_web_table
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
site_web_table
Type
texte
Exemple
                       
description
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
description
Type
texte
Exemple
                       
accessibilite_pmr
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
accessibilite_pmr
Type
texte
Exemple
                       
jeune_public
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jeune_public
Type
texte
Exemple
                       
vignette
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vignette
Type
texte
Exemple
                       
copyright
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
copyright
Type
texte
Exemple
                       
ouverture
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ouverture
Type
texte
Exemple
                       
prix
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
prix
Type
texte
Exemple
                       
coordonnees
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coordonnees
Type
geo_point_2d
Exemple
                       
langue
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
langue
Type
texte
Exemple
                       
url_vignette
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url_vignette
Type
fichier
Exemple
                       
url_fiche_poi
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url_fiche_poi
Type
texte
Exemple
                       
url_qrcode
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url_qrcode
Type
fichier
Exemple
                       
gratuité
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gratuite
Type
texte
Exemple
                       
telephone_principal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
telephone_principal
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":"poi-biodiversite-mobe-local",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/poi-biodiversite-mobe-local"
      }
    ]
    ,
  • "definitions":
    {
    • "poi-biodiversite-mobe-local":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/poi-biodiversite-mobe-local_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"
            }
          }
        }
        ,
      • "poi-biodiversite-mobe-local_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "identifiant_poi":
                {
                • "type":"string",
                • "title":"identifiant_poi",
                • "description":""
                }
                ,
              • "lieux":
                {
                • "type":"string",
                • "title":"lieux",
                • "description":""
                }
                ,
              • "types":
                {
                • "type":"string",
                • "title":"types",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "villes":
                {
                • "type":"string",
                • "title":"villes",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"number",
                • "title":"code_postal",
                • "description":""
                }
                ,
              • "code_insee":
                {
                • "type":"number",
                • "title":"code_insee",
                • "description":""
                }
                ,
              • "telephone":
                {
                • "type":"string",
                • "title":"telephone",
                • "description":""
                }
                ,
              • "site_web":
                {
                • "type":"string",
                • "title":"site_web",
                • "description":""
                }
                ,
              • "site_web_table":
                {
                • "type":"string",
                • "title":"site_web_table",
                • "description":""
                }
                ,
              • "description":
                {
                • "type":"string",
                • "title":"description",
                • "description":""
                }
                ,
              • "accessibilite_pmr":
                {
                • "type":"string",
                • "title":"accessibilite_pmr",
                • "description":""
                }
                ,
              • "jeune_public":
                {
                • "type":"string",
                • "title":"jeune_public",
                • "description":""
                }
                ,
              • "vignette":
                {
                • "type":"string",
                • "title":"vignette",
                • "description":""
                }
                ,
              • "copyright":
                {
                • "type":"string",
                • "title":"copyright",
                • "description":""
                }
                ,
              • "ouverture":
                {
                • "type":"string",
                • "title":"ouverture",
                • "description":""
                }
                ,
              • "prix":
                {
                • "type":"string",
                • "title":"prix",
                • "description":""
                }
                ,
              • "coordonnees":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"coordonnees",
                • "description":""
                }
                ,
              • "langue":
                {
                • "type":"string",
                • "title":"langue",
                • "description":""
                }
                ,
              • "url_vignette":
                {
                • "type":"string",
                • "title":"url_vignette",
                • "description":""
                }
                ,
              • "url_fiche_poi":
                {
                • "type":"string",
                • "title":"url_fiche_poi",
                • "description":""
                }
                ,
              • "url_qrcode":
                {
                • "type":"string",
                • "title":"url_qrcode",
                • "description":""
                }
                ,
              • "gratuite":
                {
                • "type":"string",
                • "title":"gratuité",
                • "description":""
                }
                ,
              • "telephone_principal":
                {
                • "type":"string",
                • "title":"telephone_principal",
                • "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