Excerpt |
---|
This page includes details on how to map the Data Model to the ISO 19915 metadata standard. |
Table of Contents |
---|
Info | ||
---|---|---|
| ||
The mappings use ISO 19115:2003. There are more recent versions of the standard available e.g. 19115:2014. This doesn't affect datasets too much. Mapping to the same fields. |
Mapping tables
Each table includes:
- the current information definition
- the ISO 19115:2003 field to use and notes.
Resource
asset or means that fulfils a requirement
EXAMPLE Dataset, service, document, person or organization.
Attribute | Type, Multiplicity | Definition | ISO 191115 metadata field |
---|---|---|---|
identifier | IdentifierType | Special unique identifier permanently assigned to a resource. | MD_DataIdentification.citation.CI_Citation.identifier |
title | string | name by which the cited resource is known. | MD_DataIdentification.citation.CI_Citation.title |
Info |
---|
The Resource is the root for Dataset, DatasetSeries, DataProductSpecification, Notification, Subscription. Therefore these also have identifier and title. |
DataProductSpecification
Metadata about a Data Product Specification.
Attribute | Type, Multiplicity | Definition | ISO 191115 metadata field |
---|---|---|---|
datasetSeriesIdentifier | IdentifierType | The identifier of the corresponding dataset series. | |
dpsFile | File [1..*] | The file that makes up the data product specification. | MD_Distribution |
Dataset
Identifiable collection of data (ISO 19101*)
Attribute | Type, Multiplicity | Definition | ISO 191115 metadata field |
---|---|---|---|
conformance | CodeEncodingStandardType | The standard to which the data conforms. | DQ_DataQuality.report.DQ_Eelement.result.DQ_ConformanceResult.specification |
datasetFile | File [1..*] | The file that makes up a dataset. | MD_Distribution |
datasetSeriesIdentifier | IdentifierType | The identifier of the dataset series to which the dataset belongs | MD_DataIdentification.citation.CI_Citation.series |
description | string | Brief narrative summary of the content of the resource(s). | MD_DataIdentification.abstract |
endValidity | date | End of the validity period for the dataset. | MD_DataIdentification.extent.EX_Extent.temporalElement.EX_TemporalExtent.extent |
form | CodeDatasetFormType | The form of the data set. | MD_DataIdentification.descriptiveKeywords.MD_Keywords.keyword |
geographicalExtent | Location | The locations defining the scope of the dataset | MD_DataIdentification.extent.EX_Extent.geographicalElement.EX_GeographicalExtent |
isAiracUpdate | boolean | Indication that the dataset has been updated according to the AIRAC System. | MD_DataIdentification.extent.EX_Extent.description |
publicationDate | date | Date at which the dataset became available. | MD_DataIdentification.citation.CI_Citation.date Note: this is the same approach as used in DS-META-002 - Date and time when provided. |
releaseType | CodeReleaseType | Indication if the dataset has full content or represents an update. | MD_DataIdentification.descriptiveKeywords.MD_Keywords.keyword |
startValidity | date | Start of the validity period for the dataset. | MD_DataIdentification.extent.EX_Extent.temporalElement.EX_TemporalExtent.extent |
subject | CodeSubjectType [1..*] | The data subjects covered by the dataset. | MD_DataIdentification.descriptiveKeywords.MD_Keywords.keyword |
useLimitations | string | Limitations with regard to the use of the dataset. | MD_DataIdentification.resourceConstraints.MD_Constraints.useLimitations Note: Can also use e.g. MD_LegalConstraints, MD_SecurityConstraints Note: this is the same approach as used in DS-META-005 - Limitations on use. |
DatasetSeries
Collection of data sets sharing the same product specification (ISO 19115*)
Attribute | Type, Multiplicity | Definition | ISO 191115 metadata field |
---|---|---|---|
conformance | CodeEncodingStandardType | The standard to which the data conforms. | DQ_DataQuality.report.DQ_EelementElement.result.DQ_ConformanceResult.specification |
description | string | Brief narrative summary of the content of the resource(s). | MD_DataIdentification.abstract |
dpsIdentifier | IdentifierType | The identifier of the data product specification that describes the dataset series. | |
form | CodeDatasetFormType | The form of the data sets contained in the datset series. | MD_DataIdentification.descriptiveKeywords.MD_Keywords.keyword |
geographicalExtent | Location [1..*] | The locations defining the scope of the dataset series. | MD_DataIdentification.extent.EX_Extent.geographicalElement.EX_GeographicalExtent |
subject | CodeSubjectType [1..*] | The data subjects covered by the datset series. | MD_DataIdentification.descriptiveKeywords.MD_Keywords.keyword |
useLimitations | string [0..1] | Limitations with regard to the use of the dataset series. | MD_DataIdentification.resourceConstraints.MD_Constraints.useLimitations Note: Can also use e.g. MD_LegalConstraints, MD_SecurityConstraints Note: this is the same approach as used in DS-META-005 - Limitations on use. |