service definitions

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

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 nameProperty nameDefinitionTypeDCAT2

Dataset


Metadata about a dataset.

https://www.w3.org/TR/vocab-dcat-2/#Class:Dataset


id

Identification of the dataset (eg a URI)
The identification is unique within a service instance

IdentifierTypehttps://www.w3.org/TR/vocab-dcat-2/#Property:resource_identifier

title

Title of the dataset

string

https://www.w3.org/TR/vocab-dcat-2/#Property:resource_title


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 (question) 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 (question)


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

IdentifierTypehttps://www.w3.org/TR/vocab-dcat-2/#Property:resource_qualified_relation (question)

geographicalScope

The locations defining the scope of the dataset

Location https://www.w3.org/TR/vocab-dcat-2/#Property:dataset_spatial

datasetFileThe dataset file that the metadata concernsFilethis is the distribution https://www.w3.org/TR/vocab-dcat-2/#Class:Distribution

DatasetSeries

Type nameProperty nameDefinitionTypeDCAT2

DatasetSeries


Metadata about a dataset series.
https://www.w3.org/TR/vocab-dcat-2/#Class:Catalog (question)

id

Identification of the dataset series (eg a URI)
The identification is unique within a service instance

IdentifierTypehttps://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 (question)

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

IdentifierTypehttps://www.w3.org/TR/vocab-dcat-2/#Property:resource_qualified_relation (question)

DataProductSpecification

Type nameProperty nameDefinitionTypeDCAT

DataProductSpecification


Metadata about a Data Product Specification.
https://www.w3.org/TR/vocab-dcat-2/#Class:Resource

id

Identification of the data product specification
The identification is unique within a service instance

IdentifierTypehttps://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

dpsFileThe file that the metadata concernsFilethis is the distribution https://www.w3.org/TR/vocab-dcat-2/#Class:Distribution

File

Type nameProperty nameDefinitionTypeDCAT2

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

IdentifierTypehttps://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



  • No labels