54 998 enregistrements

Archives de la Planète

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Identifiant Fakir
Identifiant dans le système multimédia FAKIR (Fonds Albert-Kahn Informatisé pour la Recherche)

Aucune description n'est disponible pour ce champ.

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

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_d_inventaire
Type
texte
Exemple
                       
Légende d'origine
Légende des registres d’inventaire d’époque

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
legende_originale_titre
Type
texte
Exemple
                       
Légende
Légende actualisée par le musée Albert-Kahn

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
legende_revisee
Type
texte
Exemple
                       
Lieu ancien
Lieu indiqué dans le registre d’inventaire d’époque

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieu
Type
texte
Exemple
                       
Date de prise de vue
Date de la prise de vue

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_de_prise_de_vue
Type
texte
Exemple
                       
Opérateur
Opérateur ayant réalisé les photographies

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
operateur
Type
texte
Exemple
                       
Mission
Campagne de prise de vue

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
mission_serie
Type
texte
Exemple
                       
Lieux
Lieu de la prise de vue, dénomination et frontière actuelles

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieu_actuel
Type
texte
Exemple
                       
Thèmes
Thématiques de la photographie

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
themes
Type
texte
Exemple
                       
Sujets
Mots-clés

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sujets
Type
texte
Exemple
                       
Personnes
Personne présente sur le cliché

Aucune description n'est disponible pour ce champ.

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

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
procede_technique
Type
texte
Exemple
                       
Format d’origine
Format de la prise de vue (cm) - portrait ou paysage

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
taille
Type
texte
Exemple
                       
Appartenance actuelle
Dépositaire du fonds

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
appartenance_actuelle
Type
texte
Exemple
                       
Collection
Nom de la collection

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
collection
Type
texte
Exemple
                       
Libre de droits
« Libre de droit » ne signifie pas exempt de droit, bien au contraire, cela signifie que les droits sont réglementés par une licence d'utilisation. L'image appartient toujours à son auteur et ne confère à l'utilisateur aucun droit d'auteur sur celle-ci.
(la valeur "Non" signifie que l'image est toujours soumise au droit d'auteur)

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
                       
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
                       
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
                       
Geo Point
Géolocalisation du cliché

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point
Type
geo_point_2d
Exemple
                       
Photo
Lien de téléchargement du fichier associé

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
photo_ftp
Type
fichier
Exemple
                       
Lieu
Lieu retraité

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieu_retraite
Type
texte
Exemple
                       
Licence
Licence d'utilisation des images

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
licence_reutilisation_1
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":"archives-de-la-planete",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/archives-de-la-planete"
      }
    ]
    ,
  • "definitions":
    {
    • "archives-de-la-planete":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/archives-de-la-planete_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_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "identifiant_fakir":
                {
                • "type":"string",
                • "title":"Identifiant Fakir",
                • "description":"Identifiant dans le système multimédia FAKIR (Fonds Albert-Kahn Informatisé pour la Recherche)"
                }
                ,
              • "numero_d_inventaire":
                {
                • "type":"string",
                • "title":"Numéro d'inventaire",
                • "description":"Numéro d'inventaire"
                }
                ,
              • "legende_originale_titre":
                {
                • "type":"string",
                • "title":"Légende d'origine",
                • "description":"Légende des registres d’inventaire d’époque"
                }
                ,
              • "legende_revisee":
                {
                • "type":"string",
                • "title":"Légende",
                • "description":"Légende actualisée par le musée Albert-Kahn"
                }
                ,
              • "lieu":
                {
                • "type":"string",
                • "title":"Lieu ancien",
                • "description":"Lieu indiqué dans le registre d’inventaire d’époque"
                }
                ,
              • "date_de_prise_de_vue":
                {
                • "type":"string",
                • "title":"Date de prise de vue",
                • "description":"Date de la prise de vue"
                }
                ,
              • "operateur":
                {
                • "type":"string",
                • "title":"Opérateur",
                • "description":"Opérateur ayant réalisé les photographies"
                }
                ,
              • "mission_serie":
                {
                • "type":"string",
                • "title":"Mission",
                • "description":"Campagne de prise de vue"
                }
                ,
              • "lieu_actuel":
                {
                • "type":"string",
                • "title":"Lieux",
                • "description":"Lieu de la prise de vue, dénomination et frontière actuelles"
                }
                ,
              • "themes":
                {
                • "type":"string",
                • "title":"Thèmes",
                • "description":"Thématiques de la photographie"
                }
                ,
              • "sujets":
                {
                • "type":"string",
                • "title":"Sujets",
                • "description":"Mots-clés"
                }
                ,
              • "personnes":
                {
                • "type":"string",
                • "title":"Personnes",
                • "description":"Personne présente sur le cliché"
                }
                ,
              • "procede_technique":
                {
                • "type":"string",
                • "title":"Procédé technique",
                • "description":"Procédé technique utilisé"
                }
                ,
              • "taille":
                {
                • "type":"string",
                • "title":"Format d’origine",
                • "description":"Format de la prise de vue (cm) - portrait ou paysage"
                }
                ,
              • "appartenance_actuelle":
                {
                • "type":"string",
                • "title":"Appartenance actuelle",
                • "description":"Dépositaire du fonds"
                }
                ,
              • "collection":
                {
                • "type":"string",
                • "title":"Collection",
                • "description":"Nom de la collection"
                }
                ,
              • "droits_cessibles":
                {
                • "type":"string",
                • "title":"Libre de droits",
                • "description":"« Libre de droit » ne signifie pas exempt de droit, bien au contraire, cela signifie que les droits sont réglementés par une licence d'utilisation. L'image appartient toujours à son auteur et ne confère à l'utilisateur aucun droit d'auteur sur celle-ci. (la valeur "Non" signifie que l'image est toujours soumise au droit d'auteur)"
                }
                ,
              • "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":""
                }
                ,
              • "geo_point":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":"Géolocalisation du cliché"
                }
                ,
              • "photo_ftp":
                {
                • "type":"string",
                • "title":"Photo",
                • "description":"Lien de téléchargement du fichier associé"
                }
                ,
              • "lieu_retraite":
                {
                • "type":"string",
                • "title":"Lieu",
                • "description":"Lieu retraité"
                }
                ,
              • "licence_reutilisation_1":
                {
                • "type":"string",
                • "title":"Licence",
                • "description":"Licence d'utilisation des images"
                }
              }
            }
          }
        }
      }
    }

    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