835 enregistrements

835 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

edif

serie

Fonds de la Première Guerre mondiale (14-18) : extrait de la base Mémoire

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
ref
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ref
Type
texte
Exemple
APD0005302
pays
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pays
Type
texte
Exemple
France
reg
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
reg
Type
texte
Exemple
Ile-de-France
dpt
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dpt
Type
int
Exemple
78
com
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
com
Type
texte
Exemple
Versailles
insee
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
insee
Type
décimal
Exemple
78646
edif
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
edif
Type
texte
Exemple
Camp militaire de Satory
adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
Satory
adresse_complete
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_complete
Type
texte
Exemple
Satory
leg
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
leg
Type
texte
Exemple
Chenil militaire : l'entraînement des chiens aux détonations
obj
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
obj
Type
texte
Exemple
                       
lieucor
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieucor
Type
texte
Exemple
                       
autp
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
autp
Type
texte
Exemple
Opérateur D ; Brissy, Edouard
autoeu
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
autoeu
Type
texte
Exemple
                       
scle
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
scle
Type
texte
Exemple
                       
datpv
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
datpv
Type
texte
Exemple
1918.05
serie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
serie
Type
texte
Exemple
Chenil militaire
typdoc
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
typdoc
Type
texte
Exemple
Positif original
lbase
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lbase
Type
texte
Exemple
                       
copy
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
copy
Type
texte
Exemple
Ministère de la Culture (France) - Médiathèque de l'Architecture et du Patrimoine - Diffusion RMN
video_v
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
video_v
Type
texte
Exemple
http://www.culture.gouv.fr/Wave/image/memoire/1600/sap40_d0005302_v.jpg
video_p
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
video_p
Type
fichier
Exemple
{"id":"dd167b964682f6724e66f0e346eb5a59","mimetype":"image/jpeg","height":512,"width":701,"filename":"sap40_d0005302_p.jpg","thumbnail":true,"format":"JPEG","color_summary":["rgba(197, 197, 197, 1.00)","rgba(124, 124, 124, 1.00)","rgba(86, 86, 86, 1.00)"]}
wgs
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
wgs4
Type
geo_point_2d
Exemple
[48.8025669671,2.11789297191]

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":"fonds-de-la-premiere-guerre-mondiale-14-18-extrait-de-la-base-memoire",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fonds-de-la-premiere-guerre-mondiale-14-18-extrait-de-la-base-memoire"
      }
    ]
    ,
  • "definitions":
    {
    • "fonds-de-la-premiere-guerre-mondiale-14-18-extrait-de-la-base-memoire":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fonds-de-la-premiere-guerre-mondiale-14-18-extrait-de-la-base-memoire_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"
            }
          }
        }
        ,
      • "fonds-de-la-premiere-guerre-mondiale-14-18-extrait-de-la-base-memoire_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "ref":
                {
                • "type":"string",
                • "title":"ref",
                • "description":""
                }
                ,
              • "pays":
                {
                • "type":"string",
                • "title":"pays",
                • "description":""
                }
                ,
              • "reg":
                {
                • "type":"string",
                • "title":"reg",
                • "description":""
                }
                ,
              • "dpt":
                {
                • "type":"integer",
                • "title":"dpt",
                • "description":""
                }
                ,
              • "com":
                {
                • "type":"string",
                • "title":"com",
                • "description":""
                }
                ,
              • "insee":
                {
                • "type":"number",
                • "title":"insee",
                • "description":""
                }
                ,
              • "edif":
                {
                • "type":"string",
                • "title":"edif",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"adresse",
                • "description":""
                }
                ,
              • "adresse_complete":
                {
                • "type":"string",
                • "title":"adresse_complete",
                • "description":""
                }
                ,
              • "leg":
                {
                • "type":"string",
                • "title":"leg",
                • "description":""
                }
                ,
              • "obj":
                {
                • "type":"string",
                • "title":"obj",
                • "description":""
                }
                ,
              • "lieucor":
                {
                • "type":"string",
                • "title":"lieucor",
                • "description":""
                }
                ,
              • "autp":
                {
                • "type":"string",
                • "title":"autp",
                • "description":""
                }
                ,
              • "autoeu":
                {
                • "type":"string",
                • "title":"autoeu",
                • "description":""
                }
                ,
              • "scle":
                {
                • "type":"string",
                • "title":"scle",
                • "description":""
                }
                ,
              • "datpv":
                {
                • "type":"string",
                • "title":"datpv",
                • "description":""
                }
                ,
              • "serie":
                {
                • "type":"string",
                • "title":"serie",
                • "description":""
                }
                ,
              • "typdoc":
                {
                • "type":"string",
                • "title":"typdoc",
                • "description":""
                }
                ,
              • "lbase":
                {
                • "type":"string",
                • "title":"lbase",
                • "description":""
                }
                ,
              • "copy":
                {
                • "type":"string",
                • "title":"copy",
                • "description":""
                }
                ,
              • "video_v":
                {
                • "type":"string",
                • "title":"video_v",
                • "description":""
                }
                ,
              • "video_p":
                {
                • "type":"string",
                • "title":"video_p",
                • "description":""
                }
                ,
              • "wgs4":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"wgs",
                • "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

    • Ce jeu est issu du jeu "Photographies série « Monuments historiques » de 1851 à 1914" publié sur Data.gouv.fr qui recense les 38 144 premières photographies du fonds Monument Historique de la Médiathèque de l’Architecture et du Patrimoine, inventoriées dans les sept premiers registres d’inventaire ; depuis la mission héliographique (1851) jusqu'en 1914. 
    • 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.
    • Découvrez le fonds photographique de la Région Île-de-France. Créé en 1982 par le service de l’Inventaire qui a pour vocation de recenser, d’étudier et de promouvoir le patrimoine, ce fonds est accessible sur un site dédié à la photothèque. Il peut être exploré à travers des galeries thématiques et divers modes de recherche, qu’ils soient simples, avancés ou cartographiques.
    • Cartes postales d'époque (1900-1944) consacrées au territoire des Hauts-de-Seine conservées aux Archives départementales.