Deprecated: Return type of YDataTable::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/bdavid/prod/georef/yamldoc/ydclasses/ydata.inc.php on line 428

Deprecated: Return type of YamlDataTable::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/bdavid/prod/georef/yamldoc/ydclasses/yamldata.inc.php on line 295
inspire/schema (pub)
Menu : html yaml json edit check reindex dump unset
* 

title: 'schéma JSON d''une série de données Inspire'
$schema: 'http://json-schema.org/draft-07/schema#'
$id: 'http://id.georef.eu/inspire/schema'
modified: 2019-02-07T00:00:00+00:00
description: "Ce schéma JSON décrit les métadonnées s'appliquant à une série de données Inspire ;\nil décrit donc un document définissant une série de données Inspire.  \nCe schéma est conforme sur le fond au [réglement métadonnées Inspire](http://data.europa.eu/eli/reg/2008/1205/oj).  \nIl résulte des principaux choix de mise en oeuvre suivants:\n  \n  - les éléments Dublin Core, ainsi que certains schémas d'encodage, sont utilisés le plus possible afin notamment\n    qu'un document Inspire soit aussi compris comme un document Dublin Core.\n  - des champs spécifiques sont introduits pour des concepts absents du Dublin Core, comme\n    [lineage](?ypath=/properties/lineage) ou [scaleDenominator](?ypath=/properties/scaleDenominator),\n    ou les différents rôles des parties responsables, comme [custodian](?ypath=/properties/custodian),\n    ou encore les métadonnées concernant les métadonnées, comme [mdLanguage](?ypath=/properties/mdLanguage).\n  - les principes du Web sémantique sont appliqués autant que possible, notamment:\n    - en utilisant des URI quand cela est possible, ce qui n'est pas conforme à certains choix d'implémentation\n      du règlement, par exemples la désignation d'un mot-clé d'un vocabulaire contrôlé, la conformité à des\n      spécifications ou la licence d'utilisation, ... utilisent des URI alors que le règlement ne le prévoit pas,\n    - en réutilisant la définition de [Organization](https://schema.org/Organization)\n      de [Schema.org](https://schema.org/) pour décrire les organismes,\n  - les langues sont codées en alpha-2 (ISO 639-1), et non en alpha-3 (ISO 639-2) comme demandé par le règlement, car:\n    - les codes alpha-2 sont beaucoup plus utilisés dans le web sémantique que les codes alpha-3,\n    - ce choix ne crée aucune ambiguité et il est facile de reconstruire les codes alpha-3.\n  - les principes de couplage entre métadonnées de données (MDD) et de service (MDS) sont repensés car ils ont prouvés\n    leur inefficacité. Ainsi, une fiche de MDD contient des informations suffisantes pour activer les services\n    de consultation et de téléchargement correspondants sans utiliser ni les MDS, ni les capacités de services.\n    Les MDS deviennent donc inutiles mais peuvent être reconstituées si nécessaire à partir des MDD.\n  - le présent schéma correspond à une fiche de MD mono-lingue mais comporte des annotations pour en dériver\n    le schéma pour une fiche multi-lingue qui est très proche. Ces annotations correspondent à des commentaires\n    contenant la chaine '#MultiLingual '. Pour dériver le schéma multi-lingue il convient de remplacer la chaine\n    avant la chaine '#MultiLingual ' par celle qui se trouve après en conservant toutefois les blancs en début de ligne\n"
parameters:
  MultiLingual:
    title: 'MultiLingual document'
definitions:
  FreeText:
    description: "Définition utilisée dans le schéma pour définir un texte libre.\nPar défaut ce texte libre correspond au type string.\nDans le cas d'un schéma multi-lingue, un texte libre correspond à FreeTextMul\n"
    type: string
  FreeTextMul:
    description: 'texte libre multi-lingue, dictionnaire de string indexé par le code ISO 639-1 de la langue'
    type: object
    additionalProperties: false
    patternProperties:
      '^[a-z][a-z]$':
        type: string
    examples:
      - fr: 'Union européenne'
        en: 'European Union'
  W3CDTF:
    description: '[W3C Date and Time Formats Specification](http://www.w3.org/TR/NOTE-datetime)'
    type:
      - string
      - number
    pattern: '^\d\d\d\d(-\d\d(-\d\d(T\d\d:\d\d(:\d\d(\.\d+)?)?[-+]\d\d:\d\d)?)?)?'
    examples:
      - 1997
      - 1997-07
      - 1997-07-16T00:00:00+00:00
      - '1997-07-16T19:20+01:00'
      - 1997-07-16T19:20:30+01:00
      - 1997-07-16T19:20:30+01:00
  dcmi-period:
    description: '[DCMI Period Encoding Scheme](http://dublincore.org/documents/dcmi-period/)'
    type: object
    required:
      - start
      - end
    properties:
      name:
        type: string
      start:
        $ref: '#/definitions/W3CDTF'
      end:
        $ref: '#/definitions/W3CDTF'
      scheme:
        type: string
        const: W3C-DTF
    examples:
      - name: 'The Great Depression'
        start: 1929
        end: 1939
      - name: 'Perth International Arts Festival, 2000'
        start: 2000-01-26T00:00:00+00:00
        end: 2000-02-20T00:00:00+00:00
      - start: '1999-09-25T14:20+10:00'
        end: '1999-09-25T16:40+10:00'
        scheme: W3C-DTF
  dcmi-box:
    description: "simplified [DCMI Box Encoding Scheme](http://dublincore.org/documents/dcmi-box/) using geographical coordinates in decimal degree\n"
    type: object
    required:
      - northlimit
      - southlimit
      - westlimit
      - eastlimit
    properties:
      name:
        type: string
      northlimit:
        type: number
        minimum: -90
        maximum: 90
      southlimit:
        type: number
        minimum: -90
        maximum: 90
      westlimit:
        type: number
        minimum: -180
        maximum: 180
      eastlimit:
        type: number
        minimum: -180
        maximum: 180
    examples:
      - name: 'Western Australia'
        northlimit: -13.5
        southlimit: -35.5
        westlimit: 112.5
        eastlimit: 129
  langIso639-1:
    description: 'Language coded using ISO 639-1 (alpha-2)'
    type: string
    pattern: '^[a-z][a-z]$'
    examples:
      - fr
      - en
  arrayOfLangIso639-1:
    description: 'Array of languages coded using ISO 639-1 (alpha-2)'
    type: array
    items:
      $ref: '#/definitions/langIso639-1'
    examples:
      - - fr
        - en
  Organization:
    description: '[An organization as defined by Schema.org](http://schema.org/Organization)'
    type: object
    required:
      - name
    properties:
      name:
        description: 'The name of the organization.'
        $ref: '#/definitions/FreeText'
      email:
        description: 'Email address.'
        type: string
  Organization-s:
    description: 'One or several Organizations'
    oneOf:
      - $ref: '#/definitions/Organization'
      - type: array
        minItems: 1
        items:
          $ref: '#/definitions/Organization'
type: object
required:
  - title
  - abstract
  - type
  - identifier
  - subject
  - lineage
  - conformsTo
  - licence
  - accessRights
  - mdPointOfContact
  - mdModified
  - mdLanguage
properties:
  title:
    description: "Resource title (1.1) - A characteristic, and often unique, name by which the resource is known. - Free text\n"
    $ref: '#/definitions/FreeText'
  alternative:
    description: 'Resource alternative title'
    $ref: '#/definitions/FreeText'
  abstract:
    description: 'Resource abstract (1.2) - A brief narrative summary of the content of the resource. - Free text'
    $ref: '#/definitions/FreeText'
  type:
    description: 'Resource type (1.3) - The type of resource described by the metadata.'
    enum:
      - 'http://inspire.ec.europa.eu/metadata-codelist/ResourceType/series'
      - 'http://inspire.ec.europa.eu/metadata-codelist/ResourceType/dataset'
      - 'http://inspire.ec.europa.eu/metadata-codelist/ResourceType/services'
    type: string
  relation:
    description: 'Resource locator (1.4) (part) - Links to additional information about the resource. - URL'
    type: array
    items:
      type: string
  view:
    description: 'Resource locator (1.4) (part) - Links to view services'
    type: array
    items:
      description: 'description of a view service'
      type: object
      required:
        - url
        - layers
      properties:
        url:
          description: 'either the URL of the capabilities of a WMS/WMTS service or a parametered URL of a tile service'
          type: string
          pattern: '^(http|https)://'
        referer:
          description: 'optionaly a referer to be sent with a query to the server'
          type: string
          pattern: '^(http|https)://'
        layers:
          description: 'list of layers using the layerName as key'
          type: object
          additionalProperties:
            type: object
            properties:
              title:
                description: 'title of the layer that can be shown to a human'
                $ref: '#/definitions/FreeText'
  download:
    description: 'Resource locator (1.4) (part) - Links to direct download services'
    type: array
    items:
      description: 'description of a direct download service'
      type: object
      required:
        - url
        - collections
      properties:
        url:
          description: "either the URL of the capabilities of a WFS1/2 service, or a parametered URL of a WFS3 service, or the URI of a MySQL or Postgres server\n"
          type: string
          pattern: '^(http|https|mysql|postgres)://'
        referer:
          description: 'optionaly a refer to be sent with a query to the server'
          type: string
          pattern: '^(http|https)://'
        collections:
          description: 'list of collections or tables using the name as key'
          type: object
          additionalProperties:
            type: object
            properties:
              title:
                description: 'title of the layer that can be shown to a human'
                $ref: '#/definitions/FreeText'
              criterion:
                description: 'a criterion to be applied to the query'
                type: string
  isAvailableAt:
    description: 'Resource locator (1.4) (part) - Links either to an Atom download feed or to a file to be downloaded - URL'
    type: string
    pattern: '^(http|https|ftp)://'
  identifier:
    description: 'Unique resource identifier (1.5) - A value uniquely identifying the resource. URI'
    type: array
    minItems: 1
    items:
      type: string
  language:
    description: 'Resource language (1.7) - The language(s) used within the resource using ISO 639-1. - 0..*'
    oneOf:
      - $ref: '#/definitions/langIso639-1'
      - $ref: '#/definitions/arrayOfLangIso639-1'
  subject:
    description: "KEYWORD (3.) + Topic category (2.1.)  \nIf the keyword doesn't originate from a controlled vocabulary, it is given as a string.\nOtherwise it is given either by its URI or as an object.  \nTopic category is given as one of the element of http://inspire.ec.europa.eu/metadata-codelist/TopicCategory  \nInspire theme is given as one of the element of http://inspire.ec.europa.eu/theme\n"
    type: array
    minItems: 1
    items:
      oneOf:
        - description: 'the URI of a keyword originating from a controlled vocabulary'
          type: string
          format: uri
        - description: 'the label of a keyword not originating from a controlled vocabulary'
          $ref: '#/definitions/FreeText'
        - description: "keyword originating from a controlled vocabulary for which the label is given.  \nIf a URI is defined for the keyword, then the vocabulary doesn't have to be described.  \nOtherwise, if an URI exists for the vocabulary, then title and reference date don't have to be given.  \nIf neither URI exist, the vocabulary is defined by its title and one of the 3 kind of reference date\n"
          type: object
          required:
            - label
          properties:
            label:
              description: 'Keyword value (3.1.)'
              $ref: '#/definitions/FreeText'
            identifier:
              description: 'the URI of the keyword if it exists'
              type: string
            controlledVocabulary:
              description: 'Originating controlled vocabulary (3.2.), used only if the keyword''s URI doesn''t exist'
              type: object
              properties:
                identifier:
                  description: 'the URI of the controlled vocabulary if it exists'
                  type: string
                title:
                  description: 'if none of the URI exist, the title of the controlled vocabulary'
                  $ref: '#/definitions/FreeText'
                issued:
                  description: 'date of publication of the controlled vocabulary'
                  type: string
                  format: date
                modified:
                  description: 'date of last revision of the controlled vocabulary'
                  type: string
                  format: date
                created:
                  description: 'date of creation of the controlled vocabulary'
                  type: string
                  format: date
  spatial:
    description: "Geographic bounding box (4.1)  \nThis is the extent of the resource in the geographic space, given as bounding boxes in decimal degrees,\nwith a precision of at least two decimals.  \n"
    oneOf:
      - description: 'a single bounding box'
        $ref: '#/definitions/dcmi-box'
      - description: 'a list of bounding boxes'
        type: array
        minItems: 1
        items:
          description: 'each bounding box using DCMI Box properties'
          $ref: '#/definitions/dcmi-box'
  temporal:
    description: "Temporal extent (5.1.) - The temporal extent defines the time period covered by the content of the resource.\n"
    oneOf:
      - description: 'an individual date'
        $ref: '#/definitions/W3CDTF'
      - description: 'an interval of dates expressed through the starting date and end date of the interval'
        $ref: '#/definitions/dcmi-period'
      - description: 'a mix of individual dates and intervals of dates'
        type: array
        items:
          oneOf:
            - $ref: '#/definitions/W3CDTF'
            - $ref: '#/definitions/dcmi-period'
  issued:
    description: "Date of publication (5.2.)  \nThe date of publication of the resource when available, or the date of entry into force. - 0..*\n"
    type: array
    items:
      $ref: '#/definitions/W3CDTF'
  modified:
    description: "Date of last revision (5.3.) - The date of last revision of the resource, if the resource has been revised. - 0..1\n"
    $ref: '#/definitions/W3CDTF'
  created:
    description: 'Date of creation (5.4.) - The date of creation of the resource. - 0..1'
    $ref: '#/definitions/W3CDTF'
  lineage:
    description: "Lineage (6.1)  \nA statement on process history and/or overall quality of the spatial data set. Where appropriate\nit may include a statement whether the data set has been validated or quality assured, whether it is the\nofficial version (if multiple versions exist), and whether it has legal validity.  \nThe value domain of this metadata element is free text.\n"
    $ref: '#/definitions/FreeText'
  scaleDenominator:
    description: "Spatial resolution given as the scale denominator of an equivalent scale (6.2)\nSpatial resolution refers to the level of detail of the data set. It shall be expressed as a set of zero\nto many resolution distances (typically for gridded data and imagery-derived products) or equivalent\nscales (typically for maps or map-derived products).\nAn equivalent scale is generally expressed as an integer value expressing the scale denominator.\n"
    type: integer
  spatialResolutionDistance:
    description: "Spatial resolution given as distances (6.2)  \nA resolution distance shall be expressed as a numerical value associated with a unit of length.\n"
    type: array
    items:
      type: object
      required:
        - measure
        - unit
      properties:
        measure:
          description: 'the measure of the distance'
          type: number
        unit:
          description: 'the unit of length'
          enum:
            - m
            - cm
            - mm
            - km
            - deg
  conformsTo:
    description: 'CONFORMITY (7.)'
    type: array
    items:
      description: "A specification document defined by its URI or its metadata. By default, degreeOfConformity is conformant.  \nFor the Regulation No 1089/2010, use the URI: http://data.europa.eu/eli/reg/2010/1089/2014-12-31\n"
      oneOf:
        - description: 'the URI of the specification'
          type: string
        - description: 'the specification described by its metadata, if no URI at least its title and a reference date'
          type: object
          required:
            - title
          properties:
            identifier:
              description: 'the URI of the specification'
              type: string
            title:
              description: 'the title of the specification'
              $ref: '#/definitions/FreeText'
            issued:
              description: 'date of publication of the specification'
              type: string
              format: date
            modified:
              description: 'date of last revision of the specification'
              type: string
              format: date
            created:
              description: 'date of creation of the specification'
              type: string
              format: date
            degreeOfConformity:
              description: 'Degree (7.2) - The degree of conformity of the resource to the specification.'
              type: string
              enum:
                - conformant
                - notConformant
                - notEvaluated
  licence:
    description: "Conditions applying to access and use (8.1)  \nUse the title and identifier of a licence or one of the following title/URI:\n  \n  - title: conditions inconnues\n    identifier: http://inspire.ec.europa.eu/metadata-codelist/ConditionsApplyingToAccessAndUse/conditionsUnknown\n  - title: aucune condition ne s’applique\n    identifier: http://inspire.ec.europa.eu/metadata-codelist/ConditionsApplyingToAccessAndUse/noConditionsApply\n\nUse:\n  \n  - for the French government open licence:\n    - title: Licence ouverte de réutilisation d'informations publiques françaises (LO) 2.0, 2017.  \n      identifier: https://www.etalab.gouv.fr/licence-ouverte-open-licence\n  - for the ODBL licence:\n    - title: Open Database License (ODbL)  \n      identifier: https://en.wikipedia.org/wiki/Open_Database_License\n  - for IGN non open data:\n    - title: Barème et conditions générales des licences d'exploitation IGN  \n      identifier: http://professionnels.ign.fr/tarifs-conditions\n"
    oneOf:
      - description: 'just the URI of the licence'
        type: string
        format: uri
      - description: 'title and URI of the licence'
        type: object
        required:
          - title
          - identifier
        properties:
          title:
            $ref: '#/definitions/FreeText'
          identifier:
            type: string
      - description: 'if several licences apply'
        type: array
        items:
          type: object
          required:
            - title
            - identifier
          properties:
            title:
              $ref: '#/definitions/FreeText'
            identifier:
              type: string
  accessRights:
    description: "Limitations on public access (8.2)  \nUse one of the URI from http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess\n"
    type: string
    enum:
      - 'http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/noLimitations'
      - 'http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/INSPIRE_Directive_Article13_1a'
      - 'http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/INSPIRE_Directive_Article13_1b'
      - 'http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/INSPIRE_Directive_Article13_1c'
      - 'http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/INSPIRE_Directive_Article13_1d'
      - 'http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/INSPIRE_Directive_Article13_1e'
      - 'http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/INSPIRE_Directive_Article13_1f'
      - 'http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/INSPIRE_Directive_Article13_1g'
      - 'http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/INSPIRE_Directive_Article13_1h'
  resourceProvider:
    description: "Responsible party (9.1)  \nThe description of the organisation responsible for the establishment, management, maintenance and\ndistribution of the resource.  \nThe role defined by Inspire is used as the element name.  \nresourceProvider: Party that supplies the resource\n"
    $ref: '#/definitions/Organization-s'
  custodian:
    description: "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource\n"
    $ref: '#/definitions/Organization-s'
  owner:
    description: 'Party that owns the resource'
    $ref: '#/definitions/Organization-s'
  user:
    description: 'Party who uses the resource'
    $ref: '#/definitions/Organization-s'
  distributor:
    description: 'Party who distributes the resource'
    $ref: '#/definitions/Organization-s'
  originator:
    description: 'Party who created the resource'
    $ref: '#/definitions/Organization-s'
  pointOfContact:
    description: 'Party who can be contacted for acquiring knowledge about or acquisition of the resource.'
    $ref: '#/definitions/Organization-s'
  principalInvestigator:
    description: 'Key party responsible for gathering information and conducting research.'
    $ref: '#/definitions/Organization-s'
  processor:
    description: 'Party who has processed the data in a manner such that the resource has been modified.'
    $ref: '#/definitions/Organization-s'
  publisher:
    description: 'Party who published the resource.'
    $ref: '#/definitions/Organization-s'
  creator:
    description: 'Party who authored the resource (author).'
    $ref: '#/definitions/Organization-s'
  mdPointOfContact:
    description: "Metadata point of contact (10.1)  \nThe description of the organisation responsible for the creation and maintenance of the metadata.\n"
    $ref: '#/definitions/Organization-s'
  mdModified:
    description: 'Metadata date (10.2) - The date which specifies when the metadata record was created or updated.'
    $ref: '#/definitions/W3CDTF'
  mdLanguage:
    description: 'Metadata language (10.3) - The language in which the metadata elements are expressed.'
    $ref: '#/definitions/langIso639-1'
examples:
  - title: 'PPRI de Chailland – Mayenne'
    abstract: "Plan de prévention des risques naturels inondation (PPRNI) de Chailland approuvé par arrêté préfectoral\ndu 1er août 2006.  \nIl contient les données:\n  - Origine du risque\n  - Périmètre\n  - Zones d'aléa\n  - Zonage réglementaire\n"
    type: 'http://inspire.ec.europa.eu/metadata-codelist/ResourceType/dataset'
    identifier:
      - 'https://catalogue.sigloire.fr/5bcb321b-bae9-493a-92f4-4b1faa4bdcc8'
    subject:
      - label: 'Zones de gestion, de restriction ou de réglementation et unités de déclaration'
        identifier: 'http://inspire.ec.europa.eu/theme/am'
      - prévention
      - 'risques naturels'
      - périmètre
      - aménagement
      - urbanisme
      - prescription
      - servitude
      - 'usage des sols'
      - label: 'GRAND PUBLIC'
        identifier: 'https://catalogue.sigloire.fr/geonetwork.thesaurus.external.theme.prodige/GRAND_PUBLIC'
      - label: DDT53
        identifier: 'https://catalogue.sigloire.fr/geonetwork.thesaurus.external.theme.prodige/DDT53'
      - label: 'RISQUES NATURELS'
        identifier: 'https://catalogue.sigloire.fr/geonetwork.thesaurus.external.theme.prodige/RISQUES_NATURELS'
      - label: MAYENNE
        identifier: 'https://catalogue.sigloire.fr/geonetwork.thesaurus.external.place.DepartementFR/MAYENNE'
      - label: 'CHAILLAND (53048)'
        identifier: 'https://catalogue.sigloire.fr/geonetwork.thesaurus.external.place.CommunesFR/CHAILLAND_(53048)'
      - label: Environnement
        identifier: 'http://inspire.ec.europa.eu/metadata-codelist/TopicCategory/environment'
    language: fr
    spatial:
      westlimit: -0.9036
      eastlimit: -0.8356
      southlimit: 48.2088
      northlimit: 48.2416
    created: 2017-08-17T14:35:00+00:00
    lineage: "Donnée mise au format COVADIS en agrégeant les objets de la table du zonage réglementaire fournie par la DDT 53.\n"
    scaleDenominator: 5000
    conformsTo:
      - title: 'Géostandard Plan de prévention des risques (PPR) v1.0'
        issued: '2012-10-31'
        identifier: 'http://id.georef.eu/geostandards/ppr-v1'
    licence:
      identifier: 'https://www.etalab.gouv.fr/licence-ouverte-open-licence'
      title: 'Licence ouverte de réutilisation d''informations publiques françaises (LO) 2.0, 2017.'
    accessRights: 'http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/noLimitations'
    custodian:
      - name: 'DDT 53 (Direction Départementale des Territoires de la Mayenne)'
        email: ddt-mt-geo@mayenne.gouv.fr
    mdPointOfContact:
      - name: 'DDT 53 (Direction Départementale des Territoires de la Mayenne)'
        email: ddt-mt-geo@mayenne.gouv.fr
    mdModified: 2018-04-10T17:21:31+00:00
    mdLanguage: fr
    view:
      - url: 'https://carto.sigloire.fr/cgi-bin/mapserv?service=WMS&request=GetCapabilities'
        layers:
          n_orig_risq_pprn_20070009_l_053:
            title: 'Origine du risque'
          n_perimetre_20070009_s_053:
            title: Périmètre
          n_zone_alea_pprn_20070009_s_053:
            title: 'Zones d''aléa'
          n_zone_reg_pprn_20070009_s_053:
            title: 'Zonage réglementaire'
      - url: 'https://tile.sigloire.fr/{layerName}/{z}/{x}/{y}.png'
        layers:
          n_orig_risq_pprn_20070009_l_053:
            title: 'Origine du risque'
          n_perimetre_20070009_s_053:
            title: Périmètre
          n_zone_alea_pprn_20070009_s_053:
            title: 'Zones d''aléa'
          n_zone_reg_pprn_20070009_s_053:
            title: 'Zonage réglementaire'
    download:
      - url: 'https://carto.sigloire.fr/cgi-bin/mapservwfs?service=WFS&request=GetCapabilities'
        collections:
          n_orig_risq_pprn_20070009_l_053:
            title: 'Origine du risque'
          n_perimetre_20070009_s_053:
            title: Périmètre
          n_zone_alea_pprn_20070009_s_053:
            title: 'Zones d''aléa'
          n_zone_reg_pprn_20070009_s_053:
            title: 'Zonage réglementaire'
      - url: 'mysql://bdavid_public:public@mysql-bdavid.alwaysdata.net/bdavid_geodata'
        collections:
          n_orig_risq_pprn_l:
            title: 'Origine du risque'
            criterion: 'gaspar=''20070009'' and zone=''053'''
          n_perimetre_s:
            title: Périmètre
            criterion: 'gaspar=''20070009'' and zone=''053'''
          n_zone_alea_pprn_s:
            title: 'Zones d''aléa'
            criterion: 'gaspar=''20070009'' and zone=''053'''
          n_zone_reg_pprn_s:
            title: 'Zonage réglementaire'
            criterion: 'gaspar=''20070009'' and zone=''053'''
    isAvailableAt: 'https://catalogue.sigloire.fr/rss/atomfeed/atomdataset/5bcb321b-bae9-493a-92f4-4b1faa4bdcc8'
multiLingualExamples:
  - title:
      fr: 'PPRI de Chailland – Mayenne (Multi-lingue)'
    abstract:
      fr: "Plan de prévention des risques naturels inondation (PPRNI) de Chailland approuvé par arrêté préfectoral\ndu 1er août 2006.  \nIl contient les données:\n  - Origine du risque\n  - Périmètre\n  - Zones d'aléa\n  - Zonage réglementaire"
    type: 'http://inspire.ec.europa.eu/metadata-codelist/ResourceType/dataset'
    identifier:
      - 'https://catalogue.sigloire.fr/5bcb321b-bae9-493a-92f4-4b1faa4bdcc8'
    subject:
      - label:
          fr: 'Zones de gestion, de restriction ou de réglementation et unités de déclaration'
        identifier: 'http://inspire.ec.europa.eu/theme/am'
      - fr: prévention
      - label:
          fr: 'GRAND PUBLIC'
        identifier: 'https://catalogue.sigloire.fr/geonetwork.thesaurus.external.theme.prodige/GRAND_PUBLIC'
      - label:
          fr: DDT53
        identifier: 'https://catalogue.sigloire.fr/geonetwork.thesaurus.external.theme.prodige/DDT53'
    language: fr
    spatial:
      westlimit: -0.9036
      eastlimit: -0.8356
      southlimit: 48.2088
      northlimit: 48.2416
    created: 2017-08-17T14:35:00+00:00
    lineage:
      fr: 'Donnée mise au format COVADIS en agrégeant les objets de la table du zonage réglementaire fournie par la DDT 53.'
    scaleDenominator: 5000
    conformsTo:
      - title:
          fr: 'Géostandard Plan de prévention des risques (PPR) v1.0'
        issued: '2012-10-31'
        identifier: 'http://id.georef.eu/geostandards/ppr-v1'
    licence:
      identifier: 'https://www.etalab.gouv.fr/licence-ouverte-open-licence'
      title:
        fr: 'Licence ouverte de réutilisation d''informations publiques françaises (LO) 2.0, 2017.'
    accessRights: 'http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/noLimitations'
    custodian:
      - name:
          fr: 'DDT 53 (Direction Départementale des Territoires de la Mayenne)'
        email: ddt-mt-geo@mayenne.gouv.fr
    mdPointOfContact:
      - name:
          fr: 'DDT 53 (Direction Départementale des Territoires de la Mayenne)'
        email: ddt-mt-geo@mayenne.gouv.fr
    mdModified: 2018-04-10T17:21:31+00:00
    mdLanguage:
      - fr
    view:
      - url: 'https://carto.sigloire.fr/cgi-bin/mapserv?service=WMS&request=GetCapabilities'
        layers:
          n_orig_risq_pprn_20070009_l_053:
            title:
              fr: 'Origine du risque'
    download:
      - url: 'https://carto.sigloire.fr/cgi-bin/mapservwfs?service=WFS&request=GetCapabilities'
        collections:
          n_orig_risq_pprn_20070009_l_053:
            title:
              fr: 'Origine du risque'
    isAvailableAt: 'https://catalogue.sigloire.fr/rss/atomfeed/atomdataset/5bcb321b-bae9-493a-92f4-4b1faa4bdcc8'