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-07 00:00:00
description

Ce schéma JSON décrit les métadonnées s'appliquant à une série de données Inspire ; il décrit donc un document définissant une série de données Inspire.
Ce schéma est conforme sur le fond au réglement métadonnées Inspire.
Il résulte des principaux choix de mise en oeuvre suivants:

  • les éléments Dublin Core, ainsi que certains schémas d'encodage, sont utilisés le plus possible afin notamment qu'un document Inspire soit aussi compris comme un document Dublin Core.
  • des champs spécifiques sont introduits pour des concepts absents du Dublin Core, comme lineage ou scaleDenominator, ou les différents rôles des parties responsables, comme custodian, ou encore les métadonnées concernant les métadonnées, comme mdLanguage.
  • les principes du Web sémantique sont appliqués autant que possible, notamment:
    • en utilisant des URI quand cela est possible, ce qui n'est pas conforme à certains choix d'implémentation du règlement, par exemples la désignation d'un mot-clé d'un vocabulaire contrôlé, la conformité à des spécifications ou la licence d'utilisation, ... utilisent des URI alors que le règlement ne le prévoit pas,
    • en réutilisant la définition de Organization de Schema.org pour décrire les organismes,
  • 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:
    • les codes alpha-2 sont beaucoup plus utilisés dans le web sémantique que les codes alpha-3,
    • ce choix ne crée aucune ambiguité et il est facile de reconstruire les codes alpha-3.
  • les principes de couplage entre métadonnées de données (MDD) et de service (MDS) sont repensés car ils ont prouvés leur inefficacité. Ainsi, une fiche de MDD contient des informations suffisantes pour activer les services de consultation et de téléchargement correspondants sans utiliser ni les MDS, ni les capacités de services. Les MDS deviennent donc inutiles mais peuvent être reconstituées si nécessaire à partir des MDD.
  • le présent schéma correspond à une fiche de MD mono-lingue mais comporte des annotations pour en dériver le schéma pour une fiche multi-lingue qui est très proche. Ces annotations correspondent à des commentaires contenant la chaine '#MultiLingual '. Pour dériver le schéma multi-lingue il convient de remplacer la chaine avant la chaine '#MultiLingual ' par celle qui se trouve après en conservant toutefois les blancs en début de ligne
parameters
MultiLingual
title MultiLingual document
definitions
FreeText
description

Définition utilisée dans le schéma pour définir un texte libre. Par défaut ce texte libre correspond au type string. Dans le cas d'un schéma multi-lingue, un texte libre correspond à FreeTextMul

type string
FreeTextMul
description texte libre multi-lingue, dictionnaire de string indexé par le code ISO 639-1 de la langue
type object
additionalProperties
patternProperties
^[a-z][a-z]$
type string
examples
fren
Union européenne European Union
W3CDTF
description W3C Date and Time Formats Specification
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-16 00:00:00
  • 1997-07-16T19:20+01:00
  • 1997-07-16 19:20:30
  • 1997-07-16 19:20:30
dcmi-period
description DCMI Period Encoding Scheme
type object
required
  • start
  • end
properties
name
type string
start
$ref #/definitions/W3CDTF
end
$ref #/definitions/W3CDTF
scheme
type string
const W3C-DTF
examples
namestartendscheme
The Great Depression 19291939
Perth International Arts Festival, 2000 2000-01-26 00:00:002000-02-20 00:00:00
1999-09-25T14:20+10:00 1999-09-25T16:40+10:00 W3C-DTF
dcmi-box
description simplified DCMI Box Encoding Scheme using geographical coordinates in decimal degree
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
namenorthlimitsouthlimitwestlimiteastlimit
Western Australia -13.5-35.5112.5129
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
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
$reftypeminItemsitems
#/definitions/Organization
array 1
$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
$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
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
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
#/definitions/arrayOfLangIso639-1
subject
description

KEYWORD (3.) + Topic category (2.1.)
If the keyword doesn't originate from a controlled vocabulary, it is given as a string. Otherwise it is given either by its URI or as an object.
Topic category is given as one of the element of http://inspire.ec.europa.eu/metadata-codelist/TopicCategory
Inspire theme is given as one of the element of http://inspire.ec.europa.eu/theme

type array
minItems 1
items
oneOf
descriptiontypeformat$refrequiredproperties
the URI of a keyword originating from a controlled vocabulary string uri
the label of a keyword not originating from a controlled vocabulary #/definitions/FreeText

keyword originating from a controlled vocabulary for which the label is given.
If a URI is defined for the keyword, then the vocabulary doesn't have to be described.
Otherwise, if an URI exists for the vocabulary, then title and reference date don't have to be given.
If neither URI exist, the vocabulary is defined by its title and one of the 3 kind of reference date

object
  • label
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)
This is the extent of the resource in the geographic space, given as bounding boxes in decimal degrees, with a precision of at least two decimals.

oneOf
description$reftypeminItemsitems
a single bounding box #/definitions/dcmi-box
a list of bounding boxes array 1
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.
oneOf
description$reftypeitems
an individual date #/definitions/W3CDTF
an interval of dates expressed through the starting date and end date of the interval #/definitions/dcmi-period
a mix of individual dates and intervals of dates array
oneOf
$ref
#/definitions/W3CDTF
#/definitions/dcmi-period
issued
description

Date of publication (5.2.)
The date of publication of the resource when available, or the date of entry into force. - 0..*

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
$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)
A statement on process history and/or overall quality of the spatial data set. Where appropriate it may include a statement whether the data set has been validated or quality assured, whether it is the official version (if multiple versions exist), and whether it has legal validity.
The value domain of this metadata element is free text.

$ref #/definitions/FreeText
scaleDenominator
description

Spatial resolution given as the scale denominator of an equivalent scale (6.2) Spatial resolution refers to the level of detail of the data set. It shall be expressed as a set of zero to many resolution distances (typically for gridded data and imagery-derived products) or equivalent scales (typically for maps or map-derived products). An equivalent scale is generally expressed as an integer value expressing the scale denominator.

type integer
spatialResolutionDistance
description

Spatial resolution given as distances (6.2)
A resolution distance shall be expressed as a numerical value associated with a unit of length.

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.
For the Regulation No 1089/2010, use the URI: http://data.europa.eu/eli/reg/2010/1089/2014-12-31

oneOf
descriptiontyperequiredproperties
the URI of the specification string
the specification described by its metadata, if no URI at least its title and a reference date object
  • title
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)
Use the title and identifier of a licence or one of the following title/URI:

  • title: conditions inconnues identifier: http://inspire.ec.europa.eu/metadata-codelist/ConditionsApplyingToAccessAndUse/conditionsUnknown
  • title: aucune condition ne s’applique identifier: http://inspire.ec.europa.eu/metadata-codelist/ConditionsApplyingToAccessAndUse/noConditionsApply

Use:

  • for the French government open licence:
    • title: Licence ouverte de réutilisation d'informations publiques françaises (LO) 2.0, 2017.
      identifier: https://www.etalab.gouv.fr/licence-ouverte-open-licence
  • for the ODBL licence:
    • title: Open Database License (ODbL)
      identifier: https://en.wikipedia.org/wiki/Open_Database_License
  • for IGN non open data:
    • title: Barème et conditions générales des licences d'exploitation IGN
      identifier: http://professionnels.ign.fr/tarifs-conditions
oneOf
descriptiontypeformatrequiredpropertiesitems
just the URI of the licence string uri
title and URI of the licence object
  • title
  • identifier
title
$ref #/definitions/FreeText
identifier
type string
if several licences apply array
type object
required
  • title
  • identifier
properties
title
$ref #/definitions/FreeText
identifier
type string
accessRights
description

Limitations on public access (8.2)
Use one of the URI from http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess

type string
enum
resourceProvider
description

Responsible party (9.1)
The description of the organisation responsible for the establishment, management, maintenance and distribution of the resource.
The role defined by Inspire is used as the element name.
resourceProvider: Party that supplies the resource

$ref #/definitions/Organization-s
custodian
description Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource
$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)
The description of the organisation responsible for the creation and maintenance of the metadata.

$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
titleabstracttypeidentifiersubjectlanguagespatialcreatedlineagescaleDenominatorconformsTolicenceaccessRightscustodianmdPointOfContactmdModifiedmdLanguageviewdownloadisAvailableAt
PPRI de Chailland – Mayenne

Plan de prévention des risques naturels inondation (PPRNI) de Chailland approuvé par arrêté préfectoral du 1er août 2006.
Il contient les données: - Origine du risque - Périmètre - Zones d'aléa - Zonage réglementaire

http://inspire.ec.europa.eu/metadata-codelist/ResourceType/dataset
0
label Zones de gestion, de restriction ou de réglementation et unités de déclaration
identifier http://inspire.ec.europa.eu/theme/am
1 prévention
2 risques naturels
3 périmètre
4 aménagement
5 urbanisme
6 prescription
7 servitude
8 usage des sols
9
label GRAND PUBLIC
identifier https://catalogue.sigloire.fr/geonetwork.thesaurus.external.theme.prodige/GRAND_PUBLIC
10
label DDT53
identifier https://catalogue.sigloire.fr/geonetwork.thesaurus.external.theme.prodige/DDT53
11
label RISQUES NATURELS
identifier https://catalogue.sigloire.fr/geonetwork.thesaurus.external.theme.prodige/RISQUES_NATURELS
12
label MAYENNE
identifier https://catalogue.sigloire.fr/geonetwork.thesaurus.external.place.DepartementFR/MAYENNE
13
label CHAILLAND (53048)
identifier https://catalogue.sigloire.fr/geonetwork.thesaurus.external.place.CommunesFR/CHAILLAND_(53048)
14
label Environnement
identifier http://inspire.ec.europa.eu/metadata-codelist/TopicCategory/environment
fr
westlimit -0.9036
eastlimit -0.8356
southlimit 48.2088
northlimit 48.2416
2017-08-17 14:35:00Donnée mise au format COVADIS en agrégeant les objets de la table du zonage réglementaire fournie par la DDT 53. 5000
titleissuedidentifier
Géostandard Plan de prévention des risques (PPR) v1.0 2012-10-31 http://id.georef.eu/geostandards/ppr-v1
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.
http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/noLimitations
nameemail
DDT 53 (Direction Départementale des Territoires de la Mayenne) ddt-mt-geo@mayenne.gouv.fr
nameemail
DDT 53 (Direction Départementale des Territoires de la Mayenne) ddt-mt-geo@mayenne.gouv.fr
2018-04-10 17:21:31fr
urllayers
https://carto.sigloire.fr/cgi-bin/mapserv?service=WMS&request=GetCapabilities
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
https://tile.sigloire.fr/{layerName}/{z}/{x}/{y}.png
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
urlcollections
https://carto.sigloire.fr/cgi-bin/mapservwfs?service=WFS&request=GetCapabilities
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
mysql://bdavid_public:public@mysql-bdavid.alwaysdata.net/bdavid_geodata
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'
https://catalogue.sigloire.fr/rss/atomfeed/atomdataset/5bcb321b-bae9-493a-92f4-4b1faa4bdcc8
multiLingualExamples
titleabstracttypeidentifiersubjectlanguagespatialcreatedlineagescaleDenominatorconformsTolicenceaccessRightscustodianmdPointOfContactmdModifiedmdLanguageviewdownloadisAvailableAt
fr PPRI de Chailland – Mayenne (Multi-lingue)
fr

Plan de prévention des risques naturels inondation (PPRNI) de Chailland approuvé par arrêté préfectoral du 1er août 2006.
Il contient les données: - Origine du risque - Périmètre - Zones d'aléa - Zonage réglementaire

http://inspire.ec.europa.eu/metadata-codelist/ResourceType/dataset
labelidentifierfr
fr Zones de gestion, de restriction ou de réglementation et unités de déclaration
http://inspire.ec.europa.eu/theme/am
prévention
fr GRAND PUBLIC
https://catalogue.sigloire.fr/geonetwork.thesaurus.external.theme.prodige/GRAND_PUBLIC
fr DDT53
https://catalogue.sigloire.fr/geonetwork.thesaurus.external.theme.prodige/DDT53
fr
westlimit -0.9036
eastlimit -0.8356
southlimit 48.2088
northlimit 48.2416
2017-08-17 14:35:00
fr Donnée mise au format COVADIS en agrégeant les objets de la table du zonage réglementaire fournie par la DDT 53.
5000
titleissuedidentifier
fr Géostandard Plan de prévention des risques (PPR) v1.0
2012-10-31 http://id.georef.eu/geostandards/ppr-v1
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.
http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/noLimitations
nameemail
fr DDT 53 (Direction Départementale des Territoires de la Mayenne)
ddt-mt-geo@mayenne.gouv.fr
nameemail
fr DDT 53 (Direction Départementale des Territoires de la Mayenne)
ddt-mt-geo@mayenne.gouv.fr
2018-04-10 17:21:31
  • fr
urllayers
https://carto.sigloire.fr/cgi-bin/mapserv?service=WMS&request=GetCapabilities
n_orig_risq_pprn_20070009_l_053
title
fr Origine du risque
urlcollections
https://carto.sigloire.fr/cgi-bin/mapservwfs?service=WFS&request=GetCapabilities
n_orig_risq_pprn_20070009_l_053
title
fr Origine du risque
https://catalogue.sigloire.fr/rss/atomfeed/atomdataset/5bcb321b-bae9-493a-92f4-4b1faa4bdcc8