language en

DATA-FW

Release 2024-02-01

This version:
https://w3id.org/data-fw/1.0.0
Latest version:
https://w3id.org/data-fw
Revision:
1.0.0
Imported Ontologies:
cube
core
prov-o#
<http://xmlns.com/foaf/0.1/>
Download serialization:
JSON-LD RDF/XML N-Triples TTL
License:
https://creativecommons.org/licenses/by/4.0/
Visualization:
Visualize with WebVowl
Cite as:
Revision: 1.0.0. Retrieved from: https://w3id.org/data-fw/1.0.0

Ontology Specification Draft

Abstract

DATA-FW has been developed as part of the MOCK-UP PhD project, which aims to enhance the FAIRness of domain datasets and facilitate dataset discovery by utilizing the characteristics of these datasets to meet user needs. This vocabulary dataset is intended to describe datasets using standard vocabularies, namely the DCAT and RDF Data Cube. Additionally, it will soon incorporate a vocabulary for expressing user needs and another for evaluating data quality.

Introduction back to ToC

This is a place holder text for the introduction. The introduction should briefly describe the ontology, its motivation, state of the art and goals.

Namespace declarations

Table 1: Namespaces used in the document
data-fw<https://w3id.org/data-fw>
schema<http://schema.org>
duv<http://www.w3.org/ns/duv>
ns<http://www.w3.org/ns>
owl<http://www.w3.org/2002/07/owl>
dqv<http://www.w3.org/ns/dqv>
xsd<http://www.w3.org/2001/XMLSchema>
skos<http://www.w3.org/2004/02/skos/core>
rdfs<http://www.w3.org/2000/01/rdf-schema>
ns1<http://www.w3.org/2006/vcard/ns>
qb<http://purl.org/linked-data/cube>
oa<http://www.w3.org/ns/oa>
dct<http://purl.org/dc/terms>
daq<http://purl.org/eis/vocab/daq>
xml<http://www.w3.org/XML/1998/namespace>
vocab<http://www.w3.org/1999/xhtml/vocab>
https<https:/>
dcat<http://www.w3.org/ns/dcat>
vann<http://purl.org/vocab/vann>
prov<http://www.w3.org/ns/prov>
foaf<http://xmlns.com/foaf/0.1>
obda<https://w3id.org/obda/vocabulary>
pav<http://purl.org/pav>
adms<http://www.w3.org/ns/adms>
org<http://www.w3.org/ns/org>
voaf<http://purl.org/vocommons/voaf>
dcmitype<http://purl.org/dc/dcmitype>
rdfg-1<http://www.w3.org/2004/03/trix/rdfg-1>
rdf<http://www.w3.org/1999/02/22-rdf-syntax-ns>
http<http:/>
bibo<http://purl.org/ontology/bibo>

Dataset Framework Ontology (DATA-FW): Overview back to ToC

This ontology has the following classes and properties.

Classes

Object Properties

Data Properties

Named Individuals

Dataset Framework Ontology (DATA-FW): Description back to ToC

This is a placeholder text for the description of your ontology. The description should include an explanation and a diagram explaining how the classes are related, examples of usage, etc.

Cross reference for Dataset Framework Ontology (DATA-FW) classes, properties and dataproperties back to ToC

This section provides details for each class and property defined by Dataset Framework Ontology (DATA-FW).

Classes

Catalogc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dcat#Catalog

A curated collection of metadata about resources (e.g., datasets and data services in the context of a data catalog).
A curated collection of metadata about resources.
Is defined by
http://www.w3.org/TR/vocab-dcat/
has super-classes
Dataset c
is in domain of
catalog op, dataset op, record op, resource op, service op, theme taxonomy op
is in range of
catalog op

Catalog Recordc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dcat#CatalogRecord

A record in a data catalog, describing the registration of a single dataset or data service.
A record in a data catalog, describing the registration of a single dataset or data service.
Is defined by
http://www.w3.org/TR/vocab-dcat/
has super-classes
is in range of
record op

Catalogued resourcec back to ToC or Class ToC

IRI: http://www.w3.org/ns/dcat#Resource

Resource published or curated by a single agent.
Resource published or curated by a single agent.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has sub-classes
Data service c, Dataset c
is in domain of
qualified relation op
is in range of
resource op

categoryc back to ToC or Class ToC

IRI: http://purl.org/eis/vocab/daq#Category

is equivalent to
Category c

Categoryc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dqv#Category

Represents a group of quality dimensions in which a common type of information is used as quality indicator.
has super-classes
concept
is in range of
in category op

Data servicec back to ToC or Class ToC

IRI: http://www.w3.org/ns/dcat#DataService

A site or end-point providing operations related to the discovery of, access to, or processing functions on, data or related resources.
A site or end-point providing operations related to the discovery of, access to, or processing functions on, data or related resources.
has super-classes
Catalogued resource c, service c
is in domain of
description of service end-point op, serves dataset op, service end-point op
is in range of
data access service op, service op

Data setc back to ToC or Class ToC

IRI: https://w3id.org/data-fw#Dataset

A data set (or dataset) is a collection of data. In the case of tabular data, a data set corresponds to one or more database tables, where every column of a table represents a particular variable, and each row corresponds to a given record of the data set in question. The data set lists values for each of the variables, such as for example height and weight of an object, for each member of the data set. Data sets can also consist of a collection of documents or files. In the open data discipline, data set is the unit to measure the information released in a public open data repository. The European data.europa.eu portal aggregates more than a million data sets. Wikipedia contributors. (2024, January 23). Data set. In Wikipedia, The Free Encyclopedia. Retrieved 11:40, February 14, 2024, from https://en.wikipedia.org/w/index.php?title=Data_set&oldid=1198181143

Datasetc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dcat#Dataset

A collection of data, published or curated by a single source, and available for access or download in one or more representations.
A collection of data, published or curated by a single source, and available for access or download in one or more representations.
Is defined by
http://www.w3.org/TR/vocab-dcat/
is equivalent to
Data set c
has super-classes
Catalogued resource c
has sub-classes
Catalog c, Dataset series c
is in domain of
distribution op
is in range of
dataset op, refers to dataset op, serves dataset op

Dataset seriesc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dcat#DatasetSeries

A collection of datasets that are published separately, but share some characteristics that group them.
A collection of datasets that are published separately, but share some common characteristics that groups them.
Is defined by
https://www.w3.org/TR/vocab-dcat-3/
has super-classes
Dataset c

dimensionc back to ToC or Class ToC

IRI: http://purl.org/eis/vocab/daq#Dimension

is equivalent to
Dimension c

Dimensionc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dqv#Dimension

Represents criteria relevant for assessing quality. Each quality dimension must have one or more metric to measure it. A dimension is linked with a category using the dqv:inCategory property.
has super-classes
concept
is in domain of
in category op
is in range of
in dimension op
has members
Precision ni

Distributionc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dcat#Distribution

A specific representation of a dataset. A dataset might be available in multiple serializations that may differ in various ways, including natural language, media-type or format, schematic organization, temporal and spatial resolution, level of detail or profiles (which might specify any or all of the above).
A specific representation of a dataset. A dataset might be available in multiple serializations that may differ in various ways, including natural language, media-type or format, schematic organization, temporal and spatial resolution, level of detail or profiles (which might specify any or all of the above).
Is defined by
http://www.w3.org/TR/vocab-dcat/
is in domain of
access address op, byte size dp, compression format op, download URL op, media type op, packaging format op
is in range of
distribution op

metricc back to ToC or Class ToC

IRI: http://purl.org/eis/vocab/daq#Metric

is equivalent to
Metric c

Metricc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dqv#Metric

Represents a standard to measure a quality dimension. An observation (instance of dqv:QualityMeasurement) assigns a value in a given unit to a Metric.
is in domain of
expected data type dp
is in range of
is measurement of op

observationc back to ToC or Class ToC

IRI: http://purl.org/eis/vocab/daq#Observation

is equivalent to
Quality Measurement c

Quality Annotationc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dqv#QualityAnnotation

Represents quality annotations, including ratings, quality certificates or feedback that can be associated to datasets or distributions. Quality annotations must have one oa:motivatedBy statement with an instance of oa:Motivation (and skos:Concept) that reflects a quality assessment purpose. We define this instance as dqv:qualityAssessment.
is equivalent to
motivation op value Quality assessment
has super-classes
annotation c
has sub-classes
Quality Certificate c, User Quality feedback c
is in range of
has quality annotation op

Quality Certificatec back to ToC or Class ToC

IRI: http://www.w3.org/ns/dqv#QualityCertificate

An annotation that associates a resource (especially, a dataset or a distribution) to another resource (for example, a document) that certifies the resource's quality according to a set of quality assessment rules.
has super-classes
Quality Annotation c

quality graphc back to ToC or Class ToC

IRI: http://purl.org/eis/vocab/daq#QualityGraph

is equivalent to
Quality Measurement Dataset c

Quality Measurementc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dqv#QualityMeasurement

Represents the evaluation of a given dataset (or dataset distribution) against a specific quality metric.
has super-classes
observation
is in domain of
computed on op, value dp
is in range of
has quality measurement op

Quality Measurement Datasetc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dqv#QualityMeasurementDataset

Represents a dataset of quality measurements, evaluations of one or more datasets (or dataset distributions) against specific quality metrics.
has super-classes
data set

Quality Metadatac back to ToC or Class ToC

IRI: http://www.w3.org/ns/dqv#QualityMetadata

Represents quality metadata, it is defined to group quality certificates, policies, measurements and annotations under a named graph.
has super-classes
graph c
is in range of
has quality metadata op

Quality Policyc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dqv#QualityPolicy

Represents a policy or agreement that is chiefly governed by data quality concerns.

Rating Feedbackc back to ToC or Class ToC

IRI: http://www.w3.org/ns/duv#RatingFeedback

Predefined criteria used to express a user opinion about a dataset or distribution using a discrete range of values.
is in domain of
has rating op

Relationshipc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dcat#Relationship

An association class for attaching additional information to a relationship between DCAT Resources.
An association class for attaching additional information to a relationship between DCAT Resources.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
is in range of
qualified relation op

Rolec back to ToC or Class ToC

IRI: http://www.w3.org/ns/dcat#Role

A role is the function of a resource or agent with respect to another resource, in the context of resource attribution or resource relationships.
A role is the function of a resource or agent with respect to another resource, in the context of resource attribution or resource relationships.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has super-classes
concept
is in range of
hadRole op

Usagec back to ToC or Class ToC

IRI: http://www.w3.org/ns/duv#Usage

A helpful description of actions that can be performed on a given dataset or distribution.
is in domain of
has usage tool op, refers to dataset op
is in range of
has dataset/distribution usage op

UsageToolc back to ToC or Class ToC

IRI: http://www.w3.org/ns/duv#UsageTool

A synopsis describing the way a tool can use a dataset or distribution.
is in range of
has usage tool op

User Feedbackc back to ToC or Class ToC

IRI: http://www.w3.org/ns/duv#UserFeedback

User feedback on the dataset. Expresses whether the dataset was useful or not, for example.
has sub-classes
User Quality feedback c
is in range of
has dataset feedback op

User Quality feedbackc back to ToC or Class ToC

IRI: http://www.w3.org/ns/dqv#UserQualityFeedback

Represents feedback that users have on the quality of datasets or distributions. Besides dqv:qualityAssessment, which is the motivation required by all quality annotations, one of the predefined instances of oa:Motivation should be indicated as motivation to distinguish among the different kinds of feedback, e.g., classifications, questions.
has super-classes
Quality Annotation c, User Feedback c

Object Properties

access addressop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#accessURL

A URL of a resource that gives access to a distribution of the dataset. E.g. landing page, feed, SPARQL endpoint. Use for all cases except a simple download link, in which case downloadURL is preferred.
A URL of a resource that gives access to a distribution of the dataset. E.g. landing page, feed, SPARQL endpoint. Use for all cases except a simple download link, in which case downloadURL is preferred.
Is defined by
http://www.w3.org/TR/vocab-dcat/
has domain
Distribution c
has range
resource c
has sub-property chains
data access service op o service end-point op

catalogop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#catalog

A catalog that is listed in the catalog.
A catalog that is listed in the catalog.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has super-properties
resource op
has domain
Catalog c
has range
Catalog c

compression formatop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#compressFormat

The compression format of the distribution in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file.
The compression format of the distribution in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has super-properties
format op
has domain
Distribution c
has range
media type c

computed onop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dqv#computedOn

has domain
Quality Measurement c
has range
resource c
is inverse of
has quality measurement op
is also defined as
named individual

contact pointop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#contactPoint

Relevant contact information for the catalogued resource. Use of vCard is recommended.
Relevant contact information for the catalogued resource. Use of vCard is recommended.
Is defined by
http://www.w3.org/TR/vocab-dcat/
has range
kind c

data access serviceop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#accessService

A site or end-point that gives access to the distribution of the dataset.
A site or end-point that gives access to the distribution of the dataset.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has range
Data service c

datasetop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#dataset

A dataset that is listed in the catalog.
A dataset that is listed in the catalog.
Is defined by
http://www.w3.org/TR/vocab-dcat/
has super-properties
resource op
has domain
Catalog c
has range
Dataset c

description of service end-pointop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#endpointDescription

A description of the service end-point, including its operations, parameters etc.
A description of the service end-point, including its operations, parameters etc.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has domain
Data service c

distributionop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#distribution

has domain
Dataset c
is inverse of
is distribution of op
is also defined as
annotation property

download URLop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#downloadURL

The URL of the downloadable file in a given format. E.g. CSV file or RDF file. The format is indicated by the distribution's dcterms:format and/or dcat:mediaType.
The URL of the downloadable file in a given format. E.g. CSV file or RDF file. The format is indicated by the distribution's dcterms:format and/or dcat:mediaType.
Is defined by
http://www.w3.org/TR/vocab-dcat/
has domain
Distribution c
has range
resource c

firstop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#first

The first resource in an ordered collection or series of resources, to which the current resource belongs.
The first resource in an ordered collection or series of resources, to which the current resource belongs.
Is defined by
https://www.w3.org/TR/vocab-dcat-3/
has super-properties
first op

hadRoleop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#hadRole

The function of an entity or agent with respect to another entity or resource.
The function of an entity or agent with respect to another entity or resource.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has domain
Relationship c or attribution
has range
Role c

has dataset feedbackop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/duv#hasFeedback

User feedback associated with Dataset or distribution
has range
User Feedback c

has dataset/distribution usageop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/duv#hasUsage

Dataset/distribution usage guidance or instructions.
has range
Usage c

has dimensionop back to ToC or Object Property ToC

IRI: http://purl.org/eis/vocab/daq#hasDimension

is inverse of
in category op

has distributorop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/duv#hasDistributor

The distributor is the organization that makes the dataset available for downloading and use.
has range
agent c

has quality annotationop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dqv#hasQualityAnnotation

Refers to a quality annotation. Quality annotation can be applied to any kind of resource, e.g., a dataset, a linkset, a graph, a set of triples. However, in the DQV context, this property is generally expected to be used in statements in which subjects are instances of dcat:Dataset or dcat:Distribution.
has super-properties
has range
Quality Annotation c

has quality measurementop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dqv#hasQualityMeasurement

Refers to the performed quality measurements. Quality measurements can be performed to any kind of resource (e.g., a dataset, a linkset, a graph, a set of triples). However, in the DQV context, this property is generally expected to be used in statements in which subjects are instances of dcat:Dataset or dcat:Distribution.
has range
Quality Measurement c
is inverse of
computed on op

has quality metadataop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dqv#hasQualityMetadata

Refers to a grouping of quality information such as certificates, policies, measurements and annotations as a named graph. Quality information represented in such a grouping can pertain to any kind of resource (e.g., a dataset, a linkset, a graph, a set of triples). However, in the DQV context, this property is generally expected to be used in statements in which subjects are instances of dcat:Dataset or dcat:Distribution.
has range
Quality Metadata c

has ratingop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/duv#hasRating

Rating Feedback has rating opinion
has domain
Rating Feedback c
has range
concept

has usage toolop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/duv#hasUsageTool

Describes the tool that provides the Usage
has domain
Usage c
has range
UsageTool c

has versionop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#hasVersion

This resource has a more specific, versioned resource [PAV].
This resource has a more specific, versioned resource [PAV].
Is defined by
https://www.w3.org/TR/vocab-dcat-3/
has super-properties
generalization of op, has version op
is inverse of
is version of op

homepageop back to ToC or Object Property ToC

IRI: http://xmlns.com/foaf/0.1/homepage

This axiom needed so that Protege loads DCAT 3 without errors.

in catalogop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#inCatalog

Is defined by
https://www.w3.org/TR/vocab-dcat-3/
is inverse of
resource op

in categoryop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dqv#inCategory

Represents the category a dimension is grouped in.
has domain
Dimension c
has range
Category c
is inverse of
has dimension op

in dimensionop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dqv#inDimension

Represents the dimensions a quality metric, certificate and annotation allow a measurement of.
has range
Dimension c

in seriesop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#inSeries

is inverse of
series member op
is also defined as
annotation property

is distribution ofop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#isDistributionOf

Is defined by
https://www.w3.org/TR/vocab-dcat-3/
is inverse of
distribution op

is measurement ofop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dqv#isMeasurementOf

has domain
observation
has range
Metric c
is also defined as
named individual

is version ofop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#isVersionOf

Is defined by
https://www.w3.org/TR/vocab-dcat-3/
is inverse of
has version op

landing pageop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#landingPage

A Web page that can be navigated to in a Web browser to gain access to the catalog, a dataset, its distributions and/or additional information.
A Web page that can be navigated to in a Web browser to gain access to the catalog, a dataset, its distributions and/or additional information.
Is defined by
http://www.w3.org/TR/vocab-dcat/
has super-properties
page op
has range
document c

media typeop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#mediaType

The media type of the distribution as defined by IANA
The media type of the distribution as defined by IANA.
Is defined by
http://www.w3.org/TR/vocab-dcat/
has super-properties
format op
has domain
Distribution c
has range
media type c

nextop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#next

Is defined by
https://www.w3.org/TR/vocab-dcat-3/
is inverse of
previous op

next versionop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#nextVersion

Is defined by
https://www.w3.org/TR/vocab-dcat-3/
is inverse of
previous version op

packaging formatop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#packageFormat

The package format of the distribution in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together.
The package format of the distribution in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has super-properties
format op
has domain
Distribution c
has range
media type c

previousop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#prev

The previous resource (before the current one) in an ordered collection or series of resources.
The previous resource (before the current one) in an ordered collection or series of resources.
Is defined by
https://www.w3.org/TR/vocab-dcat-3/
has super-properties
prev op
is inverse of
next op

previous versionop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#previousVersion

The previous version of a resource in a lineage [PAV].
The previous version of a resource in a lineage [PAV].
Is defined by
https://www.w3.org/TR/vocab-dcat-3/
has super-properties
was revision of
is inverse of
next version op

primary topicop back to ToC or Object Property ToC

IRI: http://xmlns.com/foaf/0.1/primaryTopic

This axiom needed so that Protege loads DCAT 3 without errors.

qualified relationop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#qualifiedRelation

Link to a description of a relationship with another resource.
Link to a description of a relationship with another resource.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has domain
Catalogued resource c
has range
Relationship c

recordop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#record

A record describing the registration of a single dataset or data service that is part of the catalog.
A record describing the registration of a single dataset or data service that is part of the catalog.
Is defined by
http://www.w3.org/TR/vocab-dcat/
has domain
Catalog c
has range
Catalog Record c

refers to datasetop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/duv#refersTo

Dataset associated with Usage.
has domain
Usage c
has range
Dataset c

resourceop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#resource

A resource that is listed in the catalog.
A resource that is listed in the catalog.
Is defined by
https://www.w3.org/TR/vocab-dcat-3/
has super-properties
has part op
has sub-properties
catalog op, dataset op, service op
has domain
Catalog c
has range
Catalogued resource c
is inverse of
in catalog op

series memberop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#seriesMember

Is defined by
https://www.w3.org/TR/vocab-dcat-3/
is inverse of
in series op

serves datasetop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#servesDataset

A collection of data that this DataService can distribute.
A collection of data that this DataService can distribute.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has domain
Data service c
has range
Dataset c

serviceop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#service

A service that is listed in the catalog.
A service that is listed in the catalog.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has super-properties
resource op
has domain
Catalog c
has range
Data service c

service end-pointop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#endpointURL

The root location or primary endpoint of the service (a web-resolvable IRI).
The root location or primary endpoint of the service (a web-resolvable IRI).
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has domain
Data service c
has range
resource c

themeop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#theme

A main category of the resource. A resource can have multiple themes.
A main category of the resource. A resource can have multiple themes.
Is defined by
http://www.w3.org/TR/vocab-dcat/
has super-properties
subject op

theme taxonomyop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/dcat#themeTaxonomy

The knowledge organization system (KOS) used to classify catalog's datasets.
The knowledge organization system (KOS) used to classify catalog's datasets.
Is defined by
http://www.w3.org/TR/vocab-dcat/
has domain
Catalog c
has range
resource c
range includes
ontology
collection
concept scheme

Data Properties

bounding boxdp back to ToC or Data Property ToC

IRI: http://www.w3.org/ns/dcat#bbox

The geographic bounding box of a spatial thing [SDW-BP].
The geographic bounding box of a spatial thing [SDW-BP].
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has domain
location c
has range
literal

byte sizedp back to ToC or Data Property ToC

IRI: http://www.w3.org/ns/dcat#byteSize

The size of a distribution in bytes.
The size of a distribution in bytes.
Is defined by
http://www.w3.org/TR/vocab-dcat/
has domain
Distribution c
has range
literal

centroiddp back to ToC or Data Property ToC

IRI: http://www.w3.org/ns/dcat#centroid

The geographic center (centroid) of a spatial thing [SDW-BP].
The geographic center (centroid) of a spatial thing [SDW-BP].
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has domain
location c
has range
literal

end datedp back to ToC or Data Property ToC

IRI: http://www.w3.org/ns/dcat#endDate

The end of the period.
The end of the period.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has domain
period of time c
has range
literal

expected data typedp back to ToC or Data Property ToC

IRI: http://www.w3.org/ns/dqv#expectedDataType

Represents the expected data type for metric's observed value (e.g. xsd:boolean, xsd:double etc...)
has domain
Metric c
has range
any simple type

geografisk opløsning (meter)dp back to ToC or Data Property ToC

IRI: http://www.w3.org/ns/dcat#spatialResolutionInMeters

mindste geografiske afstand som kan erkendes i et datasæt, målt i meter.
mindste geografiske afstand som kan resolveres i et datasæt, målt i meter.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has range
decimal

keyworddp back to ToC or Data Property ToC

IRI: http://www.w3.org/ns/dcat#keyword

A keyword or tag describing a resource.
A keyword or tag describing a resource.
Is defined by
http://www.w3.org/TR/vocab-dcat/
has range
literal

start datedp back to ToC or Data Property ToC

IRI: http://www.w3.org/ns/dcat#startDate

The start of the period
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has domain
period of time c
has range
literal

temporal resolutiondp back to ToC or Data Property ToC

IRI: http://www.w3.org/ns/dcat#temporalResolution

minimum time period resolvable in a dataset.
minimum time period resolvable in a dataset.
Is defined by
https://www.w3.org/TR/vocab-dcat-2/
has range
duration

valuedp back to ToC or Data Property ToC

IRI: http://www.w3.org/ns/dqv#value

has domain
Quality Measurement c
is also defined as
named individual

versiondp back to ToC or Data Property ToC

IRI: http://www.w3.org/ns/dcat#version

The version indicator (name or identifier) of a resource.
The version indicator (name or identifier) of a resource.
Is defined by
https://www.w3.org/TR/vocab-dcat-3/

Named Individuals

computed onni back to ToC or Named Individual ToC

IRI: http://www.w3.org/ns/dqv#computedOn

belongs to
dimension property
is also defined as
object property

dcatni back to ToC or Named Individual ToC

IRI: http://www.w3.org/ns/dcat

has facts
has version op dcat2
has version op dcat2014
has version op dcat3
previous version op dcat2
version dp "3"

dqvni back to ToC or Named Individual ToC

IRI: http://www.w3.org/ns/dqv

belongs to
vocabulary c
has facts
homepage op http://www.w3.org/TR/vocab-dqv/

duvni back to ToC or Named Individual ToC

IRI: http://www.w3.org/ns/duv

Is defined by
http://www.w3.org/TR/vocab-duv/
belongs to
vocabulary c

is measurement ofni back to ToC or Named Individual ToC

IRI: http://www.w3.org/ns/dqv#isMeasurementOf

belongs to
dimension property
is also defined as
object property

Precisionni back to ToC or Named Individual ToC

IRI: http://www.w3.org/ns/dqv#precision

Precision is a quality dimension, which refers to the recorded level of details. It represents the exactness of a measurement or description. It is equivalent the notion of Precision from ISO 25012.
belongs to
Dimension c

Quality assessmentni back to ToC or Named Individual ToC

IRI: http://www.w3.org/ns/dqv#qualityAssessment

Motivation that must be specified for quality annotations.
belongs to
motivation c

valueni back to ToC or Named Individual ToC

IRI: http://www.w3.org/ns/dqv#value

belongs to
measure property
is also defined as
data property

Legend back to ToC

c: Classes
op: Object Properties
dp: Data Properties
ni: Named Individuals

References back to ToC

Add your references here. It is recommended to have them as a list.

Acknowledgments back to ToC

The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the template used in this documentation.