enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Archives de la Planète - Films

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Numéro d'inventaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_d_inventaire
Type
texte
Exemple
                       
Légende
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
legende
Type
texte
Exemple
                       
Typologie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
typologie
Type
texte
Exemple
                       
Durée
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
duree
Type
texte
Exemple
                       
Date de prise de vue
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_de_prise_de_vue
Type
texte
Exemple
                       
Opérateur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
operateur
Type
texte
Exemple
                       
Commentaires
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commentaires
Type
texte
Exemple
                       
Géolocalisation principale
Coordonnées de la première scène du film (latitude, longitude en degrés décimaux)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geolocalisation_principale
Type
geo_point_2d
Exemple
                       
Autres géolocalisations
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
autres_geolocalisations
Type
texte
Exemple
                       
Lien daylimotion court
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lien_daylimotion_court
Type
texte
Exemple
                       
Lieu
Lieu retraité

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieu_retraite
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":"fr-229200506-archives-de-la-planete-films",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-229200506-archives-de-la-planete-films"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-229200506-archives-de-la-planete-films":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-229200506-archives-de-la-planete-films_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"
            }
          }
        }
        ,
      • "fr-229200506-archives-de-la-planete-films_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "numero_d_inventaire":
                {
                • "type":"string",
                • "title":"Numéro d'inventaire",
                • "description":""
                }
                ,
              • "legende":
                {
                • "type":"string",
                • "title":"Légende",
                • "description":""
                }
                ,
              • "typologie":
                {
                • "type":"string",
                • "title":"Typologie",
                • "description":""
                }
                ,
              • "duree":
                {
                • "type":"string",
                • "title":"Durée",
                • "description":""
                }
                ,
              • "date_de_prise_de_vue":
                {
                • "type":"string",
                • "title":"Date de prise de vue",
                • "description":""
                }
                ,
              • "operateur":
                {
                • "type":"string",
                • "title":"Opérateur",
                • "description":""
                }
                ,
              • "commentaires":
                {
                • "type":"string",
                • "title":"Commentaires",
                • "description":""
                }
                ,
              • "geolocalisation_principale":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Géolocalisation principale",
                • "description":"Coordonnées de la première scène du film (latitude, longitude en degrés décimaux)"
                }
                ,
              • "autres_geolocalisations":
                {
                • "type":"string",
                • "title":"Autres géolocalisations",
                • "description":""
                }
                ,
              • "lien_daylimotion_court":
                {
                • "type":"string",
                • "title":"Lien daylimotion court",
                • "description":""
                }
                ,
              • "lieu_retraite":
                {
                • "type":"string",
                • "title":"Lieu",
                • "description":"Lieu retraité"
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires