Data Catalog Vocabulary (DCAT) - revised edition

W3C First Public Working Draft

This version:
https://www.w3.org/TR/2018/WD-vocab-dcat-2-20180508/
Latest published version:
https://www.w3.org/TR/vocab-dcat-2/
Latest editor's draft:
https://w3c.github.io/dxwg/dcat/
Latest Recommendation:
https://www.w3.org/TR/vocab-dcat/
Editors:
Alejandra Gonzalez Beltran (University of Oxford eResearch Centre)
Dave Browning (Thomson Reuters)
Simon Cox (CSIRO)
Peter Winstanley (Scottish Government)
Editors of previous version:
Fadi Maali, DERI
John Erickson, Tetherless World Constellation (RPI)

Abstract

DCAT is an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web. This document defines the schema and provides examples for its use.

By using DCAT to describe datasets in data catalogs, publishers are using a standard model and vocabulary that facilitates the consumption and aggregation of metadata from multiple catalogs, and in doing so can increase the discoverability of datasets. It also makes it possible to have a decentralized approach to publishing data catalogs and makes federated search for datasets across catalogs in multiple sites possible using the same query mechanism and structure. Aggregated DCAT metadata can serve as a manifest file as part of the digital preservation process.

The namespace for DCAT terms is http://www.w3.org/ns/dcat#

The suggested prefix for the DCAT namespace is dcat

The (revised) DCAT vocabulary is available here.

Status of This Document

This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at https://www.w3.org/TR/.

The original DCAT vocabulary was developed at the Digital Enterprise Research Institute (DERI), refined by the eGov Interest Group, and then finally standardized in 2014 by the Government Linked Data (GLD) Working Group.

This revised version of DCAT was developed by the Dataset Exchange Working Group in response to a new set of Use Cases and Requirements [DCAT-UCR] submitted on the basis of experience with the DCAT vocabulary from the time of the original version, and new applications not originally considered.

DCAT incorporates terms from pre-existing vocabularies where stable terms with appropriate meanings could be found, such as foaf:homepage and dct:title. Informal summary definitions of the externally-defined terms are included here for convenience, while authoritative definitions are available in the normative references. Changes to definitions in the references, if any, supersede the summaries given in this specification. Note that conformance to DCAT (Section 4) concerns usage of only the terms in the DCAT namespace itself, so possible changes to the external definitions will not affect the conformance of DCAT implementations.

This document was published by the Dataset Exchange Working Group as a First Public Working Draft. This document is intended to become a W3C Recommendation. Comments regarding this document are welcome. Please send them to public-dxwg-comments@w3.org (subscribe, archives).

Publication as a First Public Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.

This document was produced by a group operating under the W3C Patent Policy. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy.

This document is governed by the 1 February 2018 W3C Process Document.

1. Introduction

This section is non-normative.

Note

From DCAT 2014 [VOCAB-DCAT]

Data can come in many formats, ranging from spreadsheets, through XML and RDF, to various speciality formats. DCAT does not make any assumptions about the serialisation format of the datasets described in a catalog. Other, complementary vocabularies may be used together with DCAT to provide more detailed format-specific information. For example, properties from the VoID vocabulary [VOID] can be used to express various statistics about a DCAT-described dataset if that dataset is in RDF format.

This document does not prescribe any particular method of deploying data expressed in DCAT. DCAT is applicable in many contexts including RDF accessible via SPARQL endpoints, embedded in HTML pages as RDFa, or serialized as e.g. RDF/XML or Turtle. The examples in this document use Turtle simply because of Turtle's readability.

2. Motivation for Change

This section is non-normative.

The original Recommendation, published in January 2014, provided the basic framework for describing datasets. Importantly, it made the distinction between a dataset as an abstract idea and a distribution as a manifestation of the dataset. Although DCAT has been widely adopted, it has became clear that the original specification lacked a number of essential features that were added either through application profiles, such as the European Commission's DCAT-AP [DCAT-AP], or the development of larger vocabularies that, to a greater or lesser extent, built upon the base standard, such as the Healthcare and Life Sciences Community Profile [HCLS-Dataset], the Data Tag Suite [DATS] and more. This version of DCAT has been developed to address the specific shortcomings that have come to light through the experiences of different communities, the aim being, of course, to improve interoperability between the outputs of these larger vocabularies.

3. Namespaces

The namespace for DCAT is http://www.w3.org/ns/dcat#. However, it should be noted that DCAT makes extensive use of terms from other vocabularies, in particular Dublin Core [DCTERMS]. DCAT itself defines a minimal set of classes and properties of its own. A full set of namespaces and prefixes used in this document is shown in the table below.

PrefixNamespace
dcathttp://www.w3.org/ns/dcat#
dcthttp://purl.org/dc/terms/
dctypehttp://purl.org/dc/dcmitype/
foafhttp://xmlns.com/foaf/0.1/
owlhttp://www.w3.org/2002/07/owl#
provhttp://www.w3.org/ns/prov#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfshttp://www.w3.org/2000/01/rdf-schema#
skoshttp://www.w3.org/2004/02/skos/core#
vcardhttp://www.w3.org/2006/vcard/ns#
xsdhttp://www.w3.org/2001/XMLSchema#

4. Conformance

As well as sections marked as non-normative, all authoring guidelines, diagrams, examples, and notes in this specification are non-normative. Everything else in this specification is normative.

The key words MAY and SHOULD are to be interpreted as described in [RFC2119].

Note

From DCAT 2014 [VOCAB-DCAT]

A data catalog conforms to DCAT if:

A DCAT profile is a specification for data catalogs that adds additional constraints to DCAT. A data catalog that conforms to the profile also conforms to DCAT. Additional constraints in a profile MAY include:

5. Vocabulary Overview

This section is non-normative.

Note

From DCAT 2014 [VOCAB-DCAT] except as noted

DCAT is an RDF vocabulary well-suited to representing government data catalogs such as data.gov and data.gov.uk. DCAT defines three main classes:

Notice that a dataset in DCAT is defined as a "collection of data, published or curated by a single agent, and available for access or download in one or more formats". A dataset does not have to be available as a downloadable file. For example, a dataset that is available via an API can be defined as an instance of dcat:Dataset and the API can be defined as an instance of dcat:Distribution. DCAT itself does not define properties specific to the APIs description. These are considered out of the scope of this version of the vocabulary. Nevertheless, this can be defined as a profile of the DCAT vocabulary.

Note

The scope of DCAT 2014 was limited to catalogs of datasets. A number of use cases for the revision involve also having data services (aka distribution services) as members of a catalog - see DCAT Distribution to describe web services - ID6 and Modeling service-based data access - ID18. It has been decided to add an explicit class for Data Distribution Services in this revision of DCAT, and to enable these to be part of a Catalog. Provision for other services to also be part of a Catalog will also be made, as well as for Catalogs to be composed of other Catalogs. See Issue #172.

Milestone 5 collects a number of issues related to this requirement.

Another important class in DCAT is dcat:CatalogRecord which describes a dataset entry in the catalog. Notice that while dcat:Dataset represents the dataset itself, dcat:CatalogRecord represents the record that describes a dataset in the catalog. The use of dcat:CatalogRecord is considered optional. It is used to capture provenance information about dataset entries in a catalog. If this distinction is not necessary then dcat:CatalogRecord can be safely ignored.

Note

In DCAT 2014 [VOCAB-DCAT] dcat:Dataset was a sub-class of dctype:Dataset, which is a term of the DCMI Types vocabulary [DCTERMS]. This relationship has been removed in the revised DCAT vocabulary - see Issue #98.

UML model of DCAT classes and properties
Figure 1 Overview of DCAT model

All RDF examples in this document are written in Turtle syntax [Turtle].

5.1 Basic Example

This example provides a quick overview of how DCAT might be used to represent a government catalog and its datasets.

First, the catalog description:

   :catalog
       a dcat:Catalog ;
       dct:title "Imaginary Catalog" ;
       rdfs:label "Imaginary Catalog" ;
       foaf:homepage <http://example.org/catalog> ;
       dct:publisher :transparency-office ;
       dct:language <http://id.loc.gov/vocabulary/iso639-1/en>  ;
       dcat:dataset :dataset-001  , :dataset-002 , :dataset-003 ;
       .

The publisher of the catalog has the relative URI :transparency-office. Further description of the publisher can be provided as in the following example:

   :transparency-office
       a foaf:Organization ;
       rdfs:label "Transparency Office" ;
       .

The catalog lists each of its datasets via the dcat:dataset property. In the example above, an example dataset was mentioned with the relative URI :dataset-001. A possible description of it using DCAT is shown below:

   :dataset-001
       a dcat:Dataset ;
       dct:title "Imaginary dataset" ;
       dcat:keyword "accountability","transparency" ,"payments" ;
       dct:issued "2011-12-05"^^xsd:date ;
       dct:modified "2011-12-05"^^xsd:date ;
       dcat:contactPoint <http://example.org/transparency-office/contact> ;
       dct:temporal <http://reference.data.gov.uk/id/quarter/2006-Q1> ;
       dct:spatial <http://www.geonames.org/6695072> ;
       dct:publisher :finance-ministry ;
       dct:language <http://id.loc.gov/vocabulary/iso639-1/en>  ;
       dct:accrualPeriodicity <http://purl.org/linked-data/sdmx/2009/code#freq-W>  ;
       dcat:distribution :dataset-001-csv ;
       .

In order to express the frequency of update in the example above, we chose to use an instance from the Content-Oriented Guidelines developed as part of the W3C Data Cube Vocabulary [VOCAB-DATA-CUBE] efforts. Additionally, we chose to describe the spatial and temporal coverage of the example dataset using URIs from Geonames and the Interval dataset from data.gov.uk, respectively. A contact point is also provided where comments and feedback about the dataset can be sent. Further details about the contact point, such as email address or telephone number, can be provided using vCard [VCARD-RDF].

The dataset distribution :dataset-001-csv can be downloaded as a 5Kb CSV file. This information is represented via an RDF resource of type dcat:Distribution.

   :dataset-001-csv
       a dcat:Distribution ;
       dcat:downloadURL <http://www.example.org/files/001.csv> ;
       dct:title "CSV distribution of imaginary dataset 001" ;
       dcat:mediaType "text/csv" ;
       dcat:byteSize "5120"^^xsd:decimal ;
       .

5.2 Classifying datasets thematically

The catalog classifies its datasets according to a set of domains represented by the relative URI :themes. SKOS can be used to describe the domains used:

   :catalog dcat:themeTaxonomy :themes .
   :themes
       a skos:ConceptScheme ;
       skos:prefLabel "A set of domains to classify documents" ;
       .
   :dataset-001 dcat:theme :accountability  .

Notice that this dataset is classified under the domain represented by the relative URI :accountability. It is recommended to define the concept as part of the concepts scheme identified by the URI :themes that was used to describe the catalog domains. An example SKOS description:

   :accountability
       a skos:Concept ;
       skos:inScheme :themes ;
       skos:prefLabel "Accountability" ;
       .

5.3 Classifying dataset types

The scope of DCAT Datasets is a lot more than tabular data, so a type/genre indication is required. A number of controlled vocabularies are available for classification of datasets according to type. In some cases, each individual classifier is denoted by a URI so it can be linked directly. However, in other cases there is only a text list, or a vocabulary is embedded in a document or code, so the way to indicate an individual item is less direct. Guidance about how to use items from various styles of controlled vocabulary are needed alongside the simple case.

The type or genre of a dataset may be indicated using the dct:type property:

  :dataset-001 dct:type	dctype:Text . 

5.4 Describing catalog records metadata

If the catalog publisher decides to keep metadata describing its records (i.e. the records containing metadata describing the datasets), dcat:CatalogRecord can be used. For example, while  :dataset-001 was issued on 2011-12-05, its description on Imaginary Catalog was added on 2011-12-11. This can be represented by DCAT as in the following:

   :catalog  dcat:record :record-001  .
   :record-001
       a dcat:CatalogRecord ;
       foaf:primaryTopic :dataset-001 ;
       dct:issued "2011-12-11"^^xsd:date ;
       .

5.5 Dataset available only behind some Web page

:dataset-002 is available as a CSV file. However :dataset-002 can only be obtained through some Web page where the user needs to follow some links, provide some information and check some boxes before accessing the data

   :dataset-002
       a dcat:Dataset ;
       dcat:landingPage <http://example.org/dataset-002.html> ;
       dcat:distribution :dataset-002-csv ;
       .
   :dataset-002-csv
       a dcat:Distribution ;
       dcat:accessURL <http://example.org/dataset-002.html> ;
       dcat:mediaType "text/csv" ;
       .
Notice the use of a dcat:landingPage and the definition of the dcat:Distribution instance.

5.6 A dataset available as a download and behind some Web page

On the other hand, :dataset-003 can be obtained through some landing page but also can be downloaded from a known URL.

   :dataset-003
       a dcat:Dataset ;
       dcat:landingPage <http://example.org/dataset-003.html> ;
       dcat:distribution :dataset-003-csv ;
       .
   :dataset-003-csv
       a dcat:Distribution ;
       dcat:downloadURL <http://example.org/dataset-003.csv> .
       dcat:mediaType "text/csv" ;
       .
Notice that we used dcat:downloadURL with the downloadable distribution and that the other distribution accessible through the landing page does not have to be defined as a separate dcat:Distribution instance.

6. Vocabulary specification

6.1 RDF representation

Note

The DCAT RDF representation is modularized into several files or graphs to help users access a version of DCAT with just the alignments that they need. This mechanism may also be used to capture different levels of axiomatization, though the status of such proposals has not been finalized. See Issue #134 and the issues enumerated below.

Guidance on the use DCAT in a weakly-axiomatized environment, such as schema.org, has been identified as a requirement to be satisfied in this revision of DCAT.

An RDF graph containing a proposed alignment of DCAT with schema.org is available. Comments on this alignment are invited.

The axiomatization of DCAT 2014 used global domain and range constraints for many of the properties defined in the DCAT namespace. This makes quite strong ontological commitments, some of which are now being reconsidered - see individual issues noted inline below.

The (revised) DCAT vocabulary is available in RDF. The primary artefact dcat.ttl is a serialization of the core DCAT vocabulary. Alongside it are a set of other RDF files that provide additional information, including:

  1. alignments to other vocabularies
  2. additional axioms, which may be useful in some contexts
  3. some profiles of DCAT, including a DCAT 2014 profile that corresponds to the 2014 version of DCAT

The implementation of a DCAT 2014 profile of the revised DCAT is being considered.

6.2 Dependencies

The definitions (including domain and range) of terms outside the dcat namespace are provided here only for convenience and must not be considered normative. The authoritative definitions of these terms are in the corresponding specifications: [DC11], [DCTERMS], [FOAF], [RDF-SCHEMA], [SKOS-REFERENCE], [XMLSCHEMA11-2] and [VCARD-RDF].

Note

Description of DCAT vocabulary elements from DCAT 2014 [VOCAB-DCAT] except where indicated.

6.3 Class: Catalog

The following properties are recommended for use on this class: catalog record, dataset, description, homepage, language, license, publisher, release date, rights, spatial, themes, title, update date

The use of guarded constraints (existence, cardinality, range-type) to control the use of the recommended properties in the context of a class is being considered as part of the revision of DCAT.

Note

The scope of DCAT 2014 was limited to catalogs of datasets. A number of use cases for the revision involve also having data services (aka distribution services) as members of a catalog - see DCAT Distribution to describe web services - ID6 and Modeling service-based data access - ID18. It has been decided to add an explicit class for Data Distribution Services in this revision of DCAT, and to enable these to be part of a Catalog. Provision for other services to also be part of a Catalog will also be made, as well as for Catalogs to be composed of other Catalogs. See Issue #172.

Milestone 5 collects a number of issues related to this requirement.

RDF Class:dcat:Catalog
Definition:A data catalog is a curated collection of metadata about datasets.
Usage note:Typically, a web-based data catalog is represented as a single instance of this class.
See also: Catalog record, Dataset

6.3.1 Property: title

RDF Property:dct:title
Definition:A name given to the catalog.
Range:rdfs:Literal

6.3.2 Property: description

RDF Property:dct:description
Definition:A free-text account of the catalog.
Range:rdfs:Literal

6.3.3 Property: release date

RDF Property:dct:issued
Definition:Date of formal issuance (e.g., publication) of the catalog.
Range:rdfs:Literal encoded using the relevant ISO 8601 Date and Time compliant string [DATETIME] and typed using the appropriate XML Schema datatype [XMLSCHEMA11-2]
See also: dataset release date, catalog record listing date and distribution release date

6.3.4 Property: update/modification date

RDF Property:dct:modified
Definition:Most recent date on which the catalog was changed, updated or modified.
Range:rdfs:Literal encoded using the relevant ISO 8601 Date and Time compliant string [DATETIME] and typed using the appropriate XML Schema datatype [XMLSCHEMA11-2]
See also: dataset modification date, catalog record modification date and distribution modification date

6.3.5 Property: language

RDF Property:dct:language
Definition:The language of the catalog. This refers to the language used in the textual metadata describing titles, descriptions, etc. of the datasets in the catalog.
Range: dct:LinguisticSystem
Resources defined by the Library of Congress (1, 2) SHOULD be used.
If a ISO 639-1 (two-letter) code is defined for language, then its corresponding IRI SHOULD be used; if no ISO 639-1 code is defined, then IRI corresponding to the ISO 639-2 (three-letter) code SHOULD be used.
Usage note:Multiple values can be used. The publisher might also choose to describe the language on the dataset level (see dataset language).

6.3.6 Property: homepage

RDF Property:foaf:homepage
Definition:The homepage of the catalog.
Range:foaf:Document
Usage note:foaf:homepage is an inverse functional property (IFP) which means that it should be unique and precisely identify the catalog. This allows smushing various descriptions of the catalog when different URIs are used.

6.3.7 Property: publisher

RDF Property:dct:publisher
Definition:The entity responsible for making the catalog online.
Usage note:Resources of type foaf:Agent are recommended as values for this property.
See also:Class: Organization/Person

6.3.8 Property: spatial/geographic

RDF Property:dct:spatial
Definition:The geographical area covered by the catalog.
Range:dct:Location

6.3.9 Property: themes

The axiomatization of dcat:themeTaxonomy is being re-evaluated as part of the revision of DCAT.

RDF Property:dcat:themeTaxonomy
Definition:The knowledge organization system (KOS) used to classify catalog's datasets.
Domain:dcat:Catalog
Range:skos:ConceptScheme

6.3.10 Property: license

Models for the kind of license or rights representation indicated by the dct:license property are being considered as part of the revision of DCAT.

RDF Property:dct:license
Definition:This links to the license document under which the catalog is made available and not the datasets. Even if the license of the catalog applies to all of its datasets and distributions, it should be replicated on each distribution.
Range:dct:LicenseDocument
See also:catalog rights, distribution license

6.3.11 Property: rights

RDF Property:dct:rights
Definition:This describes the rights under which the catalog can be used/reused and not the datasets. Even if theses rights apply to all the catalog datasets and distributions, it should be replicated on each distribution.
Range:dct:RightsStatement
See also:catalog license, distribution rights

6.3.12 Property: dataset

The need for resources other than dcat:Dataset to be included in a catalog is being considered as part of the revision of DCAT. Also see Issue #172.

The axiomatization of dcat:dataset is being re-evaluated as part of the revision of DCAT.

RDF Property:dcat:dataset
Definition:A dataset that is part of the catalog.
Sub property of:dct:hasPart
Domain:dcat:Catalog
Range:dcat:Dataset

6.3.13 Property: catalog record

The axiomatization of dcat:record is being re-evaluated as part of the revision of DCAT.

RDF Property:dcat:record
Definition:A catalog record that is part of the catalog.
Domain:dcat:Catalog
Range:dcat:CatalogRecord

6.4 Class: Catalog record

The following properties are recommended for use on this class: description, listing date, primary topic, title, update date

The need to be able to express rights relating to the re-use of DCAT metadata has been identified as a requirement to be satisfied in the revision of DCAT.

The need to be able to link a metadata record to its original source has been identified as a requirement to be satisfied in the revision of DCAT.

The use of guarded constraints (existence, cardinality, range-type) to control the usage of the recommended properties in the context of a class is being considered as part of the revision of DCAT.

A number of requirements identify the need to provide better support for Dataset and Record provenance - see Issue #78, Issue #77, Issue #76, Issue #71, Issue #66, Issue #63, Issue #57, . It has been suggested that many of the requirements can be satisfied by using the [PROV-O] ontology, in particular by making dcat:Dataset and/or dcat:CatalogRecord a sub-class of prov:Entity. A preliminary alignment of DCAT with PROV-O is available.

RDF Class:dcat:CatalogRecord
Definition:A record in a data catalog, describing a single dataset.
Usage noteThis class is optional and not all catalogs will use it. It exists for catalogs where a distinction is made between metadata about a dataset and metadata about the dataset's entry in the catalog. For example, the publication date property of the dataset reflects the date when the information was originally made available by the publishing agency, while the publication date of the catalog record is the date when the dataset was added to the catalog. In cases where both dates differ, or where only the latter is known, the publication date should only be specified for the catalog record. Notice that the W3C PROV Ontology [PROV-O] allows describing further provenance information such as the details of the process and the agent involved in a particular change to a dataset.
See alsoDataset

If a catalog is represented as an RDF Dataset with named graphs (as defined in [SPARQL11-QUERY]), then it is appropriate to place the description of each dataset (consisting of all RDF triples that mention the dcat:Dataset, dcat:CatalogRecord, and any of its dcat:Distributions) into a separate named graph. The name of that graph should be the IRI of the catalog record.

6.4.1 Property: title

RDF Property:dct:title
Definition:A name given to the record.
Range:rdfs:Literal

6.4.2 Property: description

RDF Property:dct:description
Definition:free-text account of the record.
Range:rdfs:Literal

6.4.3 Property: listing date

RDF Property:dct:issued
Definition:The date of listing the corresponding dataset in the catalog.
Range:rdfs:Literal encoded using the relevant ISO 8601 Date and Time compliant string [DATETIME] and typed using the appropriate XML Schema datatype [XMLSCHEMA11-2]
Usage note:This indicates the date of listing the dataset in the catalog and not the publication date of the dataset itself.
See also: dataset release date

6.4.4 Property: update/modification date

RDF Property:dct:modified
Definition:Most recent date on which the catalog entry was changed, updated or modified.
Range:rdfs:Literal encoded using the relevant ISO 8601 Date and Time compliant string [DATETIME] and typed using the appropriate XML Schema datatype [XMLSCHEMA11-2]
Usage note:This indicates the date of last change of a catalog entry, i.e. the catalog metadata description of the dataset, and not the date of the dataset itself.
See also: dataset modification date

6.4.5 Property: primary topic

RDF Property:foaf:primaryTopic
Definition:Links the catalog record to the dcat:Dataset resource described in the record.
Usage note:foaf:primaryTopic property is functional: each catalog record can have at most one primary topic i.e. describes one dataset.

6.5 Class: Dataset

The following properties are recommended for use on this class: contact point, description, distribution, frequency, identifier, keyword, landing page, language, publisher, release date, spatial coverage, temporal coverage, theme, title, type, update date,

The need to provide hook for quality information concerning a dcat:Dataset has been identified as a requirement to be satisfied in the revision of DCAT.

The need to choose or define a data quality model has been identified as a requirement to be satisfied in the revision of DCAT.

The need to more formally encode access restrictions for both datasets and distributions has been identified as a requirement to be satisfied in the revision of DCAT.

The need to provide richer descriptions of dataset aspects (e.g. instrument/sensor used, spatial feature, observable property, quantity kind) has been identified as a requirement to be satisfied in the revision of DCAT.

The need to provide better guidance and vocabulary elements for dataset citation has been identified as a requirement to be satisfied in the revision of DCAT.

The possible association of datasets with zero or multiple catalogs has been identified as a requirement to be satisfied in the revision of DCAT.

The need to be able to link a dataset with publications arising from it has been identified as a requirement to be satisfied in the revision of DCAT.

The need to be able to link a dataset with the source of funding that supported its production has been identified as a requirement to be satisfied in the revision of DCAT.

The need to be able to describe the business or project context related to dataset production has been identified as a requirement to be satisfied in the revision of DCAT.

The need provide a more comprehensive method for describing dataset provenance has been identified as a requirement to be satisfied in the revision of DCAT. A preliminary alignment of DCAT with PROV-O is available.

The need to be able to link a dataset with the business or project context of its production has been identified as a requirement to be satisfied in the revision of DCAT.

The need describe relationships between datasets has been identified as a requirement to be satisfied in the revision of DCAT.

The need to be able to provide summary statistics about a dataset has been identified as a requirement to be satisfied in the revision of DCAT.

The need to be able to provide usage notes for a dataset or distribution has been identified as a requirement to be satisfied in the revision of DCAT.

The need to be able to describe version relationships of datasets has been identified as a requirement to be satisfied in the revision of DCAT. Also see detailed requirements in Issue #89, Issue #91, Issue #92, Issue #93,

The option of allowing license and rights information to be associated with a dcat:Dataset, as well as dcat:Distribution, is being considered as part of the revision of DCAT.

The use of guarded constraints (existence, cardinality, range-type) to control the usage of the recommended properties in the context of a class is being considered as part of the revision of DCAT.

A number of requirements identify the need to provide better support for Dataset and Record provenance - see Issue #78, Issue #77, Issue #76, Issue #71, Issue #66, Issue #63, Issue #57, . It has been suggested that many of the requirements can be satisfied by using the [PROV-O] ontology, in particular by making dcat:Dataset and/or dcat:CatalogRecord a sub-class of prov:Entity. A preliminary alignment of DCAT with PROV-O is available.

RDF Class:dcat:Dataset
Definition:A collection of data, published or curated by a single agent, and available for access or download in one or more formats.
Sub class of:
Usage note:This class represents the actual dataset as published by the dataset publisher. In cases where a distinction between the actual dataset and its entry in the catalog is necessary (because metadata such as modification date and maintainer might differ), the catalog record class can be used for the latter.
See also:Catalog record
Note

In DCAT 2014 [VOCAB-DCAT] dcat:Dataset was a sub-class of dctype:Dataset, which is a member of the DCMI Types vocabulary [DCTERMS]. This relationship has been removed in the revised DCAT vocabulary - see Issue #98.

6.5.1 Property: title

RDF Property:dct:title
Definition:A name given to the dataset.
Range:rdfs:Literal

6.5.2 Property: description

RDF Property:dct:description
Definition:free-text account of the dataset.
Range:rdfs:Literal

6.5.3 Property: release date

RDF Property:dct:issued
Definition:Date of formal issuance (e.g., publication) of the dataset.
Range:rdfs:Literal encoded using the relevant ISO 8601 Date and Time compliant string [DATETIME] and typed using the appropriate XML Schema datatype [XMLSCHEMA11-2]
Usage note:This property should be set using the first known date of issuance.

6.5.4 Property: update/modification date

RDF Property:dct:modified
Definition:Most recent date on which the dataset was changed, updated or modified.
Range:rdfs:Literal encoded using the relevant ISO 8601 Date and Time compliant string [DATETIME] and typed using the appropriate XML Schema datatype [XMLSCHEMA11-2]
Usage note:The value of this property indicates a change to the actual dataset, not a change to the catalog record. An absent value may indicate that the dataset has never changed after its initial publication, or that the date of last modification is not known, or that the dataset is continuously updated.
See also:frequency

6.5.5 Property: language

RDF Property:dct:language
Definition:The language of the dataset.
Range:dct:LinguisticSystem
Resources defined by the Library of Congress (1, 2) SHOULD be used.
If a ISO 639-1 (two-letter) code is defined for language, then its corresponding IRI SHOULD be used; if no ISO 639-1 code is defined, then IRI corresponding to the ISO 639-2 (three-letter) code SHOULD be used.
Usage note:
  • This overrides the value of the catalog language in case of conflict.
  • If the dataset is available in multiple languages, use multiple values for this property. If each language is available separately, define an instance of dcat:Distribution for each language and describe the specific language of each distribution using dct:language (i.e. the dataset will have multiple dct:language values and each distribution will have one of these languages as value of its dct:language property).

6.5.6 Property: publisher

The desire to have qualified forms of properties (as done in [PROV-O]) has been raised. If dcat:Dataset is a prov:Entity (not decided yet) then `publisher` could be a qualified prov:Entity -> prov:Agent relationship.

RDF Property:dct:publisher
Definition:An entity responsible for making the dataset available.
Usage note:Resources of type foaf:Agent are recommended as values for this property.
See also:Class: Organization/Person

6.5.7 Property: frequency

RDF Property:dct:accrualPeriodicity
Definition:The frequency at which dataset is published.
Range:dct:Frequency (A rate at which something recurs)

6.5.8 Property: identifier

The desirability of dereferenceable identifiers has been raised as an item for consideration in the revision of DCAT. dct:identifier has limited expressivity for this. It has been suggested that ADMS identifier, or a property from another ontology might be recruited to help DCAT in this area.

The need to clearly distinguish between primary and legacy identifiers for a dataset has been identified as a requirement to be satisfied in the revision of DCAT.

The need to indicate the scheme or authority for identifiers for a dataset has been identified as a requirement to be satisfied in the revision of DCAT.

RDF Property:dct:identifier
Definition:A unique identifier of the dataset.
Range:rdfs:Literal
Usage note:The identifier might be used as part of the URI of the dataset, but still having it represented explicitly is useful.

6.5.9 Property: spatial/geographical coverage

The need to indicate the spatial reference system used in the spatial description of a dataset has been identified as a requirement to be satisfied in the revision of DCAT.

The need to be able to describe the spatial coverage of a dataset as a geometry has been identified as a requirement to be satisfied in the revision of DCAT.

RDF Property:dct:spatial
Definition:Spatial coverage of the dataset.
Range:dct:Location (A spatial region or named place)

6.5.10 Property: temporal coverage

The need to be able to describe the temporal coverage of a dataset in a structure way has been identified as a requirement to be satisfied in the revision of DCAT.

RDF Property:dct:temporal
Definition:The temporal period that the dataset covers.
Range:dct:PeriodOfTime (An interval of time that is named or defined by its start and end dates)

6.5.11 Property: theme/category

Note

In DCAT 2014 [VOCAB-DCAT] the domain of dcat:theme was dcat:Dataset, which limited use of this property in other contexts. The domain has been relaxed in this revision - see Issue #123.

RDF Property:dcat:theme
Definition:The main category of the resource. A resource can have multiple themes.
Sub property of:dct:subject
Range:skos:Concept
Usage note:The set of skos:Concepts used to categorize the resources are organized in a skos:ConceptScheme describing all the categories and their relations in the catalog.
See also:catalog themes taxonomy

6.5.12 Property: type/genre

Note

Added in DCAT revision - see Issue #64.

RDF Property:dct:type
Definition:The nature or genre of the resource.
Sub property of:dc:type
Range:rdfs:Class
Usage note:Recommended best practice is to use a value from a controlled vocabulary, such as:
  1. DCMI Type vocabulary [DCTERMS]
  2. ISO 19115 scope codes [ISO-19115-1]
  3. Datacite resource types [DataCite]
  4. PARSE.Insight content-types used by re3data.org [RE3DATA-SCHEMA] (see item 15 contentType)
  5. MARC intellectual resource types
To describe the file format, physical medium, or dimensions of the resource, use the dct:format element.

6.5.13 Property: keyword/tag

Note

In DCAT 2014 [VOCAB-DCAT] the domain of dcat:keyword was dcat:Dataset, which limited use of this property in other contexts. The domain has been relaxed in this revision - see Issue #121.

RDF Property:dcat:keyword
Definition:A keyword or tag describing the resource.
Range:rdfs:Literal

6.5.14 Property: contact point

Note

In DCAT 2014 [VOCAB-DCAT] the domain of dcat:contactPoint was dcat:Dataset, which limited use of this property in other contexts. The domain has been relaxed in this revision - see Issue #95.

The axiomatization of dcat:contactPoint is being re-evaluated as part of the revision of DCAT.

RDF Property:dcat:contactPoint
Definition:Link a dataset to relevant contact information which is provided using vCard [VCARD-RDF].
Range:vcard:Kind

6.5.15 Property: dataset distribution

The axiomatization of dcat:distribution is being re-evaluated as part of the revision of DCAT.

RDF Property:dcat:distribution
Definition:Connects a dataset to its available distributions.
Domain:dcat:Dataset
Range:dcat:Distribution

6.5.16 Property: landing page

Note

In DCAT 2014 [VOCAB-DCAT] the domain of dcat:landingPage was dcat:Dataset, which limited use of this property in other contexts. The domain has been relaxed in this revision - see Issue #122.

RDF Property:dcat:landingPage
Definition:A Web page that can be navigated to in a Web browser to gain access to the dataset, its distributions and/or additional information.
Sub property of:foaf:page
Range:foaf:Document
Usage note: If the distribution(s) are accessible only through a landing page (i.e. direct download URLs are not known), then the landing page link SHOULD be duplicated as dcat:accessURL on a distribution. (see example 4.4)

6.6 Class: Distribution

The following properties are recommended for use on this class: access URL, byte size, description, download URL, format, license, media type, release date, rights, title, update date

The definition of dcat:Distribution is being re-evaluated as part of the revision of DCAT. In particular to clarify if distribution includes services as well as files.

The packaging of files in a dcat:Distribution is being considered as part of the revision of DCAT.

The need to provide a way to indicate the structure or schema of data in a dcat:Distribution (in addition to the media-type or serialization) has been identified as a requirement to be satisfied in the revision of DCAT.

The need to provide more information about the nature of data service - a kind of dcat:Distribution - has been identified as a requirement to be satisfied in the revision of DCAT.

The need to more formally encode access restrictions for both datasets and distributions has been identified as a requirement to be satisfied in the revision of DCAT.

The need to be able to provide usage notes for a dataset or distribution has been identified as a requirement to be satisfied in the revision of DCAT.

The use of guarded constraints (existence, cardinality, range-type) to control the usage of the recommended properties in the context of a class is being considered as part of the revision of DCAT.

The possible need to provide guidance regarding the extension of the notion distribution is being considered for the revision of DCAT.

RDF class:dcat:Distribution
Definition:Represents a specific available form of a dataset. Each dataset might be available in different forms, these forms might represent different formats of the dataset or different endpoints. Examples of distributions include a downloadable CSV file, an API or an RSS feed
Usage note:This represents a general availability of a dataset it implies no information about the actual access method of the data, i.e. whether it is a direct download, API, or some through Web page. The use of dcat:downloadURL property indicates directly downloadable distributions.

6.6.1 Property: title

RDF Property:dct:title
Definition:A name given to the distribution.
Range:rdfs:Literal

6.6.2 Property: description

RDF Property:dct:description
Definition:free-text account of the distribution.
Range:rdfs:Literal

6.6.3 Property: release date

RDF Property:dct:issued
Definition:Date of formal issuance (e.g., publication) of the distribution.
Range:rdfs:Literal encoded using the relevant ISO 8601 Date and Time compliant string [DATETIME] and typed using the appropriate XML Schema datatype [XMLSCHEMA11-2]
Usage note:This property should be set using the first known date of issuance.
See also: dataset release date

6.6.4 Property: update/modification date

RDF Property:dct:modified
Definition:Most recent date on which the distribution was changed, updated or modified.
Range:rdfs:Literal encoded using the relevant ISO 8601 Date and Time compliant string [DATETIME] and typed using the appropriate XML Schema datatype [XMLSCHEMA11-2]
See also: dataset modification date

6.6.5 Property: license

RDF Property:dct:license
Definition:This links to the license document under which the distribution is made available.
Range:dct:LicenseDocument
See also: distribution rights, catalog license

6.6.6 Property: rights

RDF Property:dct:rights
Definition:Information about rights held in and over the distribution.
Range:dct:RightsStatement
Usage note:dct:license, which is a sub-property of dct:rights, can be used to link a distribution to a license document. However, dct:rights allows linking to a rights statement that can include licensing information as well as other information that supplements the licence such as attribution.
See also: distribution license, catalog rights

6.6.7 Property: access URL

The axiomatization of dcat:accessURL is being re-evaluated as part of the revision of DCAT.

The granularity of dcat:accessURL is being re-considered to provide different usages for list and item endpoints as well as supporting the declaration of different profiles (for list results and data payload).

RDF Property:dcat:accessURL
Definition:A landing page, feed, SPARQL endpoint or other type of resource that gives access to the distribution of the dataset
Domain:dcat:Distribution
Range:rdfs:Resource
Usage note:
  • Use dcat:accessURL, and not dcat:downloadURL, when it is definitely not a download or when you are not sure whether it is.
  • If the distribution(s) are accessible only through a landing page (i.e. direct download URLs are not known), then the landing page link SHOULD be duplicated as dcat:accessURL on a distribution. (see example 4.4)
See alsodistribution download URL

6.6.8 Property: download URL

The axiomatization of dcat:downloadURL is being re-evaluated as part of the revision of DCAT.

RDF Property:dcat:downloadURL
Definition:A file that contains the distribution of the dataset in a given format
Domain:dcat:Distribution
Range:rdfs:Resource
Usage note: dcat:downloadURL is a specific form of dcat:accessURL. Nevertheless, DCAT does not define dcat:downloadURL as a subproperty of dcat:accessURL not to enforce this entailment as DCAT profiles may wish to impose a stronger separation where they only use dcat:accessURL for non-download locations.
See alsodistribution access URL

6.6.9 Property: byteSize

The axiomatization of dcat:byteSize is being re-evaluated as part of the revision of DCAT.

RDF Property:dcat:byteSize
Definition:The size of a distribution in bytes.
Domain:dcat:Distribution
Range:rdfs:Literal typed as xsd:decimal.
Usage note:The size in bytes can be approximated when the precise size is not known.

6.6.10 Property: media type

The axiomatization of dcat:mediaType is being re-evaluated as part of the revision of DCAT.

RDF Property:dcat:mediaType
Definition:The media type of the distribution as defined by IANA [IANA-MEDIA-TYPES].
Sub property of:dct:format
Domain:dcat:Distribution
Range:dct:MediaTypeOrExtent
Usage note:This property SHOULD be used when the media type of the distribution is defined in IANA [IANA-MEDIA-TYPES], otherwise dct:format MAY be used with different values.
See also: format

6.6.11 Property: format

RDF Property:dct:format
Definition:The file format of the distribution.
Range:dct:MediaTypeOrExtent
Usage note: dcat:mediaType SHOULD be used if the type of the distribution is defined by IANA [IANA-MEDIA-TYPES].

6.7 Class: Concept scheme

RDF Class:skos:ConceptScheme
Definition:The knowledge organization system (KOS) used to represent themes/categories of datasets in the catalog.
See also:catalog themes, dataset theme

6.8 Class: Concept

RDF Class:skos:Concept
Definition:A category or a theme used to describe datasets in the catalog.
Usage note:It is recommended to use either skos:inScheme or skos:topConceptOf on every skos:Concept used to classify datasets to link it to the concept scheme it belongs to. This concept scheme is typically associated with the catalog using dcat:themeTaxonomy
See also:catalog themes, dataset theme

6.9 Class: Organization/Person

RDF Classes:foaf:Person for people and foaf:Organization for government agencies or other entities.
Usage note:[FOAF] provides sufficient properties to describe these entities.

7. Provenance patterns

A number of requirements identify the need to provide better support for Dataset and Record provenance - see Issue #78, Issue #77, Issue #76, Issue #71, Issue #66, Issue #63, Issue #57, . It has been suggested that many of the requirements can be satisfied by using capabilities from the [PROV-O] ontology, in particular by treating dcat:Dataset and/or dcat:CatalogRecord a sub-class of prov:Entity. A preliminary alignment of DCAT with PROV-O is available.

Note

In this chapter it is planned to describe patterns for the use of the [PROV-O] vocabulary to support the various provenance-related requirements. See Milestone 2 for more discussion.

8. License and rights statements

Note

DCAT 2014 handling of license and rights do not appear to satisfy all requirements. The recently completed W3C ODRL vocabulary [ODRL-VOCAB] provides a rich language for describing many kinds of rights and obligations. In this chapter it is planned to describe some patterns for linking DCAT Datasets and/or Distributions to suitable rights expressions. See Milestone 1 for more discussion.

9. Dataset versions

The need to be able to describe version relationships of datasets has been identified as a requirement to be satisfied in the revision of DCAT. Also see detailed requirements in Issue #89, Issue #91, Issue #92, Issue #93,

Note

In this chapter it is planned to describe some patterns for describing Dataset and/or Distribution versions. See Milestone 6 for more discussion.

10. Alignment with other metadata vocabularies

An alignment of DCAT with schema.org is being prepared. A provisional version is available.

An alignment of DCAT with PROV-O [PROV-O] is being prepared. A provisional version is available.

An alignment of DCAT with DATS [DATS] is being considered.

An alignment of DCAT with HCLS [HCLS-Dataset] is being prepared.

An alignment of DCAT with ISO 19115 [ISO-19115-1] is being prepared.

An alignment of DCAT with Datacite metadata schema [DataCite] is being prepared.

An alignment of DCAT with DDI [DDI] is being prepared.

Note

See Milestone 4 for more discussion.

11. DCAT Profiles

DCAT provides a generic metadata vocabulary for cataloguing datasets. Profiles of DCAT are required for spcific applications and disciplines. Providing a model and formalization for DCAT profiles is planned to be an important part of this revision. Also see Issue #73, Issue #74, Issue #75.

Note

See Milestone 3 for more discussion.

A. Issue Summary

B. Acknowledgments

The editors gratefully acknowledge the contributions made to this document by all members of the working group.

The editors also gratefully acknowledge the chairs of this Working Group: Karen Coyle, Caroline Burle and Peter Winstanley — and staff contacts Phil Archer and Dave Raggett.

C. Change history

A full change-log is available on GitHub

C.1 Changes since the W3C Recommendation of 16 January 2014

The document has undergone the following changes since the W3C Recommendation of 16 January 2014:

D. References

D.1 Normative references

[DATETIME]
Date and Time Formats. W3C. 27 August 1998. W3C Note. URL: https://www.w3.org/TR/NOTE-datetime
[DC11]
Dublin Core Metadata Element Set, Version 1.1. Dublin Core metadata initiative.14 June 2012. DCMI recommendation. URL: http://dublincore.org/documents/2012/06/14/dces/
[DCTERMS]
DCMI Metadata Terms. Dublin Core metadata initiative.14 June 2012. DCMI Recommendation. URL: http://dublincore.org/documents/dcmi-terms/
[FOAF]
FOAF Vocabulary Specification 0.99 (Paddington Edition). Dan Brickley; Libby Miller. FOAF project. 14 January 2014. URL: http://xmlns.com/foaf/spec
[IANA-MEDIA-TYPES]
Media Types. IANA. URL: https://www.iana.org/assignments/media-types/
[RDF-SCHEMA]
RDF Schema 1.1. Dan Brickley; Ramanathan Guha. W3C. 25 February 2014. W3C Recommendation. URL: https://www.w3.org/TR/rdf-schema/
[RFC2119]
Key words for use in RFCs to Indicate Requirement Levels. S. Bradner. IETF. March 1997. Best Current Practice. URL: https://tools.ietf.org/html/rfc2119
[SKOS-REFERENCE]
SKOS Simple Knowledge Organization System Reference. Alistair Miles; Sean Bechhofer. W3C. 18 August 2009. W3C Recommendation. URL: https://www.w3.org/TR/skos-reference/
[VCARD-RDF]
vCard Ontology - for describing People and Organizations. Renato Iannella; James McKinney. W3C. 22 May 2014. W3C Note. URL: https://www.w3.org/TR/vcard-rdf/
[VOCAB-DCAT]
Data Catalog Vocabulary (DCAT). Fadi Maali; John Erickson. W3C. 16 January 2014. W3C Recommendation. URL: https://www.w3.org/TR/vocab-dcat/
[XMLSCHEMA11-2]
W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes. David Peterson; Sandy Gao; Ashok Malhotra; Michael Sperberg-McQueen; Henry Thompson; Paul V. Biron et al. W3C. 5 April 2012. W3C Recommendation. URL: https://www.w3.org/TR/xmlschema11-2/

D.2 Informative references

[DataCite]
DataCite Metadata Schema. DataCite Metadata Working Group. DataCite e.V. 23 October 2017. URL: https://schema.datacite.org/
[DATS]
Data Tag Suite. Philippe Rocca-Serra; Alejandra Gonzalez-Beltran. NIH Big Data 2 Knowledge bioCADDIE project. 2016. URL: http://wg3-metadataspecifications.readthedocs.io/
[DCAT-AP]
DCAT Application Profile for data portals in Europe. Version 1.1. European Commission. 24 February 2017. URL: http://data.europa.eu/w21/ac376c94-74cf-4dd7-ade7-267d6a4ec4dc
[DCAT-UCR]
Dataset Exchange Use Cases and Requirements. Ixchel Faniel; Jaroslav Pullmann; Rob Atkinson. W3C. 12 December 2017. W3C Note. URL: https://www.w3.org/TR/dcat-ucr/
[DDI]
Data Documentation Initiative. DDI Alliance. URL: http://www.ddialliance.org/explore-documentation
[HCLS-Dataset]
Dataset Descriptions: HCLS Community Profile. Alasdair Gray; M. Scott Marshall; Michel Dumontier. W3C. 14 May 2015. W3C Note. URL: https://www.w3.org/TR/hcls-dataset/
[ISO-19115-1]
Geographic information -- Metadata -- Part 1: Fundamentals. ISO/TC 211. ISO. 2014. International Standard. URL: https://www.iso.org/standard/53798.html
[ODRL-VOCAB]
ODRL Vocabulary & Expression 2.2. Renato Iannella; Michael Steidl; Stuart Myles; Víctor Rodríguez-Doncel. W3C. 15 February 2018. W3C Recommendation. URL: https://www.w3.org/TR/odrl-vocab/
[PROV-O]
PROV-O: The PROV Ontology. Timothy Lebo; Satya Sahoo; Deborah McGuinness. W3C. 30 April 2013. W3C Recommendation. URL: https://www.w3.org/TR/prov-o/
[RE3DATA-SCHEMA]
Metadata Schema for the Description of Research Data Repositories: version 3. Jessika Rücknagel; Paul Vierkant; Robert Ulrich; Gabriele Kloska; Edeltraud Schnepf; David Fichtmüller; Evelyn Reuter; Angelika Semrau; Maxi Kindling; Heinz Pampel; Michael Witt; Florian Fritze; Stephanie van de Sandt; Jens Klump; Hans-Jürgen Goebelbecker; Michael Skarupianski; Roland Bertelmann; Peter Schirmbacher; Frank Scholze; Claudia Kramer; Claudio Fuchs; Shaked Spier; Agnes Kirchhoff. GFZ Potsdam. 17 December 2015. URL: https://doi.org/10.2312/re3.008
[SPARQL11-QUERY]
SPARQL 1.1 Query Language. Steven Harris; Andy Seaborne. W3C. 21 March 2013. W3C Recommendation. URL: https://www.w3.org/TR/sparql11-query/
[Turtle]
RDF 1.1 Turtle. Eric Prud'hommeaux; Gavin Carothers. W3C. 25 February 2014. W3C Recommendation. URL: https://www.w3.org/TR/turtle/
[VOCAB-DATA-CUBE]
The RDF Data Cube Vocabulary. Richard Cyganiak; Dave Reynolds. W3C. 16 January 2014. W3C Recommendation. URL: https://www.w3.org/TR/vocab-data-cube/
[VOID]
Describing Linked Datasets with the VoID Vocabulary. Keith Alexander; Richard Cyganiak; Michael Hausenblas; Jun Zhao. W3C. 3 March 2011. W3C Note. URL: https://www.w3.org/TR/void/