255 enregistrements

Archives de la Planète - Images naufragées

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Identifiant Fakir
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
identifiant_fakir
Type
texte
Exemple
IF22564
Numéro d'inventaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_d_inventaire
Type
texte
Exemple
A 2 365
Légende d'origine
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
legende_originale_titre
Type
texte
Exemple
Angleterre
Légende
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
legende_revisee
Type
texte
Exemple
Paysage
Lieu ancien
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieu
Type
texte
Exemple
Cornouailles, Angleterre
Date de prise de vue
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_de_prise_de_vue
Type
texte
Exemple
août 1913
Opérateur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
operateur
Type
texte
Exemple
Auguste Léon
Mission
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
mission_serie
Type
texte
Exemple
Mission Auguste Léon en Angleterre en 1913
Lieux
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieu_actuel
Type
texte
Exemple
Angleterre (Grande-Bretagne / Europe)
Thèmes
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
themes
Type
texte
Exemple
Nature / Environnement > Paysage
Sujets
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sujets
Type
texte
Exemple
Route, image naufragée
Personnes
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
personnes
Type
texte
Exemple
                       
Procédé technique
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
procede_technique
Type
texte
Exemple
Autochrome
Format d’origine
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
taille
Type
texte
Exemple
9 x 12 cm
Appartenance actuelle
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
appartenance_actuelle
Type
texte
Exemple
Département des Hauts-de-Seine, musée Albert-Kahn
Collection
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
collection
Type
texte
Exemple
Archives de la Planète
Libre de droits
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
droits_cessibles
Type
texte
Exemple
                       
Continent
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
continent
Type
texte
Exemple
Europe
Région
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
region
Type
texte
Exemple
                       
Pays
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pays
Type
texte
Exemple
Grande-Bretagne
Département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
departement
Type
texte
Exemple
                       
Ville
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ville
Type
texte
Exemple
                       
Photo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
photo
Type
fichier
Exemple
{"id":"d604badd7aab5e11e515d1d7b5fb2f7c","height":593,"width":800,"filename":"a002365.jpg","thumbnail":true,"format":"JPEG","color_summary":["rgba(180, 181, 180, 1.00)","rgba(117, 117, 113, 1.00)","rgba(104, 99, 91, 1.00)"]}
Geo Point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point
Type
geo_point_2d
Exemple
[52.3555177,-1.1743197000000691]
Lieu
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieu_retraite
Type
texte
Exemple
Europe, Grande-Bretagne, Angleterre

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":"archives-de-la-planete-images-naufragees",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/archives-de-la-planete-images-naufragees"
      }
    ]
    ,
  • "definitions":
    {
    • "archives-de-la-planete-images-naufragees":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/archives-de-la-planete-images-naufragees_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"
            }
          }
        }
        ,
      • "archives-de-la-planete-images-naufragees_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "identifiant_fakir":
                {
                • "type":"string",
                • "title":"Identifiant Fakir",
                • "description":""
                }
                ,
              • "numero_d_inventaire":
                {
                • "type":"string",
                • "title":"Numéro d'inventaire",
                • "description":""
                }
                ,
              • "legende_originale_titre":
                {
                • "type":"string",
                • "title":"Légende d'origine",
                • "description":""
                }
                ,
              • "legende_revisee":
                {
                • "type":"string",
                • "title":"Légende",
                • "description":""
                }
                ,
              • "lieu":
                {
                • "type":"string",
                • "title":"Lieu ancien",
                • "description":""
                }
                ,
              • "date_de_prise_de_vue":
                {
                • "type":"string",
                • "title":"Date de prise de vue",
                • "description":""
                }
                ,
              • "operateur":
                {
                • "type":"string",
                • "title":"Opérateur",
                • "description":""
                }
                ,
              • "mission_serie":
                {
                • "type":"string",
                • "title":"Mission",
                • "description":""
                }
                ,
              • "lieu_actuel":
                {
                • "type":"string",
                • "title":"Lieux",
                • "description":""
                }
                ,
              • "themes":
                {
                • "type":"string",
                • "title":"Thèmes",
                • "description":""
                }
                ,
              • "sujets":
                {
                • "type":"string",
                • "title":"Sujets",
                • "description":""
                }
                ,
              • "personnes":
                {
                • "type":"string",
                • "title":"Personnes",
                • "description":""
                }
                ,
              • "procede_technique":
                {
                • "type":"string",
                • "title":"Procédé technique",
                • "description":""
                }
                ,
              • "taille":
                {
                • "type":"string",
                • "title":"Format d’origine",
                • "description":""
                }
                ,
              • "appartenance_actuelle":
                {
                • "type":"string",
                • "title":"Appartenance actuelle",
                • "description":""
                }
                ,
              • "collection":
                {
                • "type":"string",
                • "title":"Collection",
                • "description":""
                }
                ,
              • "droits_cessibles":
                {
                • "type":"string",
                • "title":"Libre de droits",
                • "description":""
                }
                ,
              • "continent":
                {
                • "type":"string",
                • "title":"Continent",
                • "description":""
                }
                ,
              • "region":
                {
                • "type":"string",
                • "title":"Région",
                • "description":""
                }
                ,
              • "pays":
                {
                • "type":"string",
                • "title":"Pays",
                • "description":""
                }
                ,
              • "departement":
                {
                • "type":"string",
                • "title":"Département",
                • "description":""
                }
                ,
              • "ville":
                {
                • "type":"string",
                • "title":"Ville",
                • "description":""
                }
                ,
              • "photo":
                {
                • "type":"string",
                • "title":"Photo",
                • "description":""
                }
                ,
              • "geo_point":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "lieu_retraite":
                {
                • "type":"string",
                • "title":"Lieu",
                • "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

    • Le musée départemental Albert-Kahn conserve les Archives de la Planète, un ensemble d'images fixes et animées, réalisé au début du XXe siècle, consacré à la diversité des peuples et des cultures.
    • Le musée départemental Albert-Kahn conserve les Archives de la Planète, un ensemble d'images fixes et animées, réalisé au début du XXe siècle, consacré à la diversité des peuples et des cultures.
    • Extraction des images de Paris de la collection des Archives de la Planète, un ensemble d'images fixes et animées, réalisé au début du XXe siècle, consacré à la diversité des peuples et des cultures et conservé par le musée départemental Albert-Kahn.
    • Cartes et plans du 16e au 20e siècle, relatifs à l’ensemble de l’Île-de-France, et plus spécifiquement aux communes des Hauts-de-Seine.