Copyright © 2024
The Application Profile specified in this document is based on the specification of the Data Catalog Vocabulary (DCAT) [[vocab-dcat-3]] developed under the responsibility of the [[[DXWG]]] (DXWG) at W3C.
The objective of this work is to produce a profile of DCAT based on numerous requests for change coming from real-world implementations of the specification listed on GitHub since the previous release. For that the DCAT specification is extended with improved definitions, usage notes and usages constraints such as cardinalities for properties and the usage of controlled vocabularies. Additional classes and properties from other well-known vocabularies are re-used where necessary.
The work does not cover implementation issues like mechanisms for exchange of data and expected behaviour of systems implementing the Application Profile other than what is defined in the Conformance Statement in section [[[#conformance]]]. The section [[[#validation-of-dcat-ap]]] provides SHACL templates and references to the Interoperability Testbed tool for validating a catalogue for compliance with DCAT-AP.
The Application Profile is intended to facilitate data exchange and therefore the classes and properties defined in this document are only relevant for the data to be exchanged; there are no requirements for communicating systems to implement specific technical environments. The only requirement is that the systems can export and import data in RDF in conformance with this Application Profile.
As mentioned in the context, the prime objective of the Application Profile is to enhance data findability and promote reusability. To achieve this goal, datasets should be coherently documented. To enable this, the Application Profile considers several essential aspects, including among others:
This application profile has the status SEMIC Recommendation published at 2024-06-14.
Information about the process and the decisions involved in the creation of this specification are consultable at the Changelog.
Copyright © 2023 European Union. All material in this repository is published under the license CC-BY 4.0, unless explicitly otherwise mentioned.
An Application Profile is a specification that reuses terms from one or more base standards, adding more specificity by identifying mandatory, recommended and optional elements to be used for a particular application, as well as recommendations for controlled vocabularies to be used.
A Dataset is a collection of data, published or curated by a single source, and available for access or download in one or more formats. A Data Portal is a Web-based system that contains a data catalogue with descriptions of datasets and provides services enabling discovery and reuse of the datasets.
Prefix | Namespace IRI |
---|---|
adms | http://www.w3.org/ns/adms# |
dcat | http://www.w3.org/ns/dcat# |
dcatap | http://data.europa.eu/r5r/ |
dct | http://purl.org/dc/terms/ |
dctype | http://purl.org/dc/dcmitype/ |
foaf | http://xmlns.com/foaf/0.1/ |
locn | http://www.w3.org/ns/locn# |
odrl | http://www.w3.org/ns/odrl/2/ |
owl | http://www.w3.org/2002/07/owl# |
prov | http://www.w3.org/ns/prov# |
rdf | http://www.w3.org/1999/02/22-rdf-syntax-ns# |
rdfs | http://www.w3.org/2000/01/rdf-schema# |
skos | http://www.w3.org/2004/02/skos/core# |
spdx | http://spdx.org/rdf/terms# |
time | http://www.w3.org/2006/time# |
vcard | http://www.w3.org/2006/vcard/ns# |
xsd | http://www.w3.org/2001/XMLSchema# |
DCAT-AP is a DCAT profile for sharing information about Catalogues containing Datasets and Data Services descriptions in Europe. The core classes of the Application Profile are thus the classes Catalogue, Dataset, Distribution and Data Service. DCAT-AP allows Catalogues of only Datasets, but also Catalogues of only Data Services, but usually it will be a mixture of both. Dataset Series are introduced to further organise the Datasets within a Catalogue.
The properties of the core classes may enforce the existence of other classes. One such important class is the class Agent. However in contrast to the core classes, DCAT-AP leaves a lot of freedom to the implementors to shape them to their needs. Only minimal expectations are expressed by DCAT-AP.
Elaborated statements about the expectations are found in section [[[#conformance]]] describing DCAT-AP conformance.
To improve the coherency between shared Dataset, Distribution and Data Service, section [[[#usage-guide-on-datasets-distributions-and-data-services]]] provides additional guidelines.
The list of included properties contain a selection of the properties from the W3C DCAT 3 specification [[vocab-dcat-3]] on which DCAT-AP expresses additional constraints or on which DCAT-AP wants to emphasise their usage. Any property that is mentioned in DCAT applicable to a class but not explicitly is listed DCAT-AP is considered an optional field for DCAT-AP for that class. It means that for these properties DCAT-AP has no use cases that require additional usage considerations beyond ‘use the property as DCAT specifies’. Properties that are not explicitly listed in this specification have no conformance expectation. From that perspective these are ignored. DCAT-AP acts in this way as a filter for all the possibilities DCAT offers. Nevertheless, to keep the DCAT-AP concise and to the point optional DCAT-AP properties that have no additional usage notes to DCAT may become subject for removal if the usage in the practice is sporadic.
This document describes the usage of the following main entities for a correct usage of the Application Profile:
|
Agent |
Catalogue |
Catalogue Record |
Catalogued Resource |
Checksum |
Data Service |
Dataset |
Dataset Series |
Distribution |
Kind |
Licence Document |
Location |
Relationship |
The main entities are supported by:
|
Activity |
Attribution |
Checksum Algorithm |
Concept |
Concept Scheme |
Document |
Frequency |
Geometry |
Identifier |
Legal Resource |
Linguistic system |
Literal |
Media type |
Media Type |
Media Type or Extent |
Period of time |
Policy |
Provenance Statement |
Resource |
Rights statement |
Role |
Standard |
And supported by these datatypes:
| Temporal Literal | Time instant | xsd:dateTime | xsd:decimal | xsd:duration | xsd:hexBinary | xsd:nonNegativeInteger |
The main entities are those that form the core of the Application Profile. The properties and their associated constraints that apply in the context of this profile are listed in a tabular form. Each row corresponds to one property. In addition to the constraints also cross-references are provided to DCAT. To save space, the following abbreviations are used to indicate in short the difference with DCAT:
Property | Range | Card | Definition | Usage | DCAT | Reuse |
---|---|---|---|---|---|---|
applicable legislation | Legal Resource | 0..* | The legislation that mandates the creation or management of the Catalog. | P | ||
catalogue | Catalogue | 0..* | A catalogue whose contents are of interest in the context of this catalogue. | Link | A | |
creator | Agent | 0..1 | An entity responsible for the creation of the catalogue. | Link | A | |
dataset | Dataset | 0..* | A Dataset that is part of the Catalogue. | As empty Catalogues are usually indications of problems, this property should be combined with the property service to implement an empty Catalogue check. | Link | A |
description | Literal | 1..* | A free-text account of the Catalogue. | This property can be repeated for parallel language versions of the description. | Link | E |
geographical coverage | Location | 0..* | A geographical area covered by the Catalogue. | Link | E | |
has part | Catalogue | 0..* | A related Catalogue that is part of the described Catalogue. | Link | E | |
homepage | Document | 0..1 | A web page that acts as the main page for the Catalogue. | Link | E | |
language | Linguistic system | 0..* | A language used in the textual metadata describing titles, descriptions, etc. of the Datasets in the Catalogue. | This property can be repeated if the metadata is provided in multiple languages. | Link | E |
licence | Licence Document | 0..1 | A licence under which the Catalogue can be used or reused. | Link | E | |
modification date | Temporal Literal | 0..1 | The most recent date on which the Catalogue was modified. | Link | E | |
publisher | Agent | 1 | An entity (organisation) responsible for making the Catalogue available. | Link | E | |
record | Catalogue Record | 0..* | A Catalogue Record that is part of the Catalogue. | Link | A | |
release date | Temporal Literal | 0..1 | The date of formal issuance (e.g., publication) of the Catalogue. | Link | E | |
rights | Rights statement | 0..1 | A statement that specifies rights associated with the Catalogue. | Link | E | |
service | Data Service | 0..* | A site or end-point (Data Service) that is listed in the Catalogue. | As empty Catalogues are usually indications of problems, this property should be combined with the property dataset to implement an empty Catalogue check. | Link | A |
temporal coverage | Period of time | 0..* | A temporal period that the Catalogue covers. | Link | A | |
themes | Concept Scheme | 0..* | A knowledge organization system used to classify the Resources that are in the Catalogue. | This property refers to a knowledge organization system used to classify the Catalogue's Datasets. It must have at least the value NAL:data-theme as this is the manatory controlled vocabulary for dcat:theme. | Link | E |
title | Literal | 1..* | A name given to the Catalogue. | This property can be repeated for parallel language versions of the name. | Link | E |
Property | Range | Card | Definition | Usage | DCAT | Reuse |
---|---|---|---|---|---|---|
application profile | Standard | 0..* | An Application Profile that the Catalogued Resource's metadata conforms to. | Link | E | |
change type | Concept | 0..1 | The status of the catalogue record in the context of editorial flow of the dataset and data service descriptions. | P | ||
description | Literal | 0..* | A free-text account of the record. This property can be repeated for parallel language versions of the description. | Link | E | |
language | Linguistic system | 0..* | A language used in the textual metadata describing titles, descriptions, etc. of the Catalogued Resource. | This property can be repeated if the metadata is provided in multiple languages. | P | |
listing date | Temporal Literal | 0..1 | The date on which the description of the Resource was included in the Catalogue. | Link | E | |
modification date | Temporal Literal | 1 | The most recent date on which the Catalogue entry was changed or modified. | Link | E | |
primary topic | Catalogued Resource | 1 | A link to the Dataset, Data service or Catalog described in the record. | A catalogue record will refer to one entity in a catalogue. This can be either a Dataset or a Data Service. To ensure an unambigous reading of the cardinality the range is set to Catalogued Resource. However it is not the intend with this range to require the explicit use of the class Catalogued Record. As abstract class, an subclass should be used. | Link | E |
source metadata | Catalogue Record | 0..1 | The original metadata that was used in creating metadata for the Dataset, Data Service or Dataset Series. | P | ||
title | Literal | 0..* | A name given to the Catalogue Record. | This property can be repeated for parallel language versions of the name. | Link | E |
Property | Range | Card | Definition | Usage | DCAT | Reuse |
---|---|---|---|---|---|---|
algorithm | Checksum Algorithm | 1 | The algorithm used to produce the subject Checksum. | Link | E | |
checksum value | xsd:hexBinary | 1 | A lower case hexadecimal encoded digest value produced using a specific algorithm. | Link | E |
Property | Range | Card | Definition | Usage | DCAT | Reuse |
---|---|---|---|---|---|---|
access rights | Rights statement | 0..1 | Information regarding access or restrictions based on privacy, security, or other policies. | Link | E | |
applicable legislation | Legal Resource | 0..* | The legislation that mandates the creation or management of the Data Service. | P | ||
conforms to | Standard | 0..* | An established (technical) standard to which the Data Service conforms. | The standards referred here SHOULD describe the Data Service and not the data it serves. The latter is provided by the dataset with which this Data Service is connected. For instance the data service adheres to the OGC WFS API standard, while the associated dataset adheres to the INSPIRE Address data model. | Link | E |
contact point | Kind | 0..* | Contact information that can be used for sending comments about the Data Service. | Link | A | |
description | Literal | 0..* | A free-text account of the Data Service. | This property can be repeated for parallel language versions of the description. | Link | E |
documentation | Document | 0..* | A page or document about this Data Service | P | ||
endpoint description | Resource | 0..* | A description of the services available via the end-points, including their operations, parameters etc. | The property gives specific details of the actual endpoint instances, while the property application profile (dct:conformsTo) is used to indicate the general standard or specification that the endpoints implement. | Link | A |
endpoint URL | Resource | 1..* | The root location or primary endpoint of the service (an IRI). | Link | E | |
format | Media Type or Extent | 0..* | The structure that can be returned by querying the endpointURL. | P | ||
keyword | Literal | 0..* | A keyword or tag describing the Data Service. | Link | A | |
landing page | Document | 0..* | A web page that provides access to the Data Service and/or additional information. | It is intended to point to a landing page at the original data service provider, not to a page on a site of a third party, such as an aggregator. | Link | E |
licence | Licence Document | 0..1 | A licence under which the Data service is made available. | Link | E | |
publisher | Agent | 0..1 | An entity (organisation) responsible for making the Data Service available. | Link | E | |
serves dataset | Dataset | 0..* | This property refers to a collection of data that this data service can distribute. | Link | A | |
theme | Concept | 0..* | A category of the Data Service. | A Data Service may be associated with multiple themes. | Link | E |
title | Literal | 1..* | A name given to the Data Service. | This property can be repeated for parallel language versions of the name. | Link | E |
Property | Range | Card | Definition | Usage | DCAT | Reuse |
---|---|---|---|---|---|---|
access rights | Rights statement | 0..1 | Information that indicates whether the Dataset is publicly accessible, has access restrictions or is not public. | Link | E | |
applicable legislation | Legal Resource | 0..* | The legislation that mandates the creation or management of the Dataset. | P | ||
conforms to | Standard | 0..* | An implementing rule or other specification. | Link | A | |
contact point | Kind | 0..* | Contact information that can be used for sending comments about the Dataset. | Link | A | |
creator | Agent | 0..* | An entity responsible for producing the dataset. | Link | A | |
dataset distribution | Distribution | 0..* | An available Distribution for the Dataset. | Link | A | |
description | Literal | 1..* | A free-text account of the Dataset. | This property can be repeated for parallel language versions of the description. | Link | E |
documentation | Document | 0..* | A page or document about this Dataset. | P | ||
frequency | Frequency | 0..1 | The frequency at which the Dataset is updated. | Link | E | |
geographical coverage | Location | 0..* | A geographic region that is covered by the Dataset. | Link | E | |
has version | Dataset | 0..* | A related Dataset that is a version, edition, or adaptation of the described Dataset. | P | ||
identifier | Literal | 0..* | The main identifier for the Dataset, e.g. the URI or other unique identifier in the context of the Catalogue. | Link | E | |
in series | Dataset Series | 0..* | A dataset series of which the dataset is part. | Link | E | |
is referenced by | Resource | 0..* | A related resource, such as a publication, that references, cites, or otherwise points to the dataset. | Link | A | |
keyword | Literal | 0..* | A keyword or tag describing the Dataset. | Link | A | |
landing page | Document | 0..* | A web page that provides access to the Dataset, its Distributions and/or additional information. | It is intended to point to a landing page at the original data provider, not to a page on a site of a third party, such as an aggregator. | Link | A |
language | Linguistic system | 0..* | A language of the Dataset. | This property can be repeated if there are multiple languages in the Dataset. | Link | E |
modification date | Temporal Literal | 0..1 | The most recent date on which the Dataset was changed or modified. | Link | E | |
other identifier | Identifier | 0..* | A secondary identifier of the Dataset | Examples are MAST/ADS [[MASTADS]], DOI [[DOI]], EZID [[EZID]] or W3ID [[W3ID]]. | Link | E |
provenance | Provenance Statement | 0..* | A statement about the lineage of a Dataset. | P | ||
publisher | Agent | 0..1 | An entity (organisation) responsible for making the Dataset available. | Link | E | |
qualified attribution | Attribution | 0..* | An Agent having some form of responsibility for the resource. | Link | A | |
qualified relation | Relationship | 0..* | A description of a relationship with another resource. | Link | A | |
related resource | Resource | 0..* | A related resource. | Link | A | |
release date | Temporal Literal | 0..1 | The date of formal issuance (e.g., publication) of the Dataset. | Link | E | |
sample | Distribution | 0..* | A sample distribution of the dataset. | P | ||
source | Dataset | 0..* | A related Dataset from which the described Dataset is derived. | P | ||
spatial resolution | xsd:decimal | 0..1 | The minimum spatial separation resolvable in a dataset, measured in meters. | Link | A | |
temporal coverage | Period of time | 0..* | A temporal period that the Dataset covers. | Link | A | |
temporal resolution | xsd:duration | 0..1 | The minimum time period resolvable in the dataset. | Link | A | |
theme | Concept | 0..* | A category of the Dataset. | A Dataset may be associated with multiple themes. | Link | E |
title | Literal | 1..* | A name given to the Dataset. | This property can be repeated for parallel language versions of the name. | Link | E |
type | Concept | 0..* | A type of the Dataset. | A recommended controlled vocabulary data-type is foreseen. | Link | E |
version | Literal | 0..1 | The version indicator (name or identifier) of a resource. | Link | A | |
version notes | Literal | 0..* | A description of the differences between this version and a previous version of the Dataset. | This property can be repeated for parallel language versions of the version notes. | P | |
was generated by | Activity | 0..* | An activity that generated, or provides the business context for, the creation of the dataset. | Link | A |
Property | Range | Card | Definition | Usage | DCAT | Reuse |
---|---|---|---|---|---|---|
applicable legislation | Legal Resource | 0..* | The legislation that mandates the creation or management of the Dataset Series. | P | ||
contact point | Kind | 0..* | Contact information that can be used for sending comments about the Dataset Series. | Link | A | |
description | Literal | 1..* | A free-text account of the Dataset Series. | This property can be repeated for parallel language versions. It is recommended to provide an indication about the dimensions the Dataset Series evolves. | Link | E |
frequency | Frequency | 0..1 | The frequency at which the Dataset Series is updated. | The frequency of a dataset series is not equal to the frequency of the dataset in the collection. | Link | E |
geographical coverage | Location | 0..* | A geographic region that is covered by the Dataset Series. | When spatial coverage is a dimension in the dataset series then the spatial coverage of each dataset in the collection should be part of the spatial coverage. In that case, an open ended value is recommended, e.g. EU or a broad bounding box covering the expected values. | Link | A |
modification date | Temporal Literal | 0..1 | The most recent date on which the Dataset Series was changed or modified. | This is not equal to the most recent modified dataset in the collection of the dataset series. | Link | E |
publisher | Agent | 0..1 | An entity (organisation) responsible for ensuring the coherency of the Dataset Series | The publisher of the dataset series may not be the publisher of all datasets. E.g. a digital archive could take over the publishing of older datasets in the series. | Link | E |
release date | Temporal Literal | 0..1 | The date of formal issuance (e.g., publication) of the Dataset Series. | The moment when the dataset series was established as a managed resource. This is not equal to the release date of the oldest dataset in the collection of the dataset series. | Link | E |
temporal coverage | Period of time | 0..* | A temporal period that the Dataset Series covers. | When temporal coverage is a dimension in the dataset series then the temporal coverage of each dataset in the collection should be part of the temporal coverage. In that case, an open ended value is recommended, e.g. after 2012. | Link | A |
title | Literal | 1..* | A name given to the Dataset Series. | This property can be repeated for parallel language versions of the name. | Link | E |
Property | Range | Card | Definition | Usage | DCAT | Reuse |
---|---|---|---|---|---|---|
access service | Data Service | 0..* | A data service that gives access to the distribution of the dataset. | Link | A | |
access URL | Resource | 1..* | A URL that gives access to a Distribution of the Dataset. | The resource at the access URL may contain information about how to get the Dataset. | Link | E |
applicable legislation | Legal Resource | 0..* | The legislation that mandates the creation or management of the Distribution. | P | ||
availability | Concept | 0..1 | An indication how long it is planned to keep the Distribution of the Dataset available. | P | ||
byte size | xsd:nonNegativeInteger | 0..1 | The size of a Distribution in bytes. | Link | E | |
checksum | Checksum | 0..1 | A mechanism that can be used to verify that the contents of a distribution have not changed. | The checksum is related to the downloadURL. | Link | E |
compression format | Media Type | 0..1 | The format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file. | It SHOULD be expressed using a media type as defined in the official register of media types managed by IANA. | Link | E |
description | Literal | 0..* | A free-text account of the Distribution. | This property can be repeated for parallel language versions of the description. | Link | E |
documentation | Document | 0..* | A page or document about this Distribution. | P | ||
download URL | Resource | 0..* | A URL that is a direct link to a downloadable file in a given format. | Link | E | |
format | Media Type or Extent | 0..1 | The file format of the Distribution. | Link | E | |
has policy | Policy | 0..1 | The policy expressing the rights associated with the distribution if using the [[ODRL]] vocabulary. | Link | E | |
language | Linguistic system | 0..* | A language used in the Distribution. | This property can be repeated if the metadata is provided in multiple languages. | P | |
licence | Licence Document | 0..1 | A licence under which the Distribution is made available. | Link | E | |
linked schemas | Standard | 0..* | An established schema to which the described Distribution conforms. | Link | E | |
media type | Media Type | 0..1 | The media type of the Distribution as defined in the official register of media types managed by IANA. | Link | E | |
modification date | Temporal Literal | 0..1 | The most recent date on which the Distribution was changed or modified. | Link | E | |
packaging format | Media Type | 0..1 | The format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together. | It SHOULD be expressed using a media type as defined in the official register of media types managed by IANA. | Link | E |
release date | Temporal Literal | 0..1 | The date of formal issuance (e.g., publication) of the Distribution. | Link | E | |
rights | Rights statement | 0..1 | A statement that specifies rights associated with the Distribution. | Link | E | |
spatial resolution | xsd:decimal | 0..1 | The minimum spatial separation resolvable in a dataset distribution, measured in meters. | Link | A | |
status | Concept | 0..1 | The status of the distribution in the context of maturity lifecycle. | It MUST take one of the values Completed, Deprecated, Under Development, Withdrawn. | P | |
temporal resolution | xsd:duration | 0..1 | The minimum time period resolvable in the dataset distribution. | Link | A | |
title | Literal | 0..* | A name given to the Distribution. | This property can be repeated for parallel language versions of the description. | Link | E |
Property | Range | Card | Definition | Usage | DCAT | Reuse |
---|---|---|---|---|---|---|
preferred label | Literal | 1..n | A preferred label of the concept. | This property can be repeated for parallel language versions of the label. | P |
Property | Range | Card | Definition | Usage | DCAT | Reuse |
---|---|---|---|---|---|---|
beginning | Time instant | 0..1 | The beginning of a period or interval. | Link | E | |
end | Time instant | 0..1 | The end of a period or interval. | Link | E | |
end date | Temporal Literal | 0..1 | The end of the period. | Link | E | |
start date | Temporal Literal | 0..1 | The start of the period. | Link | E |
In the table below, a number of properties are listed with controlled vocabularies that MUST be used for the listed properties. The declaration of the following controlled vocabularies as mandatory ensures a minimum level of interoperability.
Property URI | Used for Class | Vocabulary name | Usage note |
---|---|---|---|
dcat:mediaType | Distribution | IANA Media Types | |
dcat:theme | Dataset, Data Service, Catalogue | Dataset Theme Vocabulary | The values to be used for this property are the URIs of the concepts in the vocabulary. |
dct:accrualPeriodicity | Dataset,Dataset Series | EU Vocabularies Frequency Named Authority List | |
dct:format | Distribution,Data Service | EU Vocabularies File Type Named Authority List | |
dct:language | Catalogue,Dataset, Catalogue Records, Distribution | EU Vocabularies Languages Named Authority List | |
dct:publisher | Catalogue,Dataset,Dataset Series,Data Service | EU Vocabularies Corporate bodies Named Authority List | The Corporate bodies NAL must be used for European institutions and a small set of international organisations. In case of other types of organisations, national, regional or local vocabularies should be used. |
dct:spatial | Catalogue,Dataset,Dataset Series | EU Vocabularies Continents Named Authority List, EU Vocabularies Countries Named Authority List, EU Vocabularies Places Named Authority List, Geonames | The EU Vocabularies Name Authority Lists must be used for continents, countries and places that are in those lists; if a particular location is not in one of the mentioned Named Authority Lists, Geonames URIs must be used. |
adms:status | Distribution | EU Vocabularies Distribution Status | |
dct:type | Agent | ADMS publisher type vocabulary | The list of terms in the ADMS publisher type vocabulary is included in the ADMS specification |
dct:type | Licence Document | ADMS licence type vocabulary | The list of terms in the ADMS licence type vocabulary is included in the ADMS specification |
dcatap:availability | Distribution | Distribution availability vocabulary | The list of terms for the avalability levels of a dataset distribution in the DCAT-AP specification. |
spdx:algorithm | Checksum | Checksum algorithm members | The members listed are considered a controlled vocabulary of supported checksum algorithms. |
dct:accessRights | Dataset, Data Service | Access Rights Named Authority List | Use one of the following values (:PUBLIC, :RESTRICTED, :NON_PUBLIC). |
In the table below, a number of properties are listed with controlled vocabularies that MAY be used for the listed properties. The declaration of the following controlled vocabularies as recommended stimulates interoperability.
Property URI | Used for Class | Vocabulary name | Usage note |
---|---|---|---|
dct:type | Dataset | Dataset-type authority table | This list of terms provide types of datasets. Its main scope is to support dataset categorisation of the EU Open Data Portal. |
Providing correct and sufficient legal information is important to create trust by candidate reusers. Without explicit legal information there is a risk involved in the reuse of data, because one has no way of knowing what is allowed. While in the past legislation and initiatives such as Findable, Accessible, Interoperable and Reusable [[FAIR]] data stress the importance of this information, recent legislations, such as the High Value Datasets regulation, have become more demanding by imposing a minimum level of reuse. As a general principle, it is recommended that publishers consult their legal services to provide the appropriate values.
Within DCAT-AP properties licence, rights and access rights are used to share this information. The basic guidelines for their usage are expressed in the License and Rights statements guideline in DCAT. DCAT-AP implementers SHOULD consult these, in addition with the additional advices for the DCAT-AP usage context provided in this section. The general principle is that licences, rights and access rights are expressions in the context of a legislation. It is possible (and allowed) that a EU Member State prescribes specific licences to be used for data published by the public sector. And thus, publishers of that EU Member State will use that in the metadata descriptions. This diversity can be considered a hurdle for cross-border reuse, as the implications of the licence might not be understood by users from another EU Member State. This creates a natural tendency to use licences (or rights) which have a wider adoption than national legislation. Unless restricted by national legislation, implementers are encouraged for that reason to use widely recognised licences such as Creative Commons licences. In particular it is advised for [[FAIR]] data to consider CC BY 4.0 (the minimum limit set by the HVD implementing regulation) or more permissive such as licences CC Zero. An assessment of data.europa.eu [[DEU]] in 2023 showed that there are different representations to indicate the same licence. To create a more harmonised experience throughout Europe, it is recommended to use the NAL licence maintained by the Publications Office if allowed by national legislation. If local representations are used, then the equivalence with a licence in this NAL should be provided. This mapping is expressed as metadata to local representation. Note that this mapping is not determining the reuse conditions; the legal binding reuse conditions are those that are directly associated with the Distribution or Data Service. Nevertheless, by applying this recommendation, it is possible for a cross-border reuser to get an insight in the reuse conditions without a detailed understanding the local legislation. To encourage publishers to provide legal information DCAT-AP recommends to provide licence information. However, in some EU Member States, the term licence has a specific interpretation; in that interpretation the to-be provided legal information cannot be supplied as a document for property licence. In those legislative contexts it is advised to translate this encouragement in appropriate metadata guidelines for the targeted publishers. For instance, such guidelines could state that one must use a set of rights to document the reuse conditions. Since legal information may vary per distribution or service, DCAT-AP has adopted from its conception, the strategy to only express legal information at the most concrete level of sharing, i.e. Distribution or Data Service. Suppose licensing information is also given on the Dataset level, there is a possibility that this is in conflict with licensing information on the Distribution, in which case it cannot be established which licence takes precedence. By this strategy, the need for a conflict resolution between legal information at the level of a Dataset (or Dataset Series) and its associated Distributions or Data Services is avoided. Despite the above examples provided here are a perfect fit for those that are in scope of 'Open Data', they apply also for data that is beyond the scope of 'Open Data'. E.g. the Data Governance Act requires to provide sufficient legal reuse information such as the fees that apply.The first version of DCAT Application Profile [[vocab-dcat-1]] had a single property to relate an Agent (typically, an organisation) to a Dataset. The only such ‘agent role’ that could be expressed in that version of the profile is through the property publisher, defined as “An entity responsible for making the dataset available”. A second property is available in that DCAT recommendation [[vocab-dcat-1]], contact point, defined as “Link a dataset to relevant contact information which is provided using vCard”, but this is not an agent role as the value of this property is contact data, rather than a representation of the organisation as such. In specific cases, for example in exchanging data among domain-specific portals, it may be useful to express other, more specific agent roles. In such cases, extensions to DCAT-AP may be defined using additional properties with more specific meanings.
Two possible approaches have been discussed, particular in the context of the development of the domain-specific GeoDCAT Application Profile [[geodcat-ap]]. The first possible approach is based on the use of a predicate vocabulary that provides a set of properties that represent additional types of relationships between Datasets and Agents. For example, properties could be defined, such as foo:owner, foo:curator or foo:responsibleParty, in addition to the use of existing well-known properties, such as dct:creator and dct:rightsHolder. A possible source for such additional properties is the Roles Named Authority List maintained by the Publications Office of the EU. Other domain-specific sources for additional properties are the INSPIRE Responsible Party roles ,the Library of Congress’ MARC relators and DataCite’s contributor types. To enable the use of such properties, they must be defined as RDF properties with URIs in a well-managed namespace.
A second approach is based on the use of W3C’s PROV ontology [[prov-o]] which provides a powerful mechanism to express a set of classes, properties, and restrictions that can be used to represent and interchange provenance information generated in different systems and under different contexts. In the context of work on GeoDCAT-AP, a PROV-conformant solution for expressing agent roles was agreed . This solution uses prov:qualifiedAttribution in combination with a dct:type assertion pointing to the code list for Responsible Party Role in the INSPIRE registry. To enable the use of such types, they must be defined with URIs in a well-managed namespace.
Based on the experience gained with the use of domain-specific extensions for additional ‘agent roles’ in the exchange of information about Datasets and on the requests of implementors and stakeholders, the DCAT Application Profile release 2.0.0 is extended with additional roles as proposed by DCAT Version 2 [[vocab-dcat-2]] that have proven to be useful across domains. Precisely, properties creator, qualified attribution and qualified relation have been added to Dataset class to further facilitate relationships between datasets and agents.
In the most recent DCAT Version 3 [[vocab-dcat-3]] a dedicated section on the relationship with Agents is provided. The DCAT-AP guidelines for Agents Roles are conformant to this.
It should be noted that, even if a more expressive approach is used in a particular implementation, the provision of information using dct:publisher for the Catalogue is still mandatory under the rules laid down in the Conformance Statement in section [[[#conformance]]], while the provision of information using dct:publisher is strongly recommended for Dataset. The provision of such information using dct:publisher will ensure interoperability with implementations that use the basic approach of DCAT-AP.
Accessibility in the context of this Application Profile is limited to information about the technical format of distributions of datasets. The properties dcat:mediaType and dct:format provide information that can be used to determine what software can be deployed to process the data. The accessibility of the data within the datasets needs to be taken care of by the software that processes the data and is outside of the scope of this Application Profile.
Multilingual aspects related to this Application Profile concern all properties whose contents are expressed as strings (i.e. rdfs:Literal) with human-readable text. Wherever such properties are used, the string values are of one of two types:
Wherever values of properties are expressed with either type of string, the property can be repeated with translations in the case of free text and with parallel versions in case of named entities. For free text, e.g. in the cases of titles, descriptions and keywords, the language tag is mandatory.
Language tags to be used with rdfs:Literal are defined by BCP47 [[rfc5646]], which allows the use of the "t" extension for text transformations defined in RFC6497 [[rfc6497]] with the field "t0" indicating a machine translation.
A language tag will look like: "en-t-es-t0-abcd", which conveys the information that the string is in English, translated from Spanish by machine translation using a tool named "abcd".
For named entities, the language tag is optional and should only be provided if the parallel version of the name is strictly associated with a particular language. For example, the name ‘European Union’ has parallel versions in all official languages of the union, while a name like ‘W3C’ is not associated with a particular language and has no parallel versions.
For linking to different language versions of associated web pages (e.g. landing pages) or documentation, a content negotiation mechanism may be used whereby different content is served based on the Accept-Languages indicated by the browser. Using such a mechanism, the link to the page or document can resolve to different language versions of the page or document.
All the occurrences of the property dct:language, which can be repeated if the metadata is provided in multiple languages, MUST have a URI [[rfc3986]] as their object, not a literal string from the ISO 639 code list.
How multilingual information is handled in systems, for example in indexing and user interfaces, is outside of the scope of this Application Profile.
The introduction of Data Services as first class citizens in DCAT 2.0 raised questions about the usage of Data Services and Distributions. This section provides a guideline for publishers what to consider as a Distribution and what as a Data Service.
A first distinction between distributions and data services is their dependency on a dataset for their existence. A distribution cannot exist without its dataset. It is a specific representation of a dataset (cfr definition W3C Distribution). Whereas a data service is an entity in its own right. It provides access to datasets or it provides data processing functions. The independence also holds between the distributions of a dataset, and the data service which provides access to that dataset. The distributions are not required to be the result of the data service operations. However, they may.
Many of the properties of distributions are file oriented (downloadURL, format, byte size, checksum, modification date, ...). The relevance of this information is reduced for data services, related information is present in a very different form and thus under different terminology. For instance, data services do and can provide format transformations, language transformations and schema transformations on request. Also the handling of trust is different. While tampering of downloadable content is detected by e.g. checksums, data services create often a trusted channel using security measures such as authentication and encryption. This reduces the need for additional trust checks on the data.
The difference between downloading a file or accessing the data through a service have resulted in the following guidelines:
Orthogonal to the nature clarification of distributions and data services, there might be need for a granularity clarification between datasets and distributions. Commonly, at first sight, it is expected that all distributions of a dataset are identical in content, only differing in the representation of the data. But when considering dataset series, this interpretation seems not valid anymore. In the upcoming release of DCAT 3.0, dataset series and dataset versioning are addressed. Implementors are advised to already take this proposal into account when creating guidelines for distributions. Note that this is less an issue between datasets and data services as both are independent entities. Data services usually address the granularity by providing the necessary query interface language so that the user can get the data according its needs.
These guidelines will be able to capture many access patterns, corresponding to most users' expectations. However there might be cases that are more vague. In that case the DCAT(-AP) community can be questioned for a recommended approach.
frequency
refers to the update frequency of the associated Distributions or the update frequency of the collection. To avoid these semantical conflicts, it is recommended not to associate distributions with a Dataset Series.
In light of the growing importance of data, the European Commission has adopted an
To support the check whether or not a catalogue satisfies the expressed constraints in this Application Profile, the constraints in this specification are expressed using SHACL [[shacl]]. Each constraint in this specification that could be converted into a SHACL expression has been included. As such this collection of SHACL expressions that can be used to build a validation check for a data exchange between two systems. A typical use case is the harvesting of one catalogue into another.
It is up to the implementers of the data exchange to define the validation they expect. Each data exchange happens within a context, and that context is beyond the SHACL expressions here.
For instance, it might be known that the exchanged data does not contain the details of the organisations, as they are all uniquely identified by a deferenceable URI. In such case, the rules regarding the check of the mandatory existence of a name for each organisation is probably not relevant. A strict execution of the DCAT-AP SHACL expressions will raise errors, although the data is available through a different channel. In this example, it is valid to not include this check in this validation step.
The example illustrates that in order to get the right user experience of a validation process, one has to consider what is actually transferred between the systems. And use the constraints that are in scope of the data exchange. To assist this process the SHACL expressions are grouped in distinct files, matching already typical validation setups.
This section describes the use of Dataset Series via examples. All examples are fictitious and are created to facilitate the understanding of Dataset Series. This section complements the usage explained in section Dataset series in DCAT 3 [[vocab-dcat-3]], because it illustrates the decision making process when switching from publishing a single Dataset to a Dataset Series.
Consider the dataset 'Bee population in Greece" published by the Greek Environment Agency. Users can download the data as a CSV or an RDF file.
To see the evolution in the bee population, the Greek Environment Agency publishes an update each year. This update can be reflected in the DCAT-AP description in various ways.
The first option is to update and renew the metadata each update. For instance, the temporal coverage changes from the period "2020 - 2022" to "2020 - 2023".
This solution has as benefit that new information is shared with a minimal effort of publisher. However, this approach removes the previous state of affairs from the metadata and also does not reflect the aggregation and publishing effort for the dataset in the metadata. In some cases this is a desired outcome.
The alternative option is the creation of a new dataset description. Often this choice is a voluntary decision, however it might be enforced by legislation. Legislation can impose to share an audited dataset reflecting the state of affairs on a reference date.
The creation of new dataset also impacts the metadata, as the generic title "Bee population" cannot be maintained for both. A publisher must perform a minimal disambiguation effort to make the two datasets distinct.
Independent of the metadata descriptions, a core decision to take is whether the dataset BeePopulation2022
is also contained in the dataset BeePopulation2023
.
Either case is valuable and seen in practice.
However, without expressing any relationships between the datasets this approach has a major drawback: a search on the catalogue for bee population will result in several variants of the same dataset. The catalogue user is not provided with any guidance to select the most recent or most appropriate one. To address that use case, Dataset Series come into the picture. Dataset Series offer a structured approach to order or organise the datasets by the publisher for the catalogue user.
To support the data portal users, the Greek Environment Agency starts managing a Dataset Series BeePopulation
.
As the dataset BeePopulation2023
is more recent than BeePopulation2022
, a navigation ordering is added.
In most cases, the navigation is a single chain sequence, although tree organised structures are not prohibited.
Similarly as the introduction of a new dataset description, the introduction of a Dataset Series impacts the metadata of the involved datasets.
For instance the notion of the update frequency becomes more precise. In case of a single dataset description, the statement, in the example below, means that the dataset is updated each year.
So each year the actual data to which this dataset provides access to changes, and the most recent information can be found via this metadata.
However; when the publisher will introduce a new dataset description each year, the update frequency of an existing dataset is none. Namely it will not be updated. Without a Dataset Series notion the information of the yearly update is lost.
Users expect that metadata of Dataset Series is coherent with the collection of datasets it refers to. Up to 2022, the Greek Environment Agency only had the ability to provide the information for the region of Thessaloniki, and shared that via the spatial coverage.
From 2023 onwards, data for the region of Athens is also provided. As a consequence, not only the spatial coverage of the new dataset BeePopulation2023
will reflect that, but also the one of the Dataset Series.
Namely the geographical coverage of a dataset series will cover the union of all places of each dataset associated with the Dataset Series.
A similar coherency concern applies to the temporal coverage of datasets. Publisher are advised to verify the properties title and description to match any reference to temporal and geographical coverage information with the properties.
The metadata descriptions of a Dataset Series provide insight in how this collection of datasets evolves.
The release date of the Dataset Series BeePopulation
correspond to the moment the collection has been issued for the first time.
In many cases this moment corresponds to the earliest release date of the dataset in the collection.
In the example, the Dataset BeePopulation2022
was first issued on 2022-04-01
while shortly after, the Dataset Series was created.
This relationship between the issuing date and the oldest dataset in the collection can reduce over time. The Greek Environment Agency and the National History Archives start to collaborate on the use and production of honey. That project results in new datasets on bee populations predating 2022. To make that information visible, the Dataset Series collection is updated with these historic datasets.
The modification date of the Dataset Series is the moment the collection has changed.
The addition of the historic datasets changes the collection, and thus the modification date of the Dataset Series is set to 2023-06-01
.
To make the datasets easier to use, the Greek Environment Agency introduces a new API platform. Via this API platform the datasets are not only downloadable in tabular format, but also in the international Biodiversity JSON format.
BeePopulation2023
, and so it is not necessary to adapt the modification date of the dataset.
Similarly adding or removing distributions to a dataset did not affected the membership of dataset BeePopulation2023
in the Dataset Series.
And thus the modification date of the Dataset Series is not adapted.
To support the users even more, the API platform is extended with a possibility to get life counts of the bee population.
This means that there is a dataset which data is updated very frequently, eg. every second.
In that case providing a modification date for the dataset becomes a technical challenge, but also it reduces it value.
Namely one gets the data at query time.
Class | Class IRI | Property Type | Property | Property IRI |
---|---|---|---|---|
Activity | http://www.w3.org/ns/prov#Activity |
|||
Agent | http://xmlns.com/foaf/0.1/Agent |
Mandatory | name | http://xmlns.com/foaf/0.1/name |
Agent | http://xmlns.com/foaf/0.1/Agent |
Recommended | type | http://purl.org/dc/terms/type |
Attribution | http://www.w3.org/ns/prov#Attribution |
|||
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Mandatory | description | http://purl.org/dc/terms/description |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Mandatory | publisher | http://purl.org/dc/terms/publisher |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Mandatory | title | http://purl.org/dc/terms/title |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Recommended | dataset | http://www.w3.org/ns/dcat#dataset |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Recommended | geographical coverage | http://purl.org/dc/terms/spatial |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Recommended | homepage | http://xmlns.com/foaf/0.1/homepage |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Recommended | language | http://purl.org/dc/terms/language |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Recommended | licence | http://purl.org/dc/terms/license |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Recommended | modification date | http://purl.org/dc/terms/modified |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Recommended | release date | http://purl.org/dc/terms/issued |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Recommended | service | http://www.w3.org/ns/dcat#service |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Recommended | themes | http://www.w3.org/ns/dcat#themeTaxonomy |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Optional | applicable legislation | http://data.europa.eu/r5r/applicableLegislation |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Optional | catalogue | http://www.w3.org/ns/dcat#catalog |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Optional | creator | http://purl.org/dc/terms/creator |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Optional | has part | http://purl.org/dc/terms/hasPart |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Optional | record | http://www.w3.org/ns/dcat#record |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Optional | rights | http://purl.org/dc/terms/rights |
Catalogue | http://www.w3.org/ns/dcat#Catalog |
Optional | temporal coverage | http://purl.org/dc/terms/temporal |
Catalogue Record | http://www.w3.org/ns/dcat#CatalogRecord |
Mandatory | modification date | http://purl.org/dc/terms/modified |
Catalogue Record | http://www.w3.org/ns/dcat#CatalogRecord |
Mandatory | primary topic | http://xmlns.com/foaf/0.1/primaryTopic |
Catalogue Record | http://www.w3.org/ns/dcat#CatalogRecord |
Recommended | application profile | http://purl.org/dc/terms/conformsTo |
Catalogue Record | http://www.w3.org/ns/dcat#CatalogRecord |
Recommended | change type | http://www.w3.org/ns/adms#status |
Catalogue Record | http://www.w3.org/ns/dcat#CatalogRecord |
Recommended | listing date | http://purl.org/dc/terms/issued |
Catalogue Record | http://www.w3.org/ns/dcat#CatalogRecord |
Optional | description | http://purl.org/dc/terms/description |
Catalogue Record | http://www.w3.org/ns/dcat#CatalogRecord |
Optional | language | http://purl.org/dc/terms/language |
Catalogue Record | http://www.w3.org/ns/dcat#CatalogRecord |
Optional | source metadata | http://purl.org/dc/terms/source |
Catalogue Record | http://www.w3.org/ns/dcat#CatalogRecord |
Optional | title | http://purl.org/dc/terms/title |
Catalogued Resource | http://www.w3.org/ns/dcat#Resource |
|||
Checksum | http://spdx.org/rdf/terms#Checksum |
Mandatory | algorithm | http://spdx.org/rdf/terms#algorithm |
Checksum | http://spdx.org/rdf/terms#Checksum |
Mandatory | checksum value | http://spdx.org/rdf/terms#checksumValue |
Checksum Algorithm | http://spdx.org/rdf/terms#ChecksumAlgorithm |
|||
Concept | http://www.w3.org/2004/02/skos/core#Concept |
Mandatory | preferred label | http://www.w3.org/2004/02/skos/core#prefLabel |
Concept Scheme | http://www.w3.org/2004/02/skos/core#ConceptScheme |
Mandatory | title | http://purl.org/dc/terms/title |
Data Service | http://www.w3.org/ns/dcat#DataService |
Mandatory | endpoint URL | http://www.w3.org/ns/dcat#endpointURL |
Data Service | http://www.w3.org/ns/dcat#DataService |
Mandatory | title | http://purl.org/dc/terms/title |
Data Service | http://www.w3.org/ns/dcat#DataService |
Recommended | conforms to | http://purl.org/dc/terms/conformsTo |
Data Service | http://www.w3.org/ns/dcat#DataService |
Recommended | contact point | http://www.w3.org/ns/dcat#contactPoint |
Data Service | http://www.w3.org/ns/dcat#DataService |
Recommended | endpoint description | http://www.w3.org/ns/dcat#endpointDescription |
Data Service | http://www.w3.org/ns/dcat#DataService |
Recommended | keyword | http://www.w3.org/ns/dcat#keyword |
Data Service | http://www.w3.org/ns/dcat#DataService |
Recommended | publisher | http://purl.org/dc/terms/publisher |
Data Service | http://www.w3.org/ns/dcat#DataService |
Recommended | serves dataset | http://www.w3.org/ns/dcat#servesDataset |
Data Service | http://www.w3.org/ns/dcat#DataService |
Recommended | theme | http://www.w3.org/ns/dcat#theme |
Data Service | http://www.w3.org/ns/dcat#DataService |
Optional | access rights | http://purl.org/dc/terms/accessRights |
Data Service | http://www.w3.org/ns/dcat#DataService |
Optional | applicable legislation | http://data.europa.eu/r5r/applicableLegislation |
Data Service | http://www.w3.org/ns/dcat#DataService |
Optional | description | http://purl.org/dc/terms/description |
Data Service | http://www.w3.org/ns/dcat#DataService |
Optional | documentation | http://xmlns.com/foaf/0.1/page |
Data Service | http://www.w3.org/ns/dcat#DataService |
Optional | format | http://purl.org/dc/terms/format |
Data Service | http://www.w3.org/ns/dcat#DataService |
Optional | landing page | http://www.w3.org/ns/dcat#landingPage |
Data Service | http://www.w3.org/ns/dcat#DataService |
Optional | licence | http://purl.org/dc/terms/license |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Mandatory | description | http://purl.org/dc/terms/description |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Mandatory | title | http://purl.org/dc/terms/title |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Recommended | contact point | http://www.w3.org/ns/dcat#contactPoint |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Recommended | dataset distribution | http://www.w3.org/ns/dcat#distribution |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Recommended | geographical coverage | http://purl.org/dc/terms/spatial |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Recommended | keyword | http://www.w3.org/ns/dcat#keyword |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Recommended | publisher | http://purl.org/dc/terms/publisher |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Recommended | temporal coverage | http://purl.org/dc/terms/temporal |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Recommended | theme | http://www.w3.org/ns/dcat#theme |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | access rights | http://purl.org/dc/terms/accessRights |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | applicable legislation | http://data.europa.eu/r5r/applicableLegislation |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | conforms to | http://purl.org/dc/terms/conformsTo |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | creator | http://purl.org/dc/terms/creator |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | documentation | http://xmlns.com/foaf/0.1/page |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | frequency | http://purl.org/dc/terms/accrualPeriodicity |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | has version | http://www.w3.org/ns/dcat#hasVersion |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | identifier | http://purl.org/dc/terms/identifier |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | in series | http://www.w3.org/ns/dcat#inSeries |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | is referenced by | http://purl.org/dc/terms/isReferencedBy |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | landing page | http://www.w3.org/ns/dcat#landingPage |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | language | http://purl.org/dc/terms/language |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | modification date | http://purl.org/dc/terms/modified |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | other identifier | http://www.w3.org/ns/adms#identifier |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | provenance | http://purl.org/dc/terms/provenance |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | qualified attribution | http://www.w3.org/ns/prov#qualifiedAttribution |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | qualified relation | http://www.w3.org/ns/dcat#qualifiedRelation |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | related resource | http://purl.org/dc/terms/relation |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | release date | http://purl.org/dc/terms/issued |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | sample | http://www.w3.org/ns/adms#sample |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | source | http://purl.org/dc/terms/source |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | spatial resolution | http://www.w3.org/ns/dcat#spatialResolutionInMeters |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | temporal resolution | http://www.w3.org/ns/dcat#temporalResolution |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | type | http://purl.org/dc/terms/type |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | version | http://www.w3.org/ns/dcat#version |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | version notes | http://www.w3.org/ns/adms#versionNotes |
Dataset | http://www.w3.org/ns/dcat#Dataset |
Optional | was generated by | http://www.w3.org/ns/prov#wasGeneratedBy |
Dataset Series | http://www.w3.org/ns/dcat#DatasetSeries |
Mandatory | description | http://purl.org/dc/terms/description |
Dataset Series | http://www.w3.org/ns/dcat#DatasetSeries |
Mandatory | title | http://purl.org/dc/terms/title |
Dataset Series | http://www.w3.org/ns/dcat#DatasetSeries |
Recommended | contact point | http://www.w3.org/ns/dcat#contactPoint |
Dataset Series | http://www.w3.org/ns/dcat#DatasetSeries |
Recommended | geographical coverage | http://purl.org/dc/terms/spatial |
Dataset Series | http://www.w3.org/ns/dcat#DatasetSeries |
Recommended | publisher | http://purl.org/dc/terms/publisher |
Dataset Series | http://www.w3.org/ns/dcat#DatasetSeries |
Optional | applicable legislation | http://data.europa.eu/r5r/applicableLegislation |
Dataset Series | http://www.w3.org/ns/dcat#DatasetSeries |
Optional | frequency | http://purl.org/dc/terms/accrualPeriodicity |
Dataset Series | http://www.w3.org/ns/dcat#DatasetSeries |
Optional | modification date | http://purl.org/dc/terms/modified |
Dataset Series | http://www.w3.org/ns/dcat#DatasetSeries |
Optional | release date | http://purl.org/dc/terms/issued |
Dataset Series | http://www.w3.org/ns/dcat#DatasetSeries |
Optional | temporal coverage | http://purl.org/dc/terms/temporal |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Mandatory | access URL | http://www.w3.org/ns/dcat#accessURL |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Recommended | availability | http://data.europa.eu/r5r/availability |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Recommended | description | http://purl.org/dc/terms/description |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Recommended | format | http://purl.org/dc/terms/format |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Recommended | licence | http://purl.org/dc/terms/license |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | access service | http://www.w3.org/ns/dcat#accessService |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | applicable legislation | http://data.europa.eu/r5r/applicableLegislation |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | byte size | http://www.w3.org/ns/dcat#byteSize |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | checksum | http://spdx.org/rdf/terms#checksum |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | compression format | http://www.w3.org/ns/dcat#compressFormat |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | documentation | http://xmlns.com/foaf/0.1/page |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | download URL | http://www.w3.org/ns/dcat#downloadURL |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | has policy | http://www.w3.org/ns/odrl/2/hasPolicy |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | language | http://purl.org/dc/terms/language |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | linked schemas | http://purl.org/dc/terms/conformsTo |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | media type | http://www.w3.org/ns/dcat#mediaType |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | modification date | http://purl.org/dc/terms/modified |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | packaging format | http://www.w3.org/ns/dcat#packageFormat |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | release date | http://purl.org/dc/terms/issued |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | rights | http://purl.org/dc/terms/rights |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | spatial resolution | http://www.w3.org/ns/dcat#spatialResolutionInMeters |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | status | http://www.w3.org/ns/adms#status |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | temporal resolution | http://www.w3.org/ns/dcat#temporalResolution |
Distribution | http://www.w3.org/ns/dcat#Distribution |
Optional | title | http://purl.org/dc/terms/title |
Document | http://xmlns.com/foaf/0.1/Document |
|||
Frequency | http://purl.org/dc/terms/Frequency |
|||
Geometry | http://www.w3.org/ns/locn#Geometry |
|||
Identifier | http://www.w3.org/ns/adms#Identifier |
Mandatory | notation | http://www.w3.org/2004/02/skos/core#notation |
Kind | http://www.w3.org/2006/vcard/ns#Kind |
|||
Legal Resource | http://data.europa.eu/eli/ontology#LegalResource |
|||
Licence Document | http://purl.org/dc/terms/LicenseDocument |
Recommended | type | http://purl.org/dc/terms/type |
Linguistic system | http://purl.org/dc/terms/LinguisticSystem |
|||
Literal | http://www.w3.org/2000/01/rdf-schema#Literal |
|||
Location | http://purl.org/dc/terms/Location |
Recommended | bbox | http://www.w3.org/ns/dcat#bbox |
Location | http://purl.org/dc/terms/Location |
Recommended | centroid | http://www.w3.org/ns/dcat#centroid |
Location | http://purl.org/dc/terms/Location |
Optional | geometry | http://www.w3.org/ns/locn#geometry |
Media type | http://purl.org/dc/terms/MediaType |
|||
Media Type | http://purl.org/dc/terms/MediaType |
|||
Media Type or Extent | http://purl.org/dc/terms/MediaTypeOrExtent |
|||
Period of time | http://purl.org/dc/terms/PeriodOfTime |
Recommended | end date | http://www.w3.org/ns/dcat#endDate |
Period of time | http://purl.org/dc/terms/PeriodOfTime |
Recommended | start date | http://www.w3.org/ns/dcat#startDate |
Period of time | http://purl.org/dc/terms/PeriodOfTime |
Optional | beginning | http://www.w3.org/2006/time#hasBeginning |
Period of time | http://purl.org/dc/terms/PeriodOfTime |
Optional | end | http://www.w3.org/2006/time#hasEnd |
Policy | http://www.w3.org/ns/odrl/2/Policy |
|||
Provenance Statement | http://purl.org/dc/terms/ProvenanceStatement |
|||
Relationship | http://www.w3.org/ns/dcat#Relationship |
Mandatory | had role | http://www.w3.org/ns/dcat#hadRole |
Relationship | http://www.w3.org/ns/dcat#Relationship |
Mandatory | relation | http://purl.org/dc/terms/relation |
Resource | http://www.w3.org/2000/01/rdf-schema#Resource |
|||
Rights statement | http://purl.org/dc/terms/RightsStatement |
|||
Role | http://www.w3.org/ns/dcat#Role |
|||
Standard | http://purl.org/dc/terms/Standard |
The following URIs used in DCAT-AP release 2.x for properties have been deprecated in DCAT-AP 3.0 [[vocab-dcat-3]] in favor for the URIs within the DCAT namespace.
To identify these deprecations, a SHACL shape is provided.