This page details how to represent the information definition outlined in Complex and simple types using DCAT2. It mostly concerns dataset and dataset series. For example, the queryDatasets operation may return DCAT structured data.
Assumptions
- DatasetSeries is close to being a DCAT catalog
- Dataset is the overarching concept - maps to DCAT Dataset
- The actual file maps to DCAT Distribution
Dataset
Type name | Property name | Definition | Type | DCAT2 |
---|---|---|---|---|
Dataset | Metadata about a dataset. | |||
id | Identification of the dataset (eg a URI) | IdentifierType | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_identifier | |
title | Title of the dataset | string | ||
shortDescription | Free text providing a short description of the dataset | string | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_description | |
type | Indication the main content of the dataset. | CodeDatasetType | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_type with list coming from ICAO Annex 15 | |
subject | Scope of the dataset expressed as a list of subjects . | CodeDataSubjectType | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_theme | |
updateType | Indication on how far the dataset has full content or represents an update. | CodeUpdateType | Needed? Agreed that updates not possible. | |
isAiracUpdate | Indication that the dataset has been updated according to the AIRAC System. | boolean | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_keyword with literal "is AIRAC" | |
limitationsOnUse | Free text clarifying limitations with regard to the use of the dataset. | string | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_access_rights https://www.w3.org/TR/vocab-dcat-2/#Property:resource_license https://www.w3.org/TR/vocab-dcat-2/#Property:resource_rights | |
encoding | Standard encoding of the data | CodeDataEncodingType | --- https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_format | |
effectiveDate | Start of the validity period for the dataset | date | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_update_date | |
endValidity | End of the validity period for the dataset. When absent, no end is specified. | date | https://www.w3.org/TR/vocab-dcat-2/#Property:dataset_temporal | |
publicationDate | Date at which the dataset became available. | date | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_release_date | |
datasetSeriesId | id of the corresponding dataseries | IdentifierType | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_qualified_relation | |
geographicalScope | The locations defining the scope of the dataset | Location | https://www.w3.org/TR/vocab-dcat-2/#Property:dataset_spatial | |
datasetFile | The dataset file that the metadata concerns | File | this is the distribution https://www.w3.org/TR/vocab-dcat-2/#Class:Distribution |
DatasetSeries
Type name | Property name | Definition | Type | DCAT2 |
---|---|---|---|---|
DatasetSeries | Metadata about a dataset series. | https://www.w3.org/TR/vocab-dcat-2/#Class:Catalog | ||
id | Identification of the dataset series (eg a URI) | IdentifierType | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_identifier | |
title | Title of the dataset series | string | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_title | |
type | Enumeration indicating the main content of the dataset | CodeDatasetType | ||
dataSubject | Data subject as defined in ICAO PANS-AIM | CodeDataSubjectType | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_theme | |
limitationsOnUse | Free text clarifying limitations with regard to the use of the datasets | string | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_access_rights https://www.w3.org/TR/vocab-dcat-2/#Property:resource_license https://www.w3.org/TR/vocab-dcat-2/#Property:resource_rights | |
encoding | Standard encoding of the data | CodeDataEncodingType | --- https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_format | |
geographicalScope | The locations defining the scope of the dataset series | Location | https://www.w3.org/TR/vocab-dcat-2/#Property:dataset_spatial | |
DPSId | id of the corresponding data product specification | IdentifierType | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_qualified_relation |
DataProductSpecification
Type name | Property name | Definition | Type | DCAT |
---|---|---|---|---|
DataProductSpecification | Metadata about a Data Product Specification. | https://www.w3.org/TR/vocab-dcat-2/#Class:Resource | ||
id | Identification of the data product specification | IdentifierType | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_identifier | |
title | Title of the data product specification | string | https://www.w3.org/TR/vocab-dcat-2/#Property:resource_title | |
dpsFile | The file that the metadata concerns | File | this is the distribution https://www.w3.org/TR/vocab-dcat-2/#Class:Distribution |
File
Type name | Property name | Definition | Type | DCAT2 |
---|---|---|---|---|
File | Metadata about a file. | https://www.w3.org/TR/vocab-dcat-2/#Class:Distribution | ||
id | Identification of the dataset file The identification is unique within a service instance | IdentifierType | https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_access_url | |
name | Name of the file | FileNameType | https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_title | |
format | Format of the file | CodeFileFormatType | https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_format | |
size | Size of the file in Bytes. | Number | https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_size |