access URL

Could be any kind of URL that gives access to a distribution of the dataset. E.g. landing page, download, feed URL, SPARQL endpoint. Use when your catalog does not have information on which it is or when it is definitely not a download.

Comment
enCould be any kind of URL that gives access to a distribution of the dataset. E.g. landing page, download, feed URL, SPARQL endpoint. Use when your catalog does not have information on which it is or when it is definitely not a download.
Domain
Distribution
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
enaccess URL
Range
Resource
UsageNote
enThe value is a URL. 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 accessURL on a distribution.

byte size

The size of a distribution in bytes.

Comment
enThe size of a distribution in bytes.
Domain
Distribution
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
enbyte size
Range
Literal
UsageNote
enThe size in bytes can be approximated when the precise size is not known. The literal value of dcat:byteSize should by typed as xsd:decimal

Catalog

A curated collection of metadata about datasets

Comment
enA curated collection of metadata about datasets
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
enCatalog
UsageNote
enTypically, a web-based data catalog is represented as a single instance of this class.

Catalog Record

A record in a data catalog, describing a single dataset.

Comment
enA record in a data catalog, describing a single dataset.
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
enCatalog Record
UsageNote
enThis 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 allows describing further provenance information such as the details of the process and the agent involved in a particular change to a dataset.

contact point

Links a dataset to relevant contact information which is provided using VCard.

Comment
enLinks a dataset to relevant contact information which is provided using VCard.
Domain
Dataset
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
encontact point
Range
Kind

data dictionary (Deprecated)

links a dataset to a dictionary that helps interpreting the data. This term has been deprecated

Comment
links a dataset to a dictionary that helps interpreting the data. This term has been deprecated
Deprecated
true
Domain
Dataset
IsDefinedBy
dcat#
Label
data dictionary (Deprecated)

data quality (Deprecated)

describes the quality of data e.g. precision. This should not be used to describe the data collection characteristics, other more specialized statistical properties can be used instead. This term has been deprecated

Comment
describes the quality of data e.g. precision. This should not be used to describe the data collection characteristics, other more specialized statistical properties can be used instead. This term has been deprecated
Deprecated
true
Domain
Dataset
IsDefinedBy
dcat#
Label
data quality (Deprecated)

Dataset

A collection of data, published or curated by a single source, and available for access or download in one or more formats

Comment
enA collection of data, published or curated by a single source, and available for access or download in one or more formats
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
enDataset
SubClassOf
Dataset
UsageNote
enThis 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.

dataset

Links a catalog to a dataset that is part of the catalog.

Comment
enLinks a catalog to a dataset that is part of the catalog.
Domain
Catalog
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
endataset
Range
Dataset
SubPropertyOf
Has Part

Distribution

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

Comment
enRepresents 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
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
enDistribution
UsageNote
enThis 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.

distribution

Connects a dataset to one of its available distributions.

Comment
enConnects a dataset to one of its available distributions.
Domain
Dataset
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
endistribution
Range
Distribution

Download (Deprecated)

represents a downloadable distribution of a dataset. This term has been deprecated

Comment
represents a downloadable distribution of a dataset. This term has been deprecated
Deprecated
true
IsDefinedBy
dcat#
Label
Download (Deprecated)
SubClassOf
Distribution

download URL

This is a direct link to a downloadable file in a given format. E.g. CSV file or RDF file. The format is described by the distribution's dc:format and/or dcat:mediaType

Comment
enThis is a direct link to a downloadable file in a given format. E.g. CSV file or RDF file. The format is described by the distribution's dc:format and/or dcat:mediaType
Domain
Distribution
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
endownload URL
Range
Resource
UsageNote
enThe value is a URL.

Feed (Deprecated)

represents availability of a dataset as a feed. This term has been deprecated

Comment
represents availability of a dataset as a feed. This term has been deprecated
Deprecated
true
IsDefinedBy
dcat#
Label
Feed (Deprecated)
SubClassOf
Distribution

granularity (Deprecated)

describes the level of granularity of data in a dataset. The granularity can be in time, place etc. This term has been deprecated

Comment
describes the level of granularity of data in a dataset. The granularity can be in time, place etc. This term has been deprecated
Deprecated
true
Domain
Dataset
IsDefinedBy
dcat#
Label
granularity (Deprecated)

keyword

A keyword or tag describing the dataset.

Comment
enA keyword or tag describing the dataset.
Domain
Dataset
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
enkeyword
Range
Literal
SubPropertyOf
Subject

landing page

A Web page that can be navigated to in a Web browser to gain access to the dataset, its distributions and/or additional information.

Comment
enA Web page that can be navigated to in a Web browser to gain access to the dataset, its distributions and/or additional information.
Domain
Dataset
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
enlanding page
Range
Document
SubPropertyOf
Page
UsageNote
enIf 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 accessURL on a distribution.

media type

This property SHOULD be used when the media type of the distribution is defined in IANA, otherwise dct:format MAY be used with different values.

Comment
enThis property SHOULD be used when the media type of the distribution is defined in IANA, otherwise dct:format MAY be used with different values.
Domain
Distribution
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
enmedia type
Range
Media Type or Extent
SubPropertyOf
Format

record

Links a catalog to its records.

Comment
enLinks a catalog to its records.
Domain
Catalog
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
enrecord
Range
Catalog Record

size (Deprecated)

the size of a distribution. This term has been deprecated

Comment
the size of a distribution. This term has been deprecated
Deprecated
true
Domain
Distribution
IsDefinedBy
dcat#
Label
size (Deprecated)
SubPropertyOf
Extent

size in bytes (Deprecated)

describe size of resource in bytes. This term has been deprecated

Comment
describe size of resource in bytes. This term has been deprecated
Deprecated
true
Domain
Distribution
IsDefinedBy
dcat#
Label
size in bytes (Deprecated)
Range
integer
28 November 2013

The data catalog vocabulary

DCAT is an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web. By using DCAT to describe datasets in data catalogs, publishers increase discoverability and enable applications easily to consume metadata from multiple catalogs. It further enables decentralized publishing of catalogs and facilitates federated dataset search across sites. Aggregated DCAT metadata can serve as a manifest file to facilitate digital preservation. DCAT is defined at http://www.w3.org/TR/vocab-dcat/. Any variance between that normative document and this schema is an error in this schema.

Comment
enDCAT is an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web. By using DCAT to describe datasets in data catalogs, publishers increase discoverability and enable applications easily to consume metadata from multiple catalogs. It further enables decentralized publishing of catalogs and facilitates federated dataset search across sites. Aggregated DCAT metadata can serve as a manifest file to facilitate digital preservation. DCAT is defined at http://www.w3.org/TR/vocab-dcat/. Any variance between that normative document and this schema is an error in this schema.
Contributor

Boris Villazón-Terrazas

Name
Boris Villazón-Terrazas

Ghislain Auguste Atemezing

Name
Ghislain Auguste Atemezing
SeeAlso
gatemezing-foaf.rdf

Makx Dekkers

Homepage
makxdekkers.com/
Name
Makx Dekkers
SeeAlso
me

Marios Meimaris

Name
Marios Meimaris

Martin Alvarez-Espinar

Name
Martin Alvarez-Espinar

Phil Archer

Affiliation
W3C
Homepage
www.w3.org/People/all#phila
Name
Phil Archer
SeeAlso
me

Richard Cyganiak

Name
Richard Cyganiak

Rufus Pollock

Affiliation

Open Knowledge Foundation

Homepage
okfn.org
Name
Open Knowledge Foundation
Name
Rufus Pollock

Shuji Kamitsuna

Homepage
www.asahi-net.or.jp/~ax2s-kmtn/
Name
Shuji Kamitsuna

Vassilios Peristeras

Affiliation

European Commission, DG DIGIT

Homepage
ec.europa.eu/dgs/informatics/
Name
European Commission, DG DIGIT
Name
Vassilios Peristeras
Creator

Fadi Maali

Name
Fadi Maali
SeeAlso
foaf.ttl

John Erickson

Name
John Erickson
Date Modified
24 April 2012
20 September 2013
28 November 2013
Label
enThe data catalog vocabulary
Maker

Government Linked Data WG

Homepage
www.w3.org/2011/gld/
Name
Government Linked Data WG

theme

The main category of the dataset. A dataset can have multiple themes.

Comment
enThe main category of the dataset. A dataset can have multiple themes.
Domain
Dataset
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
entheme
Range
Concept
SubPropertyOf
Subject
UsageNote
enThe set of skos:Concepts used to categorize the datasets are organized in a skos:ConceptScheme describing all the categories and their relations in the catalog.

theme taxonomy

The knowledge organization system (KOS) used to classify catalog's datasets.

Comment
enThe knowledge organization system (KOS) used to classify catalog's datasets.
Domain
Catalog
IsDefinedBy
http://www.w3.org/TR/vocab-dcat/
Label
entheme taxonomy
Range
Concept Scheme

Web Service (Deprecated)

represents a web service that enables access to the data of a dataset. This term has been deprecated

Comment
represents a web service that enables access to the data of a dataset. This term has been deprecated
Deprecated
true
IsDefinedBy
dcat#
Label
Web Service (Deprecated)
SubClassOf
Distribution