3 018 enregistrements

3 018 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Commune

Edifice

Photographies série « Monuments historiques » de 1851 à 1914

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
APMH00036057
nump
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nump
Type
texte
Exemple
MH0036057
Région
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
reg
Type
texte
Exemple
Ile-de-France
Département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dpt
Type
int
Exemple
78
Commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
com
Type
texte
Exemple
Vilennes-sur-Seine
Code INSEE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
insee
Type
int
Exemple
78672
Edifice
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
edif
Type
texte
Exemple
Eglise
Adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
                       
Légende du document
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
leg
Type
texte
Exemple
Nef vue de l'entrée
lieucor
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lieucor
Type
texte
Exemple
                       
Auteur du phototype
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
autp
Type
texte
Exemple
Enlart, Camille (historien)
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
                       
Année de prise de vue du document photographique
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
datpv
Type
texte
Exemple
                       
serie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
serie
Type
texte
Exemple
                       
typdoc
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
typdoc
Type
texte
Exemple
Négatif
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/0029/sap01_mh036057_v.jpg
video_p
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
video_p
Type
fichier
Exemple
{"id":"b378ffa473ab8d61a08c5a30cb5eb2f4","mimetype":"image/jpeg","height":512,"width":709,"filename":"sap01_mh036057_p.jpg","thumbnail":true,"format":"JPEG","color_summary":["rgba(158, 158, 158, 1.00)","rgba(142, 142, 142, 1.00)","rgba(115, 115, 115, 1.00)"]}
wgs84
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
wgs84
Type
geo_point_2d
Exemple
[48.9386877,1.9985593]
video_p02
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
video_p_test
Type
fichier
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":"photographies-serie-monuments-historiques-1851-a-1914",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/photographies-serie-monuments-historiques-1851-a-1914"
      }
    ]
    ,
  • "definitions":
    {
    • "photographies-serie-monuments-historiques-1851-a-1914":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/photographies-serie-monuments-historiques-1851-a-1914_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"
            }
          }
        }
        ,
      • "photographies-serie-monuments-historiques-1851-a-1914_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "ref":
                {
                • "type":"string",
                • "title":"ref",
                • "description":""
                }
                ,
              • "nump":
                {
                • "type":"string",
                • "title":"nump",
                • "description":""
                }
                ,
              • "reg":
                {
                • "type":"string",
                • "title":"Région",
                • "description":""
                }
                ,
              • "dpt":
                {
                • "type":"integer",
                • "title":"Département",
                • "description":""
                }
                ,
              • "com":
                {
                • "type":"string",
                • "title":"Commune",
                • "description":""
                }
                ,
              • "insee":
                {
                • "type":"integer",
                • "title":"Code INSEE",
                • "description":""
                }
                ,
              • "edif":
                {
                • "type":"string",
                • "title":"Edifice",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "leg":
                {
                • "type":"string",
                • "title":"Légende du document",
                • "description":""
                }
                ,
              • "lieucor":
                {
                • "type":"string",
                • "title":"lieucor",
                • "description":""
                }
                ,
              • "autp":
                {
                • "type":"string",
                • "title":"Auteur du phototype",
                • "description":""
                }
                ,
              • "autoeu":
                {
                • "type":"string",
                • "title":"autoeu",
                • "description":""
                }
                ,
              • "scle":
                {
                • "type":"string",
                • "title":"scle",
                • "description":""
                }
                ,
              • "datpv":
                {
                • "type":"string",
                • "title":"Année de prise de vue du document photographique",
                • "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":""
                }
                ,
              • "wgs84":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"wgs84",
                • "description":""
                }
                ,
              • "video_p_test":
                {
                • "type":"string",
                • "title":"video_p02",
                • "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

    • Cette liste présente les édifices et immeubles qui ont été ou sont protégés au titre des Monuments historiques (classés ou inscrits), depuis l’année 1840 jusqu’à aujourd’hui. La liste présente l’ensemble des informations disponibles sur la base Mérimée, qui proviennent elles-mêmes de l’arrêté et du dossier de protection, établis par le service des Monuments historiques.Les édifices protégés dat…
    • 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.
    • Cette liste présente les objets mobiliers qui ont été ou sont protégés au titre des Monuments historiques (classés ou inscrits), depuis 1840 jusqu’à aujourd’hui. La liste présente l’ensemble des informations disponibles sur la base Palissy, qui proviennent elles-mêmes de l’arrêté ou du dossier de protection, établis par le service des Monuments historiques.
    • Fonds 14-18, extrait de la base Mémoire concernant la Première Guerre mondiale. Attention : les photos géolocalisées le sont pour le moment au niveau du code INSEE de la commune.