enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Étude des édifices religieux du XIXe siècle à intérêt patrimonial (1801-1905) et du XXe siècle (1905-1974), en Pays de la Loire

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
departement
Type
texte
Exemple
                       
Commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
                       
Coordonnées géographiques
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coordonnees_geographiques
Type
geo_point_2d
Exemple
                       
Patrimoine
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
patrimoine
Type
texte
Exemple
                       
Appelation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
appelation
Type
texte
Exemple
                       
Statut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
statut
Type
texte
Exemple
                       
Protection
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
protection
Type
texte
Exemple
                       
Architecte(s)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
architecte_s
Type
texte
Exemple
                       
Année(s) de(s) campagne(s) de construction
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
annee_s_de_s_campagne_s_de_construction
Type
texte
Exemple
                       
Période de construction
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
periode_de_construction
Type
texte
Exemple
                       
Style architectural
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
style_architectural
Type
texte
Exemple
                       
XIXe (1801-1905)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
xixe_1801_1905
Type
texte
Exemple
                       
XXe (1905-1974)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
xxe_1905_1974
Type
texte
Exemple
                       
Intérêt architectural notable
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
interet_architectural_notable
Type
texte
Exemple
                       
Verrière/vitraux repérés à l'Inventaire général du patrimoine culturel ou protégés MH
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
verriere_vitraux_reperes_a_l_inventaire_general_du_patrimoine_culturel_ou_proteges_mh
Type
texte
Exemple
                       
Monument aux morts intéressant
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
monument_aux_morts_interessant
Type
texte
Exemple
                       
Peintures murales, décors peints ou mosaïques
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
peintures_murales_decors_peints_ou_mosaiques
Type
texte
Exemple
                       
Retable(s) protégé(s) MH (maçonnerie) en tant qu'objet
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
retable_s_protege_s_mh_maconnerie_en_tant_qu_objet
Type
texte
Exemple
                       
Objet(s) mobilier(s) MH
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
objet_s_mobilier_s_mh
Type
texte
Exemple
                       
Protection au titre MH innapropriée
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
protection_au_titre_mh_innapropriee
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":"edifices_religieux_xix_xx_pdl",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/edifices_religieux_xix_xx_pdl"
      }
    ]
    ,
  • "definitions":
    {
    • "edifices_religieux_xix_xx_pdl":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/edifices_religieux_xix_xx_pdl_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"
            }
          }
        }
        ,
      • "edifices_religieux_xix_xx_pdl_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "departement":
                {
                • "type":"string",
                • "title":"Département",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"Commune",
                • "description":""
                }
                ,
              • "coordonnees_geographiques":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Coordonnées géographiques",
                • "description":""
                }
                ,
              • "patrimoine":
                {
                • "type":"string",
                • "title":"Patrimoine",
                • "description":""
                }
                ,
              • "appelation":
                {
                • "type":"string",
                • "title":"Appelation",
                • "description":""
                }
                ,
              • "statut":
                {
                • "type":"string",
                • "title":"Statut",
                • "description":""
                }
                ,
              • "protection":
                {
                • "type":"string",
                • "title":"Protection",
                • "description":""
                }
                ,
              • "architecte_s":
                {
                • "type":"string",
                • "title":"Architecte(s)",
                • "description":""
                }
                ,
              • "annee_s_de_s_campagne_s_de_construction":
                {
                • "type":"string",
                • "title":"Année(s) de(s) campagne(s) de construction",
                • "description":""
                }
                ,
              • "periode_de_construction":
                {
                • "type":"string",
                • "title":"Période de construction",
                • "description":""
                }
                ,
              • "style_architectural":
                {
                • "type":"string",
                • "title":"Style architectural",
                • "description":""
                }
                ,
              • "xixe_1801_1905":
                {
                • "type":"string",
                • "title":"XIXe (1801-1905)",
                • "description":""
                }
                ,
              • "xxe_1905_1974":
                {
                • "type":"string",
                • "title":"XXe (1905-1974)",
                • "description":""
                }
                ,
              • "interet_architectural_notable":
                {
                • "type":"string",
                • "title":"Intérêt architectural notable",
                • "description":""
                }
                ,
              • "verriere_vitraux_reperes_a_l_inventaire_general_du_patrimoine_culturel_ou_proteges_mh":
                {
                • "type":"string",
                • "title":"Verrière/vitraux repérés à l'Inventaire général du patrimoine culturel ou protégés MH",
                • "description":""
                }
                ,
              • "monument_aux_morts_interessant":
                {
                • "type":"string",
                • "title":"Monument aux morts intéressant",
                • "description":""
                }
                ,
              • "peintures_murales_decors_peints_ou_mosaiques":
                {
                • "type":"string",
                • "title":"Peintures murales, décors peints ou mosaïques",
                • "description":""
                }
                ,
              • "retable_s_protege_s_mh_maconnerie_en_tant_qu_objet":
                {
                • "type":"string",
                • "title":"Retable(s) protégé(s) MH (maçonnerie) en tant qu'objet",
                • "description":""
                }
                ,
              • "objet_s_mobilier_s_mh":
                {
                • "type":"string",
                • "title":"Objet(s) mobilier(s) MH ",
                • "description":""
                }
                ,
              • "protection_au_titre_mh_innapropriee":
                {
                • "type":"string",
                • "title":"Protection au titre MH innapropriée",
                • "description":""
                }
              }
            }
          }
        }
      }
    }