From 8369d3cea252706526ec8b3436b67511b6344f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mich=C3=A8le=20Spichtig?= Date: Wed, 3 Apr 2024 20:49:44 +0200 Subject: [PATCH 1/3] initialize draft version 3 --- docs/index.html | 30 +- docs/releases/2.0/config.js | 2 +- docs/releases/3.0_workingdraft/config.js | 143 + .../dcat-ap-ch_3.0_workingdraft.html | 4793 +++++++++++++++++ .../3.0_workingdraft/examples/agent/agent.ttl | 6 + .../examples/agent/publisher-corrected.xml | 3 + .../examples/agent/publisher.xml | 6 + .../3.0_workingdraft/examples/catalog.ttl | 37 + .../examples/catalog/catalog.ttl | 48 + .../examples/catalog/dataset.ttl | 6 + .../examples/catalog/description.ttl | 10 + .../examples/catalog/homepage.ttl | 9 + .../examples/catalog/issued.ttl | 7 + .../examples/catalog/language.ttl | 7 + .../examples/catalog/license.ttl | 6 + .../examples/catalog/modified.ttl | 8 + .../examples/catalog/publisher.ttl | 12 + .../examples/catalog/rights.ttl | 14 + .../examples/catalog/service.ttl | 11 + .../examples/catalog/spatial.ttl | 30 + .../examples/catalog/theme-taxonomy.ttl | 6 + .../examples/catalog/title.ttl | 7 + .../examples/dataset/conforms-to.ttl | 6 + .../examples/dataset/contact-point.ttl | 14 + .../examples/dataset/dataset.ttl | 63 + .../examples/dataset/description.ttl | 13 + .../examples/dataset/distribution.ttl | 6 + .../examples/dataset/documentation.ttl | 9 + .../examples/dataset/frequency.ttl | 6 + .../examples/dataset/identifier.ttl | 7 + .../examples/dataset/image.ttl | 7 + .../examples/dataset/is-referenced-by.ttl | 9 + .../examples/dataset/issued.ttl | 7 + .../examples/dataset/keyword.ttl | 10 + .../examples/dataset/landing-page.ttl | 9 + .../examples/dataset/language.ttl | 8 + .../examples/dataset/modified.ttl | 7 + .../examples/dataset/publisher.ttl | 12 + .../dataset/qualified-attribution.ttl | 9 + .../examples/dataset/qualified-relation.ttl | 10 + .../examples/dataset/relation.ttl | 13 + .../examples/dataset/spatial.ttl | 30 + .../examples/dataset/temporal.ttl | 9 + .../examples/dataset/theme.ttl | 7 + .../examples/dataset/title.ttl | 6 + .../examples/distribution/access-service.ttl | 8 + .../examples/distribution/access-url.ttl | 5 + .../examples/distribution/availability.ttl | 6 + .../examples/distribution/byte-size.ttl | 8 + .../examples/distribution/checksum.ttl | 13 + .../examples/distribution/conforms-to.ttl | 6 + .../examples/distribution/coverage.ttl | 15 + .../examples/distribution/description.ttl | 16 + .../examples/distribution/distribution.ttl | 27 + .../examples/distribution/documentation.ttl | 9 + .../examples/distribution/download-url.ttl | 6 + .../examples/distribution/format.ttl | 6 + .../examples/distribution/identifier.ttl | 7 + .../examples/distribution/image.ttl | 7 + .../examples/distribution/issued.ttl | 7 + .../examples/distribution/language.ttl | 8 + .../examples/distribution/media-type.ttl | 6 + .../examples/distribution/modified.ttl | 7 + .../distribution/packaging-format.ttl | 8 + .../examples/distribution/rights.ttl | 14 + .../distribution/temporal-resolution.ttl | 5 + .../examples/distribution/title.ttl | 6 + .../multiple-languages/landing-page.ttl | 6 + .../examples/multiple-languages/title.ttl | 7 + .../examples/service/access-rights.ttl | 6 + .../examples/service/contact-point.ttl | 14 + .../examples/service/documentation.ttl | 9 + .../examples/service/endpoint-description.ttl | 8 + .../examples/service/endpoint-url.ttl | 5 + .../examples/service/keyword.ttl | 10 + .../examples/service/landing-page.ttl | 9 + .../examples/service/license.ttl | 6 + .../examples/service/publisher.ttl | 12 + .../examples/service/serves-dataset.ttl | 6 + .../examples/service/service.ttl | 44 + .../examples/service/title.ttl | 7 + docs/releases/3.0_workingdraft/style.css | 51 + docs/vocabulary/licenses/20210623.html | 50 +- docs/vocabulary/licenses/20210623.rdf | 2 +- 84 files changed, 5902 insertions(+), 28 deletions(-) create mode 100644 docs/releases/3.0_workingdraft/config.js create mode 100644 docs/releases/3.0_workingdraft/dcat-ap-ch_3.0_workingdraft.html create mode 100644 docs/releases/3.0_workingdraft/examples/agent/agent.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/agent/publisher-corrected.xml create mode 100644 docs/releases/3.0_workingdraft/examples/agent/publisher.xml create mode 100644 docs/releases/3.0_workingdraft/examples/catalog.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/catalog/catalog.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/catalog/dataset.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/catalog/description.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/catalog/homepage.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/catalog/issued.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/catalog/language.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/catalog/license.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/catalog/modified.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/catalog/publisher.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/catalog/rights.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/catalog/service.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/catalog/spatial.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/catalog/theme-taxonomy.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/catalog/title.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/conforms-to.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/contact-point.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/dataset.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/description.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/distribution.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/documentation.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/frequency.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/identifier.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/image.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/is-referenced-by.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/issued.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/keyword.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/landing-page.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/language.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/modified.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/publisher.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/qualified-attribution.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/qualified-relation.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/relation.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/spatial.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/temporal.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/theme.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/dataset/title.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/access-service.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/access-url.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/availability.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/byte-size.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/checksum.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/conforms-to.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/coverage.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/description.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/distribution.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/documentation.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/download-url.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/format.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/identifier.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/image.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/issued.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/language.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/media-type.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/modified.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/packaging-format.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/rights.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/temporal-resolution.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/distribution/title.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/multiple-languages/landing-page.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/multiple-languages/title.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/service/access-rights.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/service/contact-point.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/service/documentation.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/service/endpoint-description.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/service/endpoint-url.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/service/keyword.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/service/landing-page.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/service/license.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/service/publisher.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/service/serves-dataset.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/service/service.ttl create mode 100644 docs/releases/3.0_workingdraft/examples/service/title.ttl create mode 100644 docs/releases/3.0_workingdraft/style.css diff --git a/docs/index.html b/docs/index.html index 84114686..3e9c5fde 100644 --- a/docs/index.html +++ b/docs/index.html @@ -58,7 +58,7 @@

DCAT-AP CH – The Swiss Application Profile for Data Portals and Catalogues

-

Here you can find an overview of the documentation related to DCAT-AP CH.

+

An overview of the documentation related to DCAT-AP CH.

@@ -114,6 +114,34 @@

Standard Definition

+
+
+

Working Draft

+ + + + + + + + + + + + + + + + + +
NameVersionFormatsDescription
+ + DCAT-AP CH V3 + + (Working Draft) + Version 3.0.0 Drafthtml + HTML document of the DCAT-AP CH release 3.0.0 Working Draft +

Vocabularies

diff --git a/docs/releases/2.0/config.js b/docs/releases/2.0/config.js index eed189f9..44ad7a52 100644 --- a/docs/releases/2.0/config.js +++ b/docs/releases/2.0/config.js @@ -24,7 +24,7 @@ var respecConfig = { }, edDraftURI: "https://www.dcat-ap.ch/releases/2.0/dcat-ap-ch.html", prevED: "https://ech.ch/ech/ech-0200", - subtitle: "A DCAT Application Profile for Switzerland (Working Draft)", + subtitle: "A DCAT Application Profile for Switzerland", localBiblio: { "DATAPORTAL-EU":{ "href": "https://data.europa.eu/", diff --git a/docs/releases/3.0_workingdraft/config.js b/docs/releases/3.0_workingdraft/config.js new file mode 100644 index 00000000..67e73338 --- /dev/null +++ b/docs/releases/3.0_workingdraft/config.js @@ -0,0 +1,143 @@ +var respecConfig = { + specStatus: "base", + logos: [], + editors: [{ + name: "Members of the eCH Open Government Data specialist group", + company: "eCH Open Government Data specialist group", + companyURL:"https://www.ech.ch/de/der-verein/fachgruppen/open_government_data" + },{ + name:"Maik Roth", + company:"Open Government Data Office, BFS", + companyURL:"https://www.bfs.admin.ch/bfs/en/home/services/ogd/office.html", + note: "Head of eCH Open Government Data specialist group", + },{ + name: "Stephan Haller", + company:"BFH", + companyURL:"https://www.bfh.ch", + note: "Co-Head of eCH Open Government Data Specialist Group", + }, { + name:"Michèle Spichtig", + company:"Open Government Data Office, BFS", + companyURL: "https://www.bfs.admin.ch/bfs/en/home/services/ogd/office.html", + note: "Support Head of eCH Open Government Data specialist group ", + }], + github: { + branch: "main", + repoURL: "https://github.com/opendata-swiss/dcat_ap_ch", + }, + edDraftURI: "releases/3.0_workingdraft/dcat-ap-ch_3.0_workingdraft.html", + prevED: "https://ech.ch/ech/ech-0200", + subtitle: "A DCAT Application Profile for Switzerland (Working Draft)", + localBiblio: { + "DATAPORTAL-EU":{ + "href": "https://data.europa.eu/", + "title": "data.europa.eu - The official portal for European Data", + "publisher": "Publication Office of the European Union" + }, + "DCAT-AP-GITHUB-ISSUES":{ + "href":"https://github.com/opendata-swiss/dcat_ap_ch/issues", + "title": "GitHub issues for DCAT-AP CH Version 2", + "publisher": "https://github.com/opendata-swiss" + }, + "DCAT-AP-USAGEGUIDE":{ + "href": "https://github.com/SEMICeu/DCAT-AP/blob/2.1.0-draft/releases/2.1.0/usageguide-dataset-distribution-dataservice.md", + "title": "Usage guide on Datasets, Distributions and Data Services", + "publisher": "Publication Office of the European Union" + }, + "GEONAMES":{ + "href":"http://sws.geonames.org/", + "title":"GeoNames", + "publisher":"Geonames", + }, + "ISO 639-1":{ + "href":"https://en.wikipedia.org/wiki/ISO_639-1", + "title":"Language 2 Letter Code", + "publisher":"Wikipedia", + }, + "PROV":{ + "href":"http://www.w3.org/ns/prov/", + "title":"The PROV Namespace", + "publisher":"Provenance Working Group", + }, + "SPDX":{ + "href":"https://spdx.org/rdf/terms/", + "title":"SPDX 2.2.1", + "publisher":"The Linux Foundation", + }, + "RESPEC":{ + "href": "https://respec.org/docs/", + "title": "Respec.org", + "publisher": "W3C", + }, + "TERMDAT":{ + "href": "https://www.bk.admin.ch/bk/en/home/dokumentation/languages/termdat.html", + "title": " TERMDAT - The Federal Administration’s terminology database", + "publisher": "Swiss Federal Chancellery FCh", + }, + "VOCAB-CH-LICENSE":{ + "href":"https://dcat-ap.ch/vocabulary/licenses", + "title":"List of licenses for Swiss opendata to enter in dct:license", + "publisher":"Verein eCH", + }, + "VOCAB-CH-THEME":{ + "href":"http://dcat-ap.ch/vocabulary/themes", + "title":"Themes vocabulary for DCAT-AP CH", + "publisher":"Verein eCH", + }, + "VOCAB-EU":{ + "href":"http://publications.europa.eu/resource/authority/", + "title":"EU Vocabularies", + "publisher":"Publications Office of the European Union", + }, + "VOCAB-EU-ACCESS-RIGHT":{ + "href":"http://publications.europa.eu/resource/authority/access-right", + "title":"Access Rights Named Authority List", + "publisher":"Publications Office of the European Union", + }, + "VOCAB-EU-AVAILABLITY":{ + "href":"http://publications.europa.eu/resource/authority/planned-availability", + "title":"Distribution availability vocabulary", + "publisher":"Publications Office of the European Union", + }, + "VOCAB-EU-CONTINENT":{ + "href":"http://publications.europa.eu/resource/authority/continent", + "title":"EU Vocabularies Continents Named Authority List", + "publisher":"Publications Office of the European Union", + }, + "VOCAB-EU-COUNTRY":{ + "href":"https://publications.europa.eu/resource/authority/country", + "title":"EU Vocabularies Countries Named Authority List", + "publisher":"Publications Office of the European Union", + }, + "VOCAB-EU-FILE-TYPE":{ + "href":"http://publications.europa.eu/resource/authority/file-type", + "title":"EU Vocabularies File Type Named Authority List", + "publisher":"Publications Office of the European Union", + }, + "VOCAB-EU-FREQUENCY":{ + "href":"http://publications.europa.eu/resource/authority/frequency", + "title":"EU Vocabularies Frequency Named Authority List", + "publisher":"Publications Office of the European Union", + }, + "VOCAB-EU-LANGUAGE":{ + "href":"http://publications.europa.eu/resource/authority/language", + "title":"Continent", + "publisher":"Publications Office of the European Union", + }, + "VOCAB-EU-PLACE":{ + "href":"https://publications.europa.eu/resource/authority/place", + "title":"Vocabularies Places Named Authority List", + "publisher":"Publications Office of the European Union", + }, + "VOCAB-EU-THEME":{ + "href":"https://publications.europa.eu/resource/authority/data-theme", + "title":"Dataset Theme Vocabulary", + "publisher":"Publications Office of the European Union", + }, + "VOCAB-EU-OP-CONTACT":{ + "href":"https://op.europa.eu/en/web/about-us/contact-us", + "title":"EU Vocabularies", + "publisher":"Publications Office of the European Union", + }, + } +}; diff --git a/docs/releases/3.0_workingdraft/dcat-ap-ch_3.0_workingdraft.html b/docs/releases/3.0_workingdraft/dcat-ap-ch_3.0_workingdraft.html new file mode 100644 index 00000000..349ed793 --- /dev/null +++ b/docs/releases/3.0_workingdraft/dcat-ap-ch_3.0_workingdraft.html @@ -0,0 +1,4793 @@ + + + + DCAT-AP CH - Version 3.0 Working Draft + + + + + + + + + + + +
+

This is an initial draft. All contents of this page are subject to change.

+

+ Das DCAT-Anwendungsprofil für Datenportale in der Schweiz (DCAT-AP CH) ist ein Anwendungsprofil + des Data Catalog Vocabulary [[VOCAB-DCAT]] und dient zur Beschreibung der in Schweizer Datenportalen (z.B. opendata.swiss) + verzeichneten Daten. Seine Zielgruppe sind die Betreiber von Datenportalen in der + Schweiz (gemäss DCAT Terminologie “Data Receivers”) und die Anbieter dieser Daten, + welche Datenkataloge führen (gemäss DCAT Terminologie “Data Sender"). +

+

+ Datenportale stellen in der Regel nicht die Daten selbst bereit, sondern nur Metadaten zu den Daten. Diese dienen dem Zweck, + die Daten auffindbar und wiederverwendbar zu machen. So fokussiert DCAT-AP CH primär auf die Beschreibung von Metadaten. +

+

+ DCAT-AP CH soll ebenfalls die Kompatibilität mit dem Anwendungsprofil für Datenportale in Europa (DCAT-AP) sicherstellen. + Denn dies mit der Version 1 nicht mehr gegeben war, wurde im Rahmen der eCH-Fachgruppe “Open Government Data” die + vorliegende Version 2 definiert, welche die höchstmögliche Kompatibilität mit [[DCAT-AP]] (aktuelle Version 2.1.0) sicherstellt. +

+
+ + + +
+

Einleitung

+ +
+

Status des Dokuments

+

In Arbeit: Der Gebrauch ist nur innerhalb der Fachgruppe, bzw. im Expertenausschuss zugelassen.

+

Entwurf: Das Dokument wurde von den zuständigen Referenten aus dem Expertenausschuss zur + öffentlichen Konsultation freigegeben und entsprechend publiziert.

+

Vorschlag: Das Dokument wird dem Expertenausschuss zur Genehmigung TT-MM-JJJJ vorgelegt, ist aber normativ noch nicht gültig.

+

Genehmigt: Das Dokument wurde vom Expertenausschuss genehmigt. Es hat für das definierte Einsatzgebiet + im festgelegten Gültigkeitsbereich normative Kraft.

+

Abgelöst: Das Dokument wurde durch eine neue, aktuellere Version ersetzt. Die Benutzung ist zwar noch möglich, + es wird aber empfohlen, die neuere Version einzusetzen.

+

Aufgehoben: Das Dokument wurde von eCH zurückgezogen. Er darf nicht mehr genutzt werden.

+

Sistiert: Das Dokument wurde von eCH zurückgezogen. Es darf nicht genutzt werden. Es hat den Status «Genehmigt» nicht erreicht.

+ +
+ +
+

Area of application

+

The DCAT Application Profile for data portals in Switzerland (DCAT-AP CH) is an Application Profile of the DCAT vocabulary + and a Subprofile of the European Application Profile DCAT-AP.

+
    +
  • DCAT (“Data Catalog Vocabulary”) is a semantic definition to describe data by the means of an RDF vocabulary. + It allows for a decentralized approach regarding the publication of data by enforcing interoperability + via the use of a common language to describe the data. +
  • +
  • Being DCAT a generic language, it can be applied in various contexts. + An Application Profile specifies its utilization within a specific domain, context or application, + with the goal of facilitating data exchange. In Europe the application profile DCAT-AP was defined, + which assumed the role of a de facto standard within Europe. Many European Countries defined based on + DCAT-AP their own localized, tailored to their specific needs, Application Profiles. +
  • +
  • The Swiss community defined DCAT-AP CH to provide guidance for Swiss data publishers on how to specify their data + catalogues and to data portal managers on how to process data catalogues, in a DCAT-AP CH and DCAT-AP conformant manner, + so that interoperability with DCAT-AP is assured. +
  • +
+

It should be always kept in mind that both DCAT-AP CH and DCAT-AP primarily focus on metadata. + Metadata is by definition secondary information on the data: when and by whom were they published, + which usage conditions apply, how often are they updated, whom to contact about them and where + and how can they be accessed. +

+
+ +
+

Überblick der Änderungen gegenüber Version 2.0.0

+
+ +
+ +
+

DCAT-AP CH: Building Blocks

+ +
+

DCAT as a universal vocabulary

+

The Application Profile specified in this document is based on the specification of the Data Catalog Vocabulary (DCAT) + developed under the responsibility of the Government Linked Data Working Group at W3C. DCAT is an RDF vocabulary + designed to facilitate interoperability between data catalogues published on the Web. Additional + classes and properties from other well-known vocabularies are re-used where necessary. +

+

The DCAT vocabulary consists of classes and properties.

+
    +
  • Classes are things on the internet: Not all of them have URIs, but it is recommended to provide a URI for them. + They are complex things like a person, an organization, a dataset, a website or a downloadable data file. +
  • +
  • Classes have properties: The properties are the attributes describing these things. Some properties occur + in more than one class, a title for example is a common attribute. Other properties are very specialized such + as a file format that only makes sense for a data file. +
  • +
  • Properties can be simple or complex: Some properties are classes. For example, an organization can have a website. Or a dataset can have a data publisher. In general, a class can be recognized by its spelling: A property name starts with a lowercase letter such as dcat:dataset , while a class starts with a capital letter such as dcat:Dataset. +
  • +
+

Classes and properties are used to deliver the metadata in a structured way.

+ +
+ +
+

The core structure of DCAT-AP CH v2 replicates the core structure of DCAT-AP

+

Being a Subprofile of DCAT-AP, DCAT-AP CH replicates its core structure and concepts.

+ +
+

Classes

+

The Swiss Application Profile (“DCAT-AP CH”) as well as the European Application Profile (“DCAT-AP”) + are structured around the following main 4 classes: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Class nameUsage note for the Application ProfileURI and Reference
CatalogA catalogue or repository that hosts the Datasets or Data Services being described.dcat:Catalog
DatasetA conceptual entity that represents the information published.dcat:Dataset
DistributionA physical embodiment of the Dataset in a particular format.dcat:Distribution
Data ServiceA collection of operations that provides access to one or more datasets or data processing functions.dcat:DataService
+

Note that in the previous versions of DCAT-AP and DCAT-AP CH, classes were categorised to be mandatory, + recommended and optional, like it’s currently the case for properties. This categorisation has been removed + in favour of the above overview and guidelines to create a common expectation for DCAT-AP catalogues.

+

+ To improve the coherency by the description of shared Dataset, Distribution and the new introduced class Data Services, + DCAT-AP provided guidelines on their usage: + [[DCAT-AP-USAGEGUIDE]]. +

+
+ classDiagram + Catalog --> Dataset : dcat:dataset + Catalog --> DataService : dcat:service + DataService --> Dataset : dcat:servesDataset + Dataset --> Distribution : dcat:distribution + Distribution --> DataService : dcat:accessService + class Catalog { + Mandatory: + - dct:description + - dct:publisher + - dct:title + Recommended: + - dcat:dataset + - foaf:homepage + - dct:language + - dct:license + - dct:issued + - dct:rights + - dcat:service + - dct:spatial + - dcat:themeTaxonomy + - dct:modified + } + class DataService { + Mandatory: + - dcat:endpointURL + - dcat:contactPoint + - dct:publisher + - dct:title + Recommended: + - dct:endpointDescription + - dct:license + - dcat:servesDataset + } + class Dataset { + Mandatory: + - dcat:contactPoint + - dct:description + - dct:identifier + - dct:publisher + - dct:title + Recommended: + - dcat:distribution + - dct:keyword + - dcat:landingPage + - dct:issued + - dct:spatial + - dct:temporal + - dcat:theme + - dct:modified + } + class Distribution { + Mandatory: + - dct:accessURL + - dct:license + Recommended: + - dctap:avaliability + - dct:description + - dct:format + - dct:rights + - dct:title + - dct:modified + Optional + - dcat:accessService + } +
+
+ +
+

Requirement levels

+

DCAT-AP CH defines four requirement levels for data receivers and senders:

+
    +
  • Mandatory property: a receiver MUST be able to process the information for that property; + a sender MUST provide the information for that property. +
  • +
  • Recommended property: a receiver MUST be able to process the information for that property; + a sender SHOULD provide the information for that property if it is available. +
  • +
  • Optional property: a receiver MUST be able to process the information for that property; + a sender MAY provide the information for that property but is not obliged to do so. +
  • +
  • Deprecated property: a receiver SHOULD be able to process information about instances + of that property; a sender SHOULD NOT provide the information about instances of that property. +
  • +
+

The meaning of the terms MUST, MUST NOT, SHOULD and MAY in this section and in the following sections are as + defined in RFC 2119. +

+

+ In the given context, the term "processing" means that receivers MUST accept incoming data and transparently + provide these data to applications and services. It does neither imply nor prescribe what applications and + services finally do with the data (parse, convert, store, make searchable, display to users, etc.). +

+
+ +
+

Controlled vocabularies of DCAT-AP CH v2

+

In the table below, a number of properties are listed with controlled vocabularies (CV) that MUST be used for + the listed properties. +

+

Where possible the same controlled vocabularies as DCAT-AP were utilized. + However not every vocabulary proposed by DCAT-AP is currently applied for DCAT-AP CH v2. + In some cases, the eCH-Expert Group is still evaluating the application of the proposed vocabulary, + while in other cases the eCH-Expert Group decided to evaluate the introduction of a new, Swiss-specific vocabulary. + In particular for the property dct:publisher, which refers to an entity (organisation) responsible for making + a Catalogue, a Dataset or a Data Service available, a CV is still being discussed within the eCH-Expert + Group “Open Government Data” - its introduction will be evaluated for the next iterations of + this standard eCH-0200. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Property URIUsed for ClassURIUsage note
dcatap:availabilityDistribution[[VOCAB-EU-AVAILABLITY]] + The list of terms for the availability levels of a dataset distribution in the DCAT-AP specification.
dct:accessRightsDataset, Data Service[[VOCAB-EU-ACCESS-RIGHT]] + Use one of the following values (:public, :restricted, :non-public).
dct:accrualPeriodicityDataset[[VOCAB-EU-FREQUENCY]] +
dct:formatDistribution[[VOCAB-EU-FILE-TYPE]] +
dct:languageCatalog, Dataset, Catalog Record, Distribution + [[VOCAB-EU-LANGUAGE]] +
dct:licenseDistribution[[VOCAB-CH-LICENSE]] + Within the federal level only the “Terms of use opendata.swiss are applicable”
+ dcat:mediaType + Distribution[[IANA-MEDIA-TYPES]] +
dct:spatialCatalog, Dataset[[VOCAB-EU-CONTINENT]], [[VOCAB-EU-COUNTRY]], [[VOCAB-EU-PLACE]], [[GEONAMES]]
+ dcat:theme + Dataset[[VOCAB-EU-THEME]] + The values to be used for this property are the URIs of the concepts in the vocabulary. + A possible (non-normative) “mapping” to the current themes on opendata.swiss is proposed here: + [[VOCAB-CH-THEME]] +
+ dcat:themeTaxonomy + Catalog[[VOCAB-EU-THEME]] + The value to be used for this property is the URI of the vocabulary itself, i.e. + the concept scheme, not the URIs of the concepts in the vocabulary.
+
+ +
+ +
+

Multilingualism

+

Switzerland is a multilingual country. Therefore, supporting multiple languages is particularly + important. For this reason, DCAT-AP CH defines guidelines regarding the content and the technical + publication of this content in different languages. +

+

In terms of content:

+
    +
  • Organisations at the federal level MUST provide metadata in at least + 2 official languages , for instance German and French or Italian and German. +
  • +
  • Every other organisation MUST provide this metadata in at least one of the following four + languages: English, German, French or Italian. The specification in other languages is optional. +
  • +
+

From a technical perspective multilingualism SHOULD be handled as follows:

+
    +
  • Multilingual literals: Properties of Range rdfs:Literal can be provided in + multiple languages by adding so called language encoded strings: these add the language as an + [[ISO 639-1]] two letter code after the string in the way that is shown in the example below: +
  • + +
  • Content negotiation: Properties of Range rdfs:Resource SHOULD be URIs. + It is important to use URIs that are language independent. Then the data publisher + in the process of dispatching these URIs can use content negotiation. +
  • + +
+

The table lists multilingual properties of DCAT-AP CH and the translation strategies that apply to them:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyRDF propertyRangeMultilingual Support
Catalog titledct:titlerdfs:LiteralLanguage encoded string
Catalog descriptiondct:descriptionrdfs:LiteralLanguage encoded string
Dataset titledct:titlerdfs:LiteralLanguage encoded string
Dataset descriptiondct:descriptionrdfs:LiteralLanguage encoded string
Dataset keyworddcat:keywordrdfs:LiteralLanguage encoded string
Catalog homepagefoaf:homepagefoaf:DocumentContent negotiation
Dataset landing Pagedcat:landingPagefoaf:DocumentContent negotiation
Catalog publisherdct:publisherfoaf:AgentContent negotiation for the URI and language encoded string for the name
Dataset publisherdct:publisherfoaf:AgentContent negotiation for the URI and language encoded string for the name
+
+ +
+ +
+

DCAT-AP-CH: Properties per Class

+ +
+

Notation

+
    +
  • Property: denotes the Property that the class or property is given in DCAT-AP and/or + DCAT-AP CH. +
  • +
  • URI: denotes the property URI.
  • +
  • Range: specifies the range of values that is expected for the property.
  • +
  • ReqLevel (“Requirement level”): denotes whether the class / property is mandatory, recommended or optional.
  • +
  • Card (“Cardinality”): specifies the minimum number of values that MUST be provided for that + property and the maximum number of values that MAY be provided. +
  • +
  • Usage Note: specifies custom usage instructions and provides background information.
  • +
  • CV (“Controlled Vocabulary”): defines which controlled vocabulary SHOULD be used.
  • +
+ +
+ +
+

Class: Catalog

+

+ A Catalogue or repository that hosts the Datasets or Data Services being described. +

+

+ DCAT-AP CH allows Catalogues of only Datasets, but also Catalogues of only Data Services, + but usually it will be a mixture of both. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyURIRangeReqLevelCard
descriptiondct:descriptionrdfs:LiteralM1..n
publisherdct:publisherfoaf:AgentM1..1
Titledct:titlerdfs:LiteralM1..n
datasetdcat:dataset + dcat:Dataset + R0..n
homepagefoaf:homepagefoaf:DocumentR0..1
languagedct:language + dct:LinguisticSystem + R0..n
licensedct:license + dct:LicenseDocument + R0..1
release datedct:issuedrdfs:Literal + (typed as + as xsd:date, + xsd:dateTime, + xsd:gYear + or xsd:gYearMonth) + R0..1
Rightsdct:rights + dct:RightsStatement + R0..1
servicedcat:service + dcat:DataService + R0..n
spatial /geographicdct:spatial + dct:LocationR0..n
themesdcat:themeTaxonomyskos:ConceptSchemeR0..n
update/ modification datedct:modifiedrdfs:Literal + (typed as + as xsd:date, + xsd:dateTime, + xsd:gYear + or xsd:gYearMonth) + R0..1
+ + + + Manadatory Properties + +
+

Property: description

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertydescription
Requirement levelMandatory
Cardinality1..n
URIdct:description +
Rangerdfs:Literal +
DefinitionFree-text description of the + catalog (in the language indicated in the attribute). +
Usage Note +
    +
  • This property contains a free-text account of the data + Catalogue (in the language indicated in the attribute). +
  • +
  • This property can be repeated for parallel language versions of + the description (see ). +
  • +
+
+ +
+ +
+

Property: publisher

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertypublisher
Requirement levelMandatory
Cardinality1..1
URIdct:publisher
Rangefoaf:Agent +
DefinitionEntity responsible for making the catalog available.
Usage Note +
    +
  • This property refers to an entity (organisation) responsible for making the Catalogue available.
  • +
+
+ +
+ +
+

Property: Title

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyTitle
Requirement levelMandatory
Cardinality1..n
URIdct:title
Rangerdfs:Literal +
Usage Note +
    +
  • The title of the catalogue in the indicated language
  • +
  • This property can be repeated for parallel language versions of the description + (see )
  • +
+
+ +
+ + Recommended Properties + +
+

Property: dataset

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertydataset
Requirement levelRecommended
Cardinality0..n
URIdcat:dataset +
Rangedcat:Dataset + () +
DefinitionDataset that is part of the catalog.
Usage Note +
    +
  • This property links the Catalogue with a Dataset that is part of the Catalogue.
  • +
  • As empty Catalogues are usually indications of problems, this property SHOULD be combined + with the property service to implement an empty Catalogue check.
  • +
+
+ +
+ +
+

Property: homepage

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyhomepage
Requirement levelRecommended
Cardinality0..1
URIfoaf:homepage
Rangefoaf:Document
Usage Note +
    +
  • This property refers to a web page that acts as the main page for the Catalogue
  • +
  • For instance opendata.swiss, would be the homepage of the Swiss Catalogue exported + to [[DATAPORTAL-EU]].
  • +
+
+ +
+ +
+

Property: language

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertylanguage
Requirement levelRecommended
Cardinality0..n
URIdct:language +
Range + dct:LinguisticSystem +
Usage Note +
    +
  • This property refers to a language used in the textual metadata describing + titles, descriptions, etc. of the Datasets in the Catalogue. +
  • +
  • The properties title and description of Catalogues, Datasets or Distribution + can be provided in multiple languages. In that case, it makes sense to also list + these languages on the Catalogue level. +
  • +
  • CV to be used: [[VOCAB-EU-LANGUAGE]]
  • +
+
+ +
+ +
+

Property: license

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertylicense
Requirement levelRecommended
Cardinality0..1
URIdct:license +
Rangedct:LicenseDocument +
Usage Note +
    +
  • This property refers to the licence under which the Catalogue can be used or reused. +
  • +
  • CV to be used: [[VOCAB-CH-LICENSE]]
  • +
+
+ +
+ +
+

Property: release date

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyrelease date
Requirement levelRecommended
Cardinality0..1
URIdct:issued +
Rangerdfs:Literal + (typed as + as xsd:date, + xsd:dateTime, + xsd:gYear + or xsd:gYearMonth) +
Usage Note +
    +
  • This property contains the date of formal issuance (e.g., fir publication of the Catalogue).
  • +
+
+ +
+ +
+

Property: Rights

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyRights
Requirement levelRecommended
Cardinality0..1
URIdct:rights +
Rangedct:RightsStatement +
Usage Note +
    +
  • This property refers to a statement that specifies rights associated with the Catalogue.
  • +
+
+ +
+ +
+

Property: service

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyservice
Requirement levelRecommended
Cardinality0..n
URIdcat:service +
Rangedcat:DataService + () +
Usage Note +
    +
  • This property refers to a site or end-point (Data Service) that is listed in the Catalogue.
  • +
  • As empty Catalogues are usually indications of problems, this property SHOULD be combined + with the property Dataset to implement an empty Catalogue check. +
  • +
+
+ +
+ +
+

Property: spatial/ geographic

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyspatial/ geographic
Requirement levelRecommended
Cardinality0..n
URIdct:spatial +
Rangedct:Location +
Usage Note +
    +
  • This property refers to a geographical area covered by the Catalogue.
  • +
  • CV to be used: The EU Vocabularies Name Authority Lists MUST be used for continents, countries and places that are in those lists; if a particular location is not in one of the mentioned Named Authority Lists, Geonames URIs MUST be used: + [[VOCAB-EU-CONTINENT]], + [[VOCAB-EU-COUNTRY]], + [[VOCAB-EU-PLACE]], + [[GEONAMES]] +
  • +
+
+ +
+ +
+

Property: themes

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertythemes
Requirement levelRecommended
Cardinality0..n
URIdcat:themeTaxonomy +
Range +

skos:ConceptScheme

+
Usage Note +
    +
  • This property refers to a knowledge organization system used to classify the Catalogue's Datasets.
  • +
  • CV to be used: http://publications.europa.eu/resource/dataset/data-theme
  • +
+
+ +
+ +
+

Property: update/ modification date

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyupdate/ modification date
Requirement levelRecommended
Cardinality0..1
URIdct:modified +
Rangerdfs:Literal + (typed as + as xsd:date, + xsd:dateTime, + xsd:gYear + or xsd:gYearMonth) +
Usage Note +
    +
  • This property contains the most recent date on which the Catalogue was modified.
  • +
+
+ +
+ +
+ +
+ +

Class: Dataset

+ +

A Dataset is a collection of data, published or curated by a single source and related by a common + idea or concept. In contrast to a Data Service a Dataset is expected to be a collection of data that is + available for access or download in one or more formats, as Distributions. Distributions belonging to + the same Dataset should not differ in regards to the idea of the data that they represent. They may differ + in regards to the physical representation of the data such as format or resolution. Or they may split the + data of the dataset into portions of comparable size such as data per time period or location. +

+

+ DCAT-AP provides guidelines about the usage of Data services and Distribution in relation to Datasets: + [[DCAT-AP-USAGEGUIDE]]. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyURIRangeReqLevelCard
contact pointdcat:contactPointvcard:Kind + M1..n
descriptiondct:description + rdfs:LiteralM1..n
identifierdct:identifier + rdfs:LiteralM1..n
publisherdct:publisher + foaf:AgentM1..1
Titledct:titlerdfs:LiteralM1..n
dataset distributiondcat:distributiondcat:Distribution + R0..n
keyword/tagdcat:keyword + rdfs:LiteralR0..n
landing pagedcat:landingPage + foaf:Document + R0..n
release datedct:issued + rdfs:Literal + (typed as + as xsd:date, + xsd:dateTime, + xsd:gYear + or xsd:gYearMonth) + R0..1
spatial/ geographical coveragedct:spatial + dct:LocationR0..n
temporal coveragedct:temporal + dct:PeriodOfTime + R0..n
theme/categorydcat:themeskos:Concept + R0..n
update/ modification datedct:modifiedrdfs:Literal + (typed as + as xsd:date, + xsd:dateTime, + xsd:gYear + or xsd:gYearMonth) + R0..1
access rightsdct:accessRights + dct:RightsStatement + O0..1
conforms todct:conformsTo + dct:Standard + O0..n
documentationfoaf:pagefoaf:DocumentO0..n
frequencydct:accrualPeriodicitydct:Frequency + O0..1
imageschema:imageschema:url or + schema:ImageObjectO0..3
is referenced bydct:isReferencedBy + rdfs:ResourceO0..n
languagedct:language + dct:LinguisticSystem + O0..n
qualified attributionprov:qualifiedAttribution + prov:Attribution + O0..n
qualified relation + dcat:qualifiedRelation + + dcat:Relationship + O0..n
related resourcedct:relationrdfs:ResourceO0..n
+ + + + Manadatory Properties + +
+ +

Property: contact point

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertycontact point
Requirement levelMandatory
Cardinality1..n
URIdcat:contactPoint
Rangevcard:Kind +
Usage Note +
    +
  • This property contains contact information that can be used for sending comments about the Dataset.
  • +
  • This property MUST contain an email address that is continuously monitored by the data publisher.
  • +
  • If there are several contributors involved in the publication of the Dataset, the property can + be used multiple times. +
  • +
+
+ + + +
+ +
+ +

Property: description

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertydescription
Requirement levelMandatory
Cardinality1..n
URIdct:description +
Rangerdfs:Literal +
Usage Note +
    +
  • This property contains a free-text account of the Dataset.
  • +
  • + This property can be repeated for parallel language versions of the + description (see ). On the user interface of + data portals, the content of the element whose language corresponds to the + display language selected by the user is displayed. +
  • +
+
+ + + +
+ +
+ +

Property: identifier

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyidentifier
Requirement levelMandatory
Cardinality1..n
URIdct:identifier +
Rangerdfs:Literal +
Usage Note +
    +
  • This property contains the unique identifier for the Dataset, e.g. the URI or other + unique identifier in the context of the Catalogue. +
  • +
  • + The identifier may be used as part of the URI of the Dataset. +
  • +
+
+ + + +
+ +
+ +

Property: publisher

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertypublisher
Requirement levelMandatory
Cardinality1..1
URI + dct:publisher +
Rangefoaf:Agent +
Usage Note +
    +
  • This property refers to an entity (organisation) responsible for making the Dataset available.
  • +
+
+ + + +
+ +
+ +

Property: Title

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyTitle
Requirement levelMandatory
Cardinality1..n
URIdct:title
Rangerdfs:Literal +
Usage Note +
    +
  • This property contains a name given to the Dataset.
  • +
  • This property can be repeated for parallel language versions of the title + (see ). +
  • +
+
+ + + +
+ + Recommended Properties + +
+ +

Property: dataset distribution

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertydataset distribution
Cardinality0..n
Requirement levelRecommended
URIdcat:distribution
Rangedcat:Distribution + () +
Usage Note +
    +
  • This property links the Dataset to an available Distribution.
  • +
  • In exceptional cases, a Dataset for which no distribution form exists (yet) can + be described in the Catalogue. In this case, the element dcat:distribution may be omitted. +
  • +
+
+ + + +
+ +
+ +

Property: keyword/tag

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertykeyword/ tag
Requirement levelRecommended
Cardinality0..n
URIdcat:keyword +
Rangerdfs:Literal +
Usage Note +
    +
  • This property contains a keyword or tag describing the Dataset.
  • +
  • If a suitable keyword is available in [[TERMDAT]] then this SHOULD be used.
  • +
  • Good practice: mark the language of the keywords with the [[ISO 639-1]] language code such as "geodata"@en.
  • +
+
+ + + +
+ +
+ +

Property: landing page

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertylanding page
Requirement levelRecommended
Cardinality0..n
URIdcat:landingPage
Rangefoaf:Document
Usage Note +
    +
  • + This property refers to a web page that provides access to the Dataset, + its Distributions and/or additional information. +
  • +
  • + It is intended to point to a landing page at the original data provider, + not to a page on a site of a third party, such as an aggregator. +
  • +
+
+ + + +
+ +
+ +

Property: release date

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyrelease date
Requirement levelRecommended
Cardinality0..1
URIdct:issued +
Rangerdfs:Literal + (typed as + as xsd:date, + xsd:dateTime, + xsd:gYear + or xsd:gYearMonth) +
Usage Note +
    +
  • This property contains the date of formal issuance (e.g., first publication of the Dataset).
  • +
  • If this date is not known, the date of the first referencing of the data collection in + the Catalogue can be entered. +
  • +
+
+ +
+ +
+ +

Property: spatial/ geographical coverage

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyspatial/ geographical coverage
Requirement levelRecommended
Cardinality0..n
URIdct:spatial +
Rangedct:Location +
Usage Note +
    +
  • + This property refers to a geographic region that is covered by the Dataset. +
  • +
  • CV to be used: The EU Vocabularies Name Authority Lists MUST be used for continents, + countries and places that are in those lists; if a particular location is not in one of + the mentioned Named Authority Lists, Geonames URIs MUST be used: + [[VOCAB-EU-CONTINENT]], + [[VOCAB-EU-COUNTRY]], + [[VOCAB-EU-PLACE]], + [[GEONAMES]] +
  • +
+
+ +
+ +
+

Property: temporal coverage

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertytemporal coverage
Requirement levelRecommended
Cardinality0..n
URIdct:temporal +
Rangedct:PeriodOfTime +
Usage NoteFor temporal references this property is MUST be used in order to conform to + DCAT-AP. +
+ +
+ +
+

Property: theme/category

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertytheme/category
Requirement levelRecommended
Cardinality0..n
URIdcat:theme
Rangeskos:Concept +
Usage Note +
    +
  • + This property refers to a category of the Dataset. A Dataset may be associated with multiple themes. +
  • +
  • CV to be used: [[VOCAB-EU-THEME]]
  • +
+
+ +
+ +
+

Property: update/ modification date

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyupdate/ modification date
Requirement levelRecommended
Cardinality0..1
URIdct:modified +
Rangerdfs:Literal + (typed as + as xsd:date, + xsd:dateTime, + xsd:gYear + or xsd:gYearMonth) +
Usage Note +
    +
  • This property contains the most recent date on which the Dataset was changed or modified.
  • +
  • No value may indicate that the Dataset has never changed after its initial publication, + or that the date of the last modification is not known, or that the + Dataset is continuously updated +
  • +
  • This property MUST only be set if the distributions (the actual data) that + the Dataset describes have been updated after it has been issued. In this case the property + MUST contain the date of the last update. That way a person or institution using the data + for an analysis or application will know when to update the report or application on their side. +
  • +
+
+ +
+ + Optional Properties + +
+

Property: access rights

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyaccess rights
Requirement levelOptional
Cardinality0..1
URIdct:accessRights +
Rangedct:RightsStatement +
Usage Note +
    +
  • This property refers to information that indicates whether the Dataset is open data, has access + restrictions or is not public. +
  • +
  • + CV to be used: [[VOCAB-EU-ACCESS-RIGHT]]. +
  • +
+
+ +
+ +
+

Property: conforms to

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyconforms to
Requirement levelOptional
Cardinality0..n
URIdct:conformsTo +
Rangedct:Standard +
Usage Note +
    +
  • This property refers to an implementing rule or other specification.
  • +
  • This property SHOULD be used to indicate the model, schema, ontology, view or profile + that this representation of a Dataset conforms to. This is (generally) a complementary concern + to the media-type or format. +
  • +
+
+ +
+ +
+

Property: documentation

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertydocumentation
Requirement levelOptional
Cardinality0..n
URIfoaf:page
Rangefoaf:Document
Usage Note +
    +
  • This property refers to a page or document about this Dataset.
  • +
+
+ +
+ +
+ +

Property: frequency

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyfrequency
Requirement levelOptional
Cardinality0..1
URIdct:accrualPeriodicity
Rangedct:Frequency +
Usage Note +
    +
  • This property refers to the frequency at which the Dataset is updated.
  • +
  • CV to be used: [[VOCAB-EU-FREQUENCY]].
  • +
+
+ +
+ +
+ +

Property: image

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyimage
Requirement levelOptional
Cardinality0..3
URIschema:image
Rangeschema:url or + schema:ImageObject +
DefinitionA thumbnail picture illustrating the content of the dataset.
Usage Note +
    +
  • + A thumbnail picture illustrating the content of the Dataset. +
  • +
  • For distributions that consist of visual content (photographs, videos, maps, etc.) + it makes sense to add a limited number of thumbnails to the metadata. +
  • +
  • + It’s a DCAT-AP CH Custom Class (not present in DCAT-AP) +
  • +
+
+ + +
+ +
+ +

Property: is referenced by

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyis referenced by
Requirement levelOptional
Cardinality0..n
URIdct:isReferencedBy +
Rangerdfs:Resource
Usage Note +
    +
  • This property is about a related resource, such as a publication, that references, + cites, or otherwise points to the Dataset.
  • +
+
+ +
+ +
+ +

Property: language

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertylanguage
Requirement levelOptional
Optional0..n
URIdct:language +
Rangedct:LinguisticSystem +
Usage Note +
    +
  • This property refers to a language of the Dataset. + This property can be repeated if there are multiple languages in the Dataset. +
  • +
  • CV to be used: [[VOCAB-EU-LANGUAGE]]
  • +
+
+ +
+ +
+ +

Property: qualified attribution

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyqualified attribution
Requirement levelOptional
Cardinality0..n
URIprov:qualifiedAttribution +
Range + prov:Attribution +
Usage Note +
    +
  • This property refers to a link to an Agent having some form of responsibility for the resource
  • +
+
+ +
+ +
+ +

Property: qualified relation

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyqualified relation
Requirement levelOptional
Cardinality0..n
URI + dcat:qualifiedRelation +
Range + dcat:Relationship +
Usage Note +
    +
  • This property provides a link to a description of a relationship with another resource and + it’s especially meant for relationships between Dataset.
  • +
  • It replaces the property rdfs:seeAlso of DCAT-AP CH v1.
  • +
  • See here for examples on how to use + it: + dcat:qualifiedRelation. +
  • +
+
+ +
+ + + +
+ +
+ +

Class: Distribution

+ +

A metadata entry of this class describes a distribution of the data, which is 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). +

+

The distribution can contain all the data of the Dataset or it can contain just a part of the data. + For example: it can contain all data about the population in Switzerland or it can contain just one year of + this data, say the year 2018. It can also contain the data in an alternative data format, for example a + graphical presentation of the data for the years 1990 up to 2010. +

+

DCAT-AP allows the representation of various relationships within Dataset or between Datasets: The simplest + relationship is the aggregation of various physical representations of data (“Distributions”) into a Dataset. + One possible such Dataset would be a time series where each distribution covers one year of the data and the + Dataset spans several years. +

+

A distribution represents a general availability of a Dataset. It implies + no information about the actual access method of the data, i.e. whether by direct download or + through a Web page. The use of dcat:downloadURL property indicates directly downloadable distributions. +

+

DCAT-AP provides guidelines about the usage of Data services and Distribution in relation to Dataset: + [[DCAT-AP-USAGEGUIDE]]. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyURIRangeReqLevelCard
access URL + dcat:accessURL + + rdfs:Resource + M1..n
licensedct:license + dct:LicenseDocumentM1..1
availabilitydcatap:availabilityskos:ConceptR0..1
description + dct:description + rdfs:LiteralR0..n
formatdct:format + dct:MediaTypeOrExtent + R0..1
Rights + dct:rights + + dct:RightsStatementR0..1
Titledct:titlerdfs:LiteralR0..n
update/ modification date + dct:modified + rdfs:Literal + (typed as + as xsd:date, + xsd:dateTime, + xsd:gYear + or xsd:gYearMonth) + R0..1
access servicedcat:accessService + dcat:DataService + O0..n
byte size + dcat:byteSize + + rdfs:Literal + (typed as + as xsd:decimal) + O0..1
Checksum + spdx:checksum + spdx:Checksum + O0..1
Coveragedct:coverage + LocationPeriodOrJurisdiction + O0..n
Documentationfoaf:pagefoaf:DocumentO0..n
download URLdcat:downloadURL + rdfs:ResourceO0..n
identifier + dct:identifier + rdfs:LiteralO0..1
imageschema:imageschema:url or + schema:ImageObjectO0..3
Languagedct:language + dct:LinguisticSystem + O0..n
linked schemasdct:conformsTo + dct:Standard + O0..n
media type + dcat:mediaType subproperty of dct:format + dct:MediaTypeO0..1
packaging formatdcat:packageFormat + dcat:mediaType + O0..1
release date + dct:issued + rdfs:Literal + (typed as + as xsd:date, + xsd:dateTime, + xsd:gYear + or xsd:gYearMonth) + R0..1
temporal resolution + dcat:temporalResolution + xsd:duration + R0..1
+ + + + Manadatory Properties + +
+ +

Property: access URL

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyaccess URL
Requirement levelMandatory
Cardinality1..n
URI + dcat:accessURL
Range + rdfs:Resource +
Usage Note +
    +
  • This property contains a URL that gives access to a Distribution of the Dataset. The resource at + the access URL may contain information about how to get the Dataset.
  • +
+
+ + + +
+ +
+ +

Property: license

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertylicense
Requirement levelMandatory
Cardinality1..1
URI + dct:license +
Rangedct:LicenseDocument +
Usage Note +
    +
  • This property refers to the licence under which the Distribution is made available.
  • +
  • CV to used: [[VOCAB-CH-LICENSE]]
  • +
+
+ + +
+ + Recommended Properties + +
+ +

Property: availability

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyavailability
Requirement levelRecommended
Cardinality0..1
URI + dcatap:availability +
Rangeskos:Concept
Usage Note +
    +
  • This property indicates how long it is planned to keep the Distribution of the Dataset available.
  • +
+
+ + +
+ +
+ +

Property: description

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertydescription
Requirement levelRecommended
Cardinality0..n
URIdct:description +
Rangerdfs:Literal +
Usage Note +
    +
  • This property contains a free-text account of the Distribution.
  • +
  • The description MUST be provided if the distribution contains only part of the data + offered by the Dataset.
  • +
  • This property can be repeated for parallel language versions of the description + (see ). +
  • +
+
+ + + +
+ +
+ +

Property: format

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyformat
Requirement levelRecommended
Cardinality0..1
URI + dct:format +
Rangedct:MediaTypeOrExtent +
Usage Note +
    +
  • This property refers to the file format of the Distribution.
  • +
  • CV to be used: [[VOCAB-EU-FILE-TYPE]]
  • +
  • If a format is not available: + a) media type ([[IANA-MEDIA-TYPES]]) should be used + b) If necessary, a discussion to evaluate the adoption within the EU should be + launched (Contact point: [[VOCAB-EU-OP-CONTACT]]). +
  • +
+
+ + + +
+ +
+ +

Property: Rights

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyRights
Requirement levelRecommended
Cardinality0..1
URIdct:rights
Range + dct:RightsStatement +
Usage Note +
    +
  • This property refers to a statement that specifies rights associated with the Distribution.
  • +
+
+ + + +
+ +
+ +

Property: Title

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyTitle
Requirement levelRecommended
Cardinality0..n
URIdct:title
Rangerdfs:Literal +
Usage Note +
    +
  • This property contains a name given to the Distribution. This property can be repeated for + parallel language versions of the description + (see ).
  • +
  • The title MUST be given if the distribution contains only part of the data offered by the Dataset
  • +
  • The title can be given in several languages. In multilingual data portals, the title in the + language selected by a user will usually be shown as title for the distribution. +
  • +
+
+ + + +
+ +
+ +

Property: update/modification date

+ + + + + + + + + + + + + + + + + + + + + + + + + +
    +
  • This property contains the most recent date on which the Distribution was changed or modified.
  • +
+ + +
Propertyupdate/ modification date
Requirement levelRecommended
Cardinality0..1
URI + dct:modified +
Rangerdfs:Literal + (typed as + as xsd:date, + xsd:dateTime, + xsd:gYear + or xsd:gYearMonth) +
Usage Note
+ + + +
+ + Optional Properties + +
+

Property: access service

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyaccess service
Requirement levelOptional
Cardinality0..n
URIdcat:accessService +
Rangedcat:DataService + () +
Usage Note +
    +
  • This property refers to a data service that gives access to the distribution of the Dataset
  • +
+
+ +
+ +
+ +

Property: byte size

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertybyte size
Requirement levelOptional
Cardinality0..1
URI + dcat:byteSize +
Rangerdfs:Literal + (typed as + as xsd:decimal). +
Usage Note +
    +
  • This property contains the size of a Distribution in bytes. + If the precise size is not known, an approximate size can be indicated. +
  • +
+
+ + + +
+ +
+ +

Property: Checksum

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyChecksum
Requirement levelOptional
Cardinality0..1
URI + spdx:checksum +
Rangespdx:Checksum +
Usage Note +
    +
  • This property provides a mechanism that can be used to verify that the contents of a distribution + have not changed. +
  • +
  • The checksum is related to the downloadURL.
  • +
  • Property added in [[VOCAB-DCAT-3]]: + + spdx:checksum + +
  • +
+
+ + + +
+ +
+ +

Property: Coverage

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyCoverage
Requirement levelOptional
Cardinality0..n
URIdct:coverage +
Range + dct:LocationPeriodOrJurisdiction +
Usage Note +
    +
  • If a dataset contains distributions that differ regarding their content beyond just differences + in format or resolution this property can be used to specify temporal or spatial coverage of the + data that the distribution contains.
  • +
  • + It’s a DCAT-AP CH Custom Class (not present in DCAT-AP). +
  • +
+
+ + + +
+ +
+

Property: documentation

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyDocumentation
Requirement levelOptional
Cardinality0..n
URIfoaf:page
Rangefoaf:Document
Usage Note +
    +
  • This property refers to a page or document about this Distribution. +
  • +
+
+ +
+ +
+ +

Property: download URL

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertydownload URL
Requirement levelOptional
Cardinality0..n
URI + dcat:downloadURL
Range + rdfs:Resource +
Usage Note +
    +
  • + In case of a downloadable file, it is good practice to repeat the mandatory accessURL + in this more specific property, to indicate to the data user that the distribution has this + extra characteristic of being downloadable. The downloadURLs MAY thus be the same as the + accessURLs but they MAY also differ. +
  • +
+
+ +
+ +
+ +

Property: identifier

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyidentifier
Requirement levelOptional
Cardinality0..1
URI + dct:identifier +
Range + rdfs:Literal +
Usage Note +
    +
  • An identifier for the distribution, that identifies it as a + resource mainly for the organisation publishing the data.
  • +
+
+ + + +
+ +
+ +

Property: image

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyimage
Requirement levelOptional
Cardinality0..3
URIschema:image
Rangeschema:url or + schema:ImageObject +
Usage Note +
    +
  • A thumbnail picture illustrating the content of the Distribution.
  • +
  • + For distributions that consist of visual content (photographs, videos, maps, etc.) it makes + sense to add a limited number of thumbnails to the metadata.
  • +
  • + It’s a DCAT-AP CH Custom Class (not present in [[DCAT-AP]]). +
  • +
+
+ +
+ +
+ +

Property: Language

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyLanguage
Requirement levelOptional
Cardinality0..n
URIdct:language +
Rangerdfs:Literal +
Usage Note +
    +
  • This property refers to a language used in the Distribution.
  • +
  • This property can be repeated if the metadata is provided in multiple languages.
  • +
  • The property MUST be set if the distribution is language-dependent, or if it is given in + some of the languages German, French, Italian and English but not in all four languages.
  • +
  • CV to be used: [[VOCAB-EU-LANGUAGE]] +
  • +
+
+ +
+ +
+

Property: linked schemas

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertylinked schemas
Requirement levelOptional
Cardinality0..n
URIdct:conformsTo +
Rangedct:Standard +
Usage Note +
    +
  • This property refers to a page or document about this Data Service.
  • +
+
+ +
+ +
+ +

Property: media type

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertymedia type
Requirement levelOptional
Cardinality0..1
URI + dcat:mediaType +
Rangedct:MediaType +
Usage Note +
    +
  • This property refers to the media type of the Distribution as defined in the official register of + media types managed by IANA. +
  • +
  • + The value of the element "dcat:mediaType" must correspond to a MIME type according to IANA: [[IANA-MEDIA-TYPES]]. +
  • +
+
+ + + +
+ +
+ +

Property: packaging format

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertypackaging format
Requirement levelOptional
Cardinality0..1
URI + dcat:packageFormat +
Rangedct:MediaType +
Usage Note +
    +
  • This property refers to the format of the file in which one or more data files are + grouped together, e.g. to enable a set of related files to be downloaded together. +
  • +
  • + It SHOULD be expressed using a media type as defined in the official register of media types managed by IANA. +
  • +
+
+ + + +
+ +
+ +

Property: release date

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyrelease date
Requirement levelOptional
Cardinality0..1
URI + dct:issued +
Rangerdfs:Literal + (typed as + as xsd:date, + xsd:dateTime, + xsd:gYear + or xsd:gYearMonth) +
Usage Note +
    +
  • This property contains the date of formal issuance (e.g., publication) of the Distribution.
  • +
  • Date of formal issuance (publication) of the distribution
  • +
  • UsageThe first time issuance of the distribution. +
  • +
+
+ +
+ +
+

Property: temporal resolution

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertytemporal resolution
Requirement levelOptional
Cardinality0..1
URI + dcat:temporalResolution +
Rangexsd:duration +
Usage Note +
    +
  • This property refers to the minimum time period resolvable in the Dataset distribution.
  • +
+
+ +
+ +
+ +
+ +

Class: Data Service

+ +

A Data Service is a collection of operations that provides access to one or more Datasets or data + processing functions. If a dcat:DataService is bound to one or more specified Datasets, they are + indicated by the dcat:servesDataset property. +

+

DCAT-AP provides guidelines about the usage of Data services and Distribution in relation to + Datasets: + [[DCAT-AP-USAGEGUIDE]]. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyURIRangeReqLevelCard
endpoint URL + dcat:endpointURL + rdfs:ResourceM1..n
Contact Point + + dcat:contactPoint + + vcard:KindM1..n
Publisherdct:publisherfoaf:Agent + M1..1
Titledct:titlerdfs:LiteralM1..n
endpoint description + dct:endpointDescription + rdfs:ResourceR0..n
licensedct:license + dct:LicenseDocument + R0..1
serves datasetdcat:servesDataset + dcat:Dataset + R0..n
access rightsdct:accessRights + dct:RightsStatement + O0..1
Documentationfoaf:pagefoaf:DocumentO0..n
Keyworddcat:keyword + rdfs:Literal + O0..n
Landing pagedcat:landingPage + foaf:DocumentO0..n
+ + + + Manadatory Properties + +
+ +

Property: endpoint URL

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyendpoint URL
Requirement levelMandatory
Cardinality1..n
URI + + dcat:endpointURL + +
Range + rdfs:Resource +
Usage Note +
    +
  • The root location or primary endpoint of the service (an IRI)
  • +
+
+ +
+ +
+ +

Property: Contact Point

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyContact Point
Requirement levelMandatory
Cardinality1..n
URI + + dcat:contactPoint + +
Rangevcard:Kind
Usage Note +
    +
  • This property contains contact information that can be used for sending + comments about the Dataset.
  • +
  • This property MUST contain an email address that is continuously monitored + by the data publisher.
  • +
  • If there are several contributors involved in the publication of the Dataset, + the property can be used multiple times. +
  • +
+
+ +
+ +
+

Property: Publisher

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyPublisher
Requirement levelMandatory
Cardinality1..1
URIdct:publisher
Rangefoaf:Agent +
DefinitionThis property refers to an entity (organisation) responsible for making the Data Service available.
Usage Note +
    +
  • This property refers to an entity (organisation) responsible for making the Catalogue available.
  • +
+
+ +
+ +
+

Property: Title

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyTitle
Requirement levelMandatory
Cardinality1..n
URIdct:title
Rangerdfs:Literal +
Usage Note +
    +
  • The title of the catalogue in the indicated language
  • +
  • This property can be repeated for parallel language versions of the + description (see )
  • +
+
+ +
+ + Recommended Properties + +
+

Property: endpoint description

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyendpoint description
Requirement levelRecommended
Cardinality0..n
URI + dcat:endpointDescription +
Rangerdfs:Resource
Usage Note +
    +
  • This property contains a description of the services available via the end-points, + including their operations, parameters etc.The property gives specific details of the actual + endpoint instances. +
  • +
+
+ +
+ +
+

Property: license

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertylicense
Requirement levelRecommended
Cardinality0..1
URIdct:license +
Rangedct:LicenseDocument +
Usage Note +
    +
  • This property refers to the licence under which the Data Service is made available.
  • +
  • CV to used: [[VOCAB-CH-LICENSE]]
  • +
+
+ +
+ +
+

Property: serves dataset

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyserves dataset
Requirement levelRecommended
Cardinality0..n
URIdcat:servesDataset +
Rangedcat:Dataset + () +
DefinitionDataset that is part of the catalog.
Usage Note +
    +
  • This property refers to a collection of data that this data service can distribute.
  • +
+
+ +
+ + Optional Properties + +
+

Property: access rights

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Propertyaccess rights
Requirement levelOptional
Cardinality0..1
URIdct:accessRights +
Rangedct:RightsStatement +
Usage Note +
    +
  • This property MAY include information regarding access or restrictions based on privacy, + security, or other policies.
  • +
  • CV must be used: [[VOCAB-EU-ACCESS-RIGHT]]
  • +
+
+ +
+ +
+

Property: Documentation

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyDocumentation
Requirement levelOptional
Cardinality0..n
URIfoaf:page
Rangefoaf:Document
Usage Note +
    +
  • This property refers to a page or document about this Data Service.
  • +
+
+ +
+ +
+

Property: Keyword

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyKeyword
Requirement levelOptional
Cardinality0..n
URIdcat:keyword +
Rangerdfs:Literal +
Usage Note +
    +
  • This property contains a keyword or tag describing the Data Service.
  • +
  • If available, the keyword from [[TERMDAT]] SHOULD be used.
  • +
+
+ +
+ +
+

Property: Landing page

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyLanding page
Requirement levelOptional
Cardinality0..n
URIdcat:landingPage +
Rangefoaf:Document
Usage Note +
    +
  • This property refers to a web page that provides access to the Data Service and/or + additional information. It is intended to point to a + landing page at the original data provider, not to a page on a site of a third party, such as an aggregator.
  • +
+
+ +
+ +
+ +
+ +
+

Conformance to DCAT-AP

+

DCAT-AP CH is a Subprofile of DCAT-AP and DCAT-AP is an application profile of DCAT.

+

The DCAT-Profile Guidance states that application profiles may form hierarchies.

+

There is a close collaboration between DCAT-AP and DCAT-AP CH which takes place mostly as an + online discussion on GitHub at [[DCAT-AP-GITHUB-ISSUES]].

+

The following diagram captures the relationship between DCAT, DCAT-AP and DCAT-AP CH:

+
+ classDiagram + + DCAT --> DCAT_AP: is_profile_of + DCAT_AP --> DCAT_AP_CH: is_subprofile_of + DCAT --> DCAT_AP_CH: is_profile_of + class DCAT { + - defines classes + - defines properties + - base vocabulary + } + class DCAT_AP { + - uses classes of DCAT + - specifies requirement levels + - specifies controlled vocabulary + } + class DCAT_AP_CH { + - localizes DCAT-AP for Swiss context + - can restrict more but not less than DCAT-AP + } +
+

For the previously mentioned interoperability reasons, DCAT-AP CH aims to stay a sub-profile of [[DCAT-AP]]. + Furthermore, this way it can be assured that metadata structured as DCAT-AP CH can be efficiently + harvested by [[DATAPORTAL-EU]].

+

DCAT-AP CH also aims for completeness, in the way that a data provider that only uses DCAT-AP CH + as guidance should be able to form a data catalogue that automatically conforms to DCAT-AP. +

+

Therefore:

+
    +
  • DCAT-AP CH contains all core classes currently known to be in DCAT-AP (Version 2.1.0, Chapter 3)
  • +
  • DCAT-AP CH contains all currently known recommended and mandatory properties of DCAT-AP (Version 2.0.1). + For these mentioned properties the usage conditions of DCAT-AP CH apply. +
  • +
  • Properties of DCAT-AP or DCAT that are not mentioned in DCAT-AP CH are considered to be optional. For + these properties the usage conditions of DCAT-AP and DCAT apply in the following order: if the property + is part of DCAT-AP, DCAT-AP’s usage conditions apply, if it is a property of DCAT only, + then DCAT’s usage conditions apply. +
  • +
+

+ Custom properties in DCAT-AP CH +

DCAT-AP CH MAY introduce Swiss specific properties and vocabulary, such as the list of cantons of Switzerland, + which don't exist in the DCAT or DCAT-AP vocabulary. It SHOULD however not introduce its own (custom) properties + that can already be expressed in DCAT with different vocabularies. In those cases, the + DCAT-AP or DCAT vocabulary have to be used. +

+

Therefore, some properties that were custom in Version 1 have been removed in Version 2 of DCAT-AP CH:

+
    +
  • + dct:coverage on dcat:Dataset can be now be expressed by dct:temporal and dct:spatial +
  • +
  • + rdfs:seeAlso on dcat:Dataset can now be expressed by dcat:qualifiedRelation +
  • +
+

DCAT-AP CH still defines custom properties where a replacement by DCAT-AP or DCAT vocabulary is currently + not considered possible or useful (in DCAT-AP Version 2.1.0): +

+
    +
  • + schema:image on dcat:Dataset and dcat:Distribution: this property is used to provide + thumbnails for Distributions that contain visual data +
  • +
  • + dct:coverage on dcat:Distribution is needed to model distributions of datasets as a series of data +
  • +
+
+ +
+ Conformance to DCAT-AP CH + + +
+

Data Provider requirements

+

A data catalogue conforms to DCAT-AP CH if:

+
    +
  • + An RDF description of the catalogue is available +
  • +
  • + All classes and properties defined in DCAT-AP CH v2 are used in a way consistent with the + semantics declared in this specification. +
  • +
  • + Properties not mentioned in this specification MAY be used if they are included in either + DCAT-AP or DCAT and their usage conforms to DCAT-AP if they are + included in DCAT-AP or to DCAT if they are only included in DCAT. +
  • +
+
+ +
+

Receiver requirements

+

An application (data portal) conforms to DCAT-AP if:

+
    +
  • + It is able to process RDF catalogues that conform to DCAT-AP CH. +
  • +
  • + Processing means that it MUST accept incoming data and transparently provide this + data to applications and services. +
  • +
  • + Processing does not prescribe whether and how the metadata is stored internally, + displayed or made searchable. +
  • +
  • + This processing of metadata also applies to classes and properties not mentioned in DCAT-AP CH that are part of + DCAT-AP or DCAT. A DCAT-AP CH conformant receiver MUST also be able to process these classes and properties]. +
  • +
+
+ +
+ +
+

Haftungsausschluss

+

eCH-Standards, welche der Verein eCH dem Benutzer zur unentgeltlichen Nutzung zur Verfügung stellen oder + welche eCH referenzieren, haben nur den Status von Empfehlungen. Der Verein eCH haftet in keinem Fall + für Entscheidungen oder Massnahmen, welche der Benutzer auf Grund dieser Dokumente trifft und / oder ergreift. + Der Benutzer ist verpflichtet, die Dokumente vor deren Nutzung selbst zu überprüfen und sich gegebenenfalls + beraten zu lassen. eCH-Standards können und sollen die technische, organisatorische oder juristische + Beratung im konkreten Einzelfall nicht ersetzen. +

+

In eCH-Standards referenzierte Dokumente, Verfahren, Methoden, Produkte und Standards sind unter Umständen + markenrechtlich, urheberrechtlich oder patentrechtlich geschützt. Es liegt in der ausschliesslichen + Verantwortlichkeit des Benutzers, sich die allenfalls erforderlichen Rechte bei den jeweils berechtigten + Personen und/oder Organisationen zu beschaffen. +

+

Obwohl der Verein eCH all seine Sorgfalt darauf verwendet, die eCH-Standards sorgfältig auszuarbeiten, kann + keine Zusicherung oder Garantie auf Aktualität, Vollständigkeit, Richtigkeit bzw. Fehlerfreiheit der zur + Verfügung gestellten Informationen und Dokumente gegeben werden. Der Inhalt von eCH-Standards kann jederzeit + und ohne Ankündigung geändert werden. +

+

Jede Haftung für Schäden, welche dem Benutzer aus dem Gebrauch der eCH-Standards entstehen ist, soweit + gesetzlich zulässig, wegbedungen. +

+
+ +
+

Urheberrechte

+

+ Wer eCH-Standards erarbeitet, behält das geistige Eigentum an diesen. Allerdings verpflichtet sich + der Erarbeitende, sein betreffendes geistiges Eigentum oder seine Rechte an geistigem Eigentum anderer, + sofern möglich, den jeweiligen Fachgruppen und dem Verein eCH kostenlos zur uneingeschränkten Nutzung + und Weiterentwicklung im Rahmen des Vereinszweckes zur Verfügung zu stellen. +

+

+ Die von den Fachgruppen erarbeiteten Standards können unter Nennung der jeweiligen Urheber von eCH + unentgeltlich und uneingeschränkt genutzt, weiterverbreitet und weiterentwickelt werden. +

+

+ eCH-Standards sind vollständig dokumentiert und frei von lizenz- und/oder patentrechtlichen + Einschränkungen. Die dazugehörige Dokumentation kann unentgeltlich bezogen werden. +

+

+ Diese Bestimmungen gelten ausschliesslich für die von eCH erarbeiteten Standards, nicht jedoch + für Standards oder Produkte Dritter, auf welche in den eCH-Standards Bezug genommen wird. Die + Standards enthalten die entsprechenden Hinweise auf die Rechte Dritter. +

+
+ +
+

Mitarbeit & Überprüfung

+
+ +
+

Änderungen gegenüber Vorversion

+
+ +
+

Verzeichnis der referenzierten Namensräume

+

Namespaces and prefixes used in normative parts of this recommendation are shown in the following table:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PrefixNamespace IRISource
dcathttp://www.w3.org/ns/dcat#[[VOCAB-DCAT]]
dcthttp://purl.org/dc/terms/[[DCTERMS]]
foafhttp://xmlns.com/foaf/0.1/[[FOAF]]
schemahttp://schema.org/[[schema-org]]
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#[[RDF-SYNTAX-GRAMMAR]]
rdfshttp://www.w3.org/2000/01/rdf-schema#[[RDF-SCHEMA]]
vcardhttp://www.w3.org/2006/vcard/ns#[[VCARD-RDF]]
xsdhttp://www.w3.org/2001/XMLSchema#[[XMLSCHEMA11-2]]
admshttp://www.w3.org/ns/adms#[[VOCAB-ADMS]]
skoshttp://www.w3.org/2004/02/skos/core#[[SKOS-REFERENCE]]
locnhttp://www.w3.org/ns/locn#[[LOCN]]
provhttp://www.w3.org/ns/prov#[[PROV]]
spdxhttp://spdx.org/rdf/terms#[[SPDX]]
gsphttp://www.opengis.net/ont/geosparql#[[GeoSPARQL]]
+
+ +
+

Abbildungsverzeichnis

+
+ +
+

Tabellenverzeichnis

+
+ + + diff --git a/docs/releases/3.0_workingdraft/examples/agent/agent.ttl b/docs/releases/3.0_workingdraft/examples/agent/agent.ttl new file mode 100644 index 00000000..b7940497 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/agent/agent.ttl @@ -0,0 +1,6 @@ +@prefix foaf: . + + + a foaf:Organization ; + foaf:name "Swisstopo Landesamt für Topographie" . + diff --git a/docs/releases/3.0_workingdraft/examples/agent/publisher-corrected.xml b/docs/releases/3.0_workingdraft/examples/agent/publisher-corrected.xml new file mode 100644 index 00000000..78bfee03 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/agent/publisher-corrected.xml @@ -0,0 +1,3 @@ + + Swisstopo Landesamt für Topographie + diff --git a/docs/releases/3.0_workingdraft/examples/agent/publisher.xml b/docs/releases/3.0_workingdraft/examples/agent/publisher.xml new file mode 100644 index 00000000..cb565c46 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/agent/publisher.xml @@ -0,0 +1,6 @@ + + + Name of the publishing organization + + + diff --git a/docs/releases/3.0_workingdraft/examples/catalog.ttl b/docs/releases/3.0_workingdraft/examples/catalog.ttl new file mode 100644 index 00000000..20ffb807 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog.ttl @@ -0,0 +1,37 @@ +@prefix dcat: . +@prefix dct: . +@prefix foaf: . +@prefix xsd: . + + + a dcat:Catalog ; + + dcat:dataset , ; + + dct:title "Open Data City of Zurich"@en , + "Offene Daten der Stadt Zurich"@de ; + dct:description "Datenkatalog der Stadt Zurich"@de ; + + dct:issued "2021-01-07T00:00:00"^^xsd:dateTime ; + foaf:homepage ; + dct:publisher ; + dct:modified "2021-01-07T00:00:00"^^xsd:dateTime ; + dct:language: "en" . + + + a dcat:Dataset ; + dct:title "some title"@en ; + dct:description "some dataset"@en . + + + a dcat:Dataset ; + dct:title "some title"@en ; + dct:description "some dataset"@en . + + + a foaf:Document . + + + a foaf:Organization ; + foaf:name "Landesamt für Topography"@en . + diff --git a/docs/releases/3.0_workingdraft/examples/catalog/catalog.ttl b/docs/releases/3.0_workingdraft/examples/catalog/catalog.ttl new file mode 100644 index 00000000..4af09827 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog/catalog.ttl @@ -0,0 +1,48 @@ +@prefix dcat: . +@prefix dct: . +@prefix foaf: . +@prefix xsd: . + +# ---------- class Catalog -------------------------------------------------- + + a dcat:Catalog ; + + # mandatory properties + dct:description "Datenkatalog der Stadt Zurich"@de ; + dct:publisher ; + dct:title "Open Data City of Zurich"@en , + "Offene Daten der Stadt Zurich"@de ; + + # recommended properties + dcat:dataset , ; + foaf:homepage ; + dcat:service , . + dct:issued "2021-01-07T00:00:00"^^xsd:dateTime ; + dct:license . + + # optional properties + dct:modified "2021-01-07T00:00:00"^^xsd:dateTime ; + dct:language , + . + +# ---------- class Dataset -------------------------------------------------- + + a dcat:Dataset . + + + a dcat:Dataset . + +# ---------- class Document -------------------------------------------------- + + a foaf:Document . + +# ---------- class DataService ----------------------------------------------- + + a dcat:DataService . + + + a dcat:DataService . + +# ---------- class Agent ----------------------------------------------------- + + a foaf:Agent . diff --git a/docs/releases/3.0_workingdraft/examples/catalog/dataset.ttl b/docs/releases/3.0_workingdraft/examples/catalog/dataset.ttl new file mode 100644 index 00000000..2675be6e --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog/dataset.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . + + + a dcat:Catalog ; + + dcat:dataset , . diff --git a/docs/releases/3.0_workingdraft/examples/catalog/description.ttl b/docs/releases/3.0_workingdraft/examples/catalog/description.ttl new file mode 100644 index 00000000..b51ec957 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog/description.ttl @@ -0,0 +1,10 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Catalog ; + dct:description """Opendata Collection of the city of Zurich + - [read more here](https://opendata.zurich/)"""@en, + """Datensammlung der Stadt Zürich + - [eine ausführliche Beschreibung finden Sie hier] + (https://opendata.zurich#about)"""@de . diff --git a/docs/releases/3.0_workingdraft/examples/catalog/homepage.ttl b/docs/releases/3.0_workingdraft/examples/catalog/homepage.ttl new file mode 100644 index 00000000..b1b0cb5f --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog/homepage.ttl @@ -0,0 +1,9 @@ +@prefix dcat: . +@prefix foaf: . + + + a dcat:Catalog ; + foaf:homepage . + + + a foaf:Document . diff --git a/docs/releases/3.0_workingdraft/examples/catalog/issued.ttl b/docs/releases/3.0_workingdraft/examples/catalog/issued.ttl new file mode 100644 index 00000000..d137ff0d --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog/issued.ttl @@ -0,0 +1,7 @@ +@prefix dcat: . +@prefix dct: . +@prefix xsd: . + + + a dcat:Catalog ; + dct:issued "2021-04-26"^^xsd:date . \ No newline at end of file diff --git a/docs/releases/3.0_workingdraft/examples/catalog/language.ttl b/docs/releases/3.0_workingdraft/examples/catalog/language.ttl new file mode 100644 index 00000000..88050304 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog/language.ttl @@ -0,0 +1,7 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Catalog ; + dct:language , + . \ No newline at end of file diff --git a/docs/releases/3.0_workingdraft/examples/catalog/license.ttl b/docs/releases/3.0_workingdraft/examples/catalog/license.ttl new file mode 100644 index 00000000..30f9df42 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog/license.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Catalog ; + dct:license . diff --git a/docs/releases/3.0_workingdraft/examples/catalog/modified.ttl b/docs/releases/3.0_workingdraft/examples/catalog/modified.ttl new file mode 100644 index 00000000..c038e2d2 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog/modified.ttl @@ -0,0 +1,8 @@ +@prefix dcat: . +@prefix dct: . +@prefix xsd: . + + + a dcat:Catalog ; + dct:issued "2021-01-26"^^xsd:date . + dct:modified "2021-04-26"^^xsd:date . \ No newline at end of file diff --git a/docs/releases/3.0_workingdraft/examples/catalog/publisher.ttl b/docs/releases/3.0_workingdraft/examples/catalog/publisher.ttl new file mode 100644 index 00000000..800c32a2 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog/publisher.ttl @@ -0,0 +1,12 @@ +@prefix dcat: . +@prefix dct: . +@prefix foaf: . + + + a dcat:Catalog ; + dct:publisher . + + + a foaf:Organization ; + foaf:name: "Landesamt für Topographie Swisstopo"@de , + "Federal Office of Topography"@en . diff --git a/docs/releases/3.0_workingdraft/examples/catalog/rights.ttl b/docs/releases/3.0_workingdraft/examples/catalog/rights.ttl new file mode 100644 index 00000000..75fbf9e2 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog/rights.ttl @@ -0,0 +1,14 @@ +@prefix dcat: . +@prefix dct: . +@prefix odrs: . +@prefix rdfs: . + + + a dcat:Distribution ; + dcat:accessURL ; + dct:license ; + dct:rights :identitas-rights-statement . + +:identitas-rights-statement + a odrs:RightsStatement; + odrs:attributionText "The Identitas organization" . diff --git a/docs/releases/3.0_workingdraft/examples/catalog/service.ttl b/docs/releases/3.0_workingdraft/examples/catalog/service.ttl new file mode 100644 index 00000000..0c5fe85f --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog/service.ttl @@ -0,0 +1,11 @@ +@prefix dcat: . + + + a dcat:Catalog ; + dcat:service , . + + + a dcat:DataService . + + + a dcat:DataService . \ No newline at end of file diff --git a/docs/releases/3.0_workingdraft/examples/catalog/spatial.ttl b/docs/releases/3.0_workingdraft/examples/catalog/spatial.ttl new file mode 100644 index 00000000..b0c055d8 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog/spatial.ttl @@ -0,0 +1,30 @@ +@prefix dcat: . +@prefix dct: . +@prefix locn: . +@prefix gsp: . + + + a dcat:Catalog; + dct:spatial [ + a dct:Location ; + locn:geometry """POLYGON (( + 4.8842353 52.375108 , 4.884276 52.375153 , + 4.8842567 52.375159 , 4.883981 52.375254 , + 4.8838502 52.375109 , 4.883819 52.375075 , + 4.8841037 52.374979 , 4.884143 52.374965 , + 4.8842069 52.375035 , 4.884263 52.375016 , + 4.8843200 52.374996 , 4.884255 52.374926 , + 4.8843289 52.374901 , 4.884451 52.375034 , + 4.8842353 52.375108 + ))"""^^gsp:wktLiteral + ], [ + a dct:Location ; + dcat:centroid "POINT(4.88412 52.37509)"^^gsp:wktLiteral + ], [ + a dct:Location ; + dcat:bbox """POLYGON(( + 3.053 47.975 , 7.24 47.975 , + 7.24 53.504 , 3.053 53.504 , + 3.053 47.975 + ))"""^^gsp:wktLiteral + ], . diff --git a/docs/releases/3.0_workingdraft/examples/catalog/theme-taxonomy.ttl b/docs/releases/3.0_workingdraft/examples/catalog/theme-taxonomy.ttl new file mode 100644 index 00000000..3f23f729 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog/theme-taxonomy.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . + + + a dcat:Catalog ; + + dcat:themeTaxonomy . diff --git a/docs/releases/3.0_workingdraft/examples/catalog/title.ttl b/docs/releases/3.0_workingdraft/examples/catalog/title.ttl new file mode 100644 index 00000000..a0d1bf51 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/catalog/title.ttl @@ -0,0 +1,7 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Catalog ; + dct:title "Opendata der des Landesamts für Topographie"@de, + "Opendata catalog of the Federal Office for Topography"@en. diff --git a/docs/releases/3.0_workingdraft/examples/dataset/conforms-to.ttl b/docs/releases/3.0_workingdraft/examples/dataset/conforms-to.ttl new file mode 100644 index 00000000..2f56d209 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/conforms-to.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . +@prefix xsd: . + + + a dcat:Dataset ; + dct:conformsTo ; diff --git a/docs/releases/3.0_workingdraft/examples/dataset/contact-point.ttl b/docs/releases/3.0_workingdraft/examples/dataset/contact-point.ttl new file mode 100644 index 00000000..38353889 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/contact-point.ttl @@ -0,0 +1,14 @@ +@prefix dcat: . +@prefix vcard: . + + + a dcat:Dataset ; + dcat:contactPoint [ + a vcard:Organization ; + vcard:fn "Abteilung Lärm BAFU" ; + vcard:hasEmail + ], [ + a vcard:Individual ; + vcard:fn "Sekretariat BAFU" ; + vcard:hasEmail + ] . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/dataset.ttl b/docs/releases/3.0_workingdraft/examples/dataset/dataset.ttl new file mode 100644 index 00000000..cf0b1ebc --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/dataset.ttl @@ -0,0 +1,63 @@ +@prefix dcat: . +@prefix dct: . +@prefix foaf: . +@prefix vcard: . +@prefix xsd: . + +# ---------- class Dataset -------------------------------------------------- + + a dcat:DataService ; + + # mandatory properties + + dcat:contactPoint [ + a vcard:Organization ; + vcard:fn "Abteilung Lärm BAFU" ; + vcard:hasEmail . + ], [ + a vcard:Individual ; + vcard:fn "Sekretariat BAFU" ; + vcard:hasEmail . + ] ; + dct:description """In diesem Dataset finden Sie Daten zum + Waldbestand im Kanton Zürich + - Anzahl der Bäume per year + - Gesundheit der bäume"""@de, + """This dataset contains information regarding the + forests in Canton Zurich: + - nr of trees per year + - health of trees"""@en ; + dct:publisher ; + dct:title "Waldbestand Zürich"@en, "Forests of Zurich"@de ; + + # recommended properties + + dcat:distribution , + ; + dcat:keyword "ereigniskataster"@de, + "hochwasser"@de, + "lawine"@de, + "murgang"@de, + "naturereignis"@de ; + dcat:landingPage ; + dct:issued "2021-04-26"^^xsd:date ; + dct:spatial ; + dct:temporal: [ a dct:PeriodOfTime ; + dcat:endDate "2021-06-22T00:00:00"^^xsd:dateTime ; + dcat:startDate "2020-01-01T00:00:00"^^xsd:dateTime ] ; + dcat:theme ; + ; + dct:modified "2021-04-26"^^xsd:date . + +# ---------- class Publisher ------------------------------------------------ + + a foaf:Organization ; + foaf:name: "Landesamt für Topographie Swisstopo"@de , + "Federal Office of Topography"@en . + +# ---------- class Distribution ---------------------------------------------- + + a dcat:Distribution . + + + a dcat:Distribution . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/description.ttl b/docs/releases/3.0_workingdraft/examples/dataset/description.ttl new file mode 100644 index 00000000..279aefed --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/description.ttl @@ -0,0 +1,13 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Dataset ; + dct:description """In diesem Dataset finden Sie Daten zum + Waldbestand im Kanton Zürich + - Anzahl der Bäume per year + - Gesundheit der bäume"""@de, + """This dataset contains information regarding the + forests in Canton Zurich: + - nr of trees per year + - health of trees"""@en . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/distribution.ttl b/docs/releases/3.0_workingdraft/examples/dataset/distribution.ttl new file mode 100644 index 00000000..3c4db99c --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/distribution.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . + + + a dcat:Dataset ; + dcat:distribution , + . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/documentation.ttl b/docs/releases/3.0_workingdraft/examples/dataset/documentation.ttl new file mode 100644 index 00000000..75691977 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/documentation.ttl @@ -0,0 +1,9 @@ +@prefix dcat: . +@prefix foaf: . + + + a dcat:Dataset ; + foaf:page . + + + a foaf:Document . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/frequency.ttl b/docs/releases/3.0_workingdraft/examples/dataset/frequency.ttl new file mode 100644 index 00000000..b1f3faa0 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/frequency.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Dataset ; + dct:accrualPeriodicity . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/identifier.ttl b/docs/releases/3.0_workingdraft/examples/dataset/identifier.ttl new file mode 100644 index 00000000..2e302c06 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/identifier.ttl @@ -0,0 +1,7 @@ +@prefix dcat: . +@prefix dct: . +@prefix xsd: . + + + a dcat:Dataset ; + dct:identifier "12356-3fefefe-3232@swisstopo.ch" . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/image.ttl b/docs/releases/3.0_workingdraft/examples/dataset/image.ttl new file mode 100644 index 00000000..39fe74b0 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/image.ttl @@ -0,0 +1,7 @@ +@prefix dcat: . +@prefix schema: . + + + a dcat:Dataset ; + schema:image , + . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/is-referenced-by.ttl b/docs/releases/3.0_workingdraft/examples/dataset/is-referenced-by.ttl new file mode 100644 index 00000000..c79fe3b0 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/is-referenced-by.ttl @@ -0,0 +1,9 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Dataset ; + dct:isReferencedBy . + + + a dcat:Dataset . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/issued.ttl b/docs/releases/3.0_workingdraft/examples/dataset/issued.ttl new file mode 100644 index 00000000..3961066b --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/issued.ttl @@ -0,0 +1,7 @@ +@prefix dcat: . +@prefix dct: . +@prefix xsd: . + + + a dcat:Dataset ; + dct:issued "2021-04-26"^^xsd:date . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/keyword.ttl b/docs/releases/3.0_workingdraft/examples/dataset/keyword.ttl new file mode 100644 index 00000000..9987ab71 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/keyword.ttl @@ -0,0 +1,10 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Dataset ; + dcat:keyword "ereigniskataster"@de, + "hochwasser"@de, + "lawine"@de, + "murgang"@de, + "naturereignis"@de . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/landing-page.ttl b/docs/releases/3.0_workingdraft/examples/dataset/landing-page.ttl new file mode 100644 index 00000000..c8953c25 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/landing-page.ttl @@ -0,0 +1,9 @@ +@prefix dcat: . +@prefix foaf: . + + + a dcat:Dataset ; + dcat:landingPage . + + + a foaf:Document . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/language.ttl b/docs/releases/3.0_workingdraft/examples/dataset/language.ttl new file mode 100644 index 00000000..25439e79 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/language.ttl @@ -0,0 +1,8 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Dataset ; + + dct:language , + . \ No newline at end of file diff --git a/docs/releases/3.0_workingdraft/examples/dataset/modified.ttl b/docs/releases/3.0_workingdraft/examples/dataset/modified.ttl new file mode 100644 index 00000000..97aee2ac --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/modified.ttl @@ -0,0 +1,7 @@ +@prefix dcat: . +@prefix dct: . +@prefix xsd: . + + + a dcat:Dataset ; + dct:modified "2021-04-26"^^xsd:date . \ No newline at end of file diff --git a/docs/releases/3.0_workingdraft/examples/dataset/publisher.ttl b/docs/releases/3.0_workingdraft/examples/dataset/publisher.ttl new file mode 100644 index 00000000..37914518 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/publisher.ttl @@ -0,0 +1,12 @@ +@prefix dcat: . +@prefix dct: . +@prefix foaf: . + + + a dcat:Dataset ; + dct:publisher . + + + a foaf:Organization ; + foaf:name: "Landesamt für Topographie Swisstopo"@de , + "Federal Office of Topography"@en . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/qualified-attribution.ttl b/docs/releases/3.0_workingdraft/examples/dataset/qualified-attribution.ttl new file mode 100644 index 00000000..a2dc0fd4 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/qualified-attribution.ttl @@ -0,0 +1,9 @@ +@prefix dcat: . +@prefix prov: . + + + a dcat:Dataset ; + prov:qualifiedAttribution [ + a prov:Attribution; + prov:agent :civil_action_group; + ] . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/qualified-relation.ttl b/docs/releases/3.0_workingdraft/examples/dataset/qualified-relation.ttl new file mode 100644 index 00000000..737489a9 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/qualified-relation.ttl @@ -0,0 +1,10 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Dataset ; + dcat:qualifiedRelation [ + a dcat:Relationship ; + dct:relation ; + dcat:hadRole + ] . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/relation.ttl b/docs/releases/3.0_workingdraft/examples/dataset/relation.ttl new file mode 100644 index 00000000..861d49a7 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/relation.ttl @@ -0,0 +1,13 @@ +@prefix dcat: . +@prefix dct: . +@prefix rdfs: . + + + a dcat:Dataset ; + dct:relation , + , + . + + rdfs:label "Webseite des BAFU" . + rdfs:label "Somthing about noise" . + rdfs:label "legal information" . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/spatial.ttl b/docs/releases/3.0_workingdraft/examples/dataset/spatial.ttl new file mode 100644 index 00000000..6f3d4ddc --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/spatial.ttl @@ -0,0 +1,30 @@ +@prefix dcat: . +@prefix dct: . +@prefix locn: . +@prefix gsp: . + + + a dcat:Dataset ; + dct:spatial [ + a dct:Location ; + locn:geometry """POLYGON (( + 4.8842353 52.375108 , 4.884276 52.375153 , + 4.8842567 52.375159 , 4.883981 52.375254 , + 4.8838502 52.375109 , 4.883819 52.375075 , + 4.8841037 52.374979 , 4.884143 52.374965 , + 4.8842069 52.375035 , 4.884263 52.375016 , + 4.8843200 52.374996 , 4.884255 52.374926 , + 4.8843289 52.374901 , 4.884451 52.375034 , + 4.8842353 52.375108 + ))"""^^gsp:wktLiteral + ], [ + a dct:Location ; + dcat:centroid "POINT(4.88412 52.37509)"^^gsp:wktLiteral + ], [ + a dct:Location ; + dcat:bbox """POLYGON(( + 3.053 47.975 , 7.24 47.975 , + 7.24 53.504 , 3.053 53.504 , + 3.053 47.975 + ))"""^^gsp:wktLiteral + ], . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/temporal.ttl b/docs/releases/3.0_workingdraft/examples/dataset/temporal.ttl new file mode 100644 index 00000000..5d31afb5 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/temporal.ttl @@ -0,0 +1,9 @@ +@prefix dcat: . +@prefix dct: . +@prefix xsd: . + + + a dcat:Dataset ; + dct:temporal: [ a dct:PeriodOfTime ; + dcat:endDate "2021-06-22T00:00:00"^^xsd:dateTime ; + dcat:startDate "2020-01-01T00:00:00"^^xsd:dateTime ] . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/theme.ttl b/docs/releases/3.0_workingdraft/examples/dataset/theme.ttl new file mode 100644 index 00000000..cd772b1a --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/theme.ttl @@ -0,0 +1,7 @@ +@prefix dcat: . + + + a dcat:Dataset ; + + dcat:theme , + . diff --git a/docs/releases/3.0_workingdraft/examples/dataset/title.ttl b/docs/releases/3.0_workingdraft/examples/dataset/title.ttl new file mode 100644 index 00000000..068dba84 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/dataset/title.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Dataset ; + dct:title "Holztürme im Kanton Zürich"@de, "Wooden staircases in canton Zurich"@en. diff --git a/docs/releases/3.0_workingdraft/examples/distribution/access-service.ttl b/docs/releases/3.0_workingdraft/examples/distribution/access-service.ttl new file mode 100644 index 00000000..8419a7d5 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/access-service.ttl @@ -0,0 +1,8 @@ +@prefix dcat: . + + + a dcat:Distribution ; + dcat:accessService . + + + a dcat:DataService . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/access-url.ttl b/docs/releases/3.0_workingdraft/examples/distribution/access-url.ttl new file mode 100644 index 00000000..6c2322c2 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/access-url.ttl @@ -0,0 +1,5 @@ +@prefix dcat: . + + + a dcat:Distribution ; + dcat:accessURL . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/availability.ttl b/docs/releases/3.0_workingdraft/examples/distribution/availability.ttl new file mode 100644 index 00000000..a8b8d95f --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/availability.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Distribution ; + dcatap:availability . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/byte-size.ttl b/docs/releases/3.0_workingdraft/examples/distribution/byte-size.ttl new file mode 100644 index 00000000..417f999f --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/byte-size.ttl @@ -0,0 +1,8 @@ +@prefix dcat: . +@prefix xsd: . + + + a dcat:Distribution ; + dcat:accessURL ; + dcat:downloadURL ; + dcat:byteSize "1944.5"^^xsd:decimal . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/checksum.ttl b/docs/releases/3.0_workingdraft/examples/distribution/checksum.ttl new file mode 100644 index 00000000..e74a6788 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/checksum.ttl @@ -0,0 +1,13 @@ +@prefix dcat: . + + + a dcat:Distribution ; + dcat:accessURL ; + dcat:downloadURL . + spdx:checksum :checksum001 + +:checksum001 + a spdx:Checksum; + spdx:algorithm + spdx:checksumValue: 5bcc814127be171c75595d419f371c74c9cf041419c45d6e8d2c789e5c303b47 . + diff --git a/docs/releases/3.0_workingdraft/examples/distribution/conforms-to.ttl b/docs/releases/3.0_workingdraft/examples/distribution/conforms-to.ttl new file mode 100644 index 00000000..a5eca40b --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/conforms-to.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . +@prefix xsd: . + + + a dcat:Distribution ; + dct:conformsTo ; diff --git a/docs/releases/3.0_workingdraft/examples/distribution/coverage.ttl b/docs/releases/3.0_workingdraft/examples/distribution/coverage.ttl new file mode 100644 index 00000000..11bafec0 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/coverage.ttl @@ -0,0 +1,15 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Dataset ; + dcat:distribution , + . + + + a dcat:Distribution ; + dct:coverage "2019-09-22" . + + + a dcat:Distribution ; + dct:coverage "2019-09-01" . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/description.ttl b/docs/releases/3.0_workingdraft/examples/distribution/description.ttl new file mode 100644 index 00000000..3ffd5213 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/description.ttl @@ -0,0 +1,16 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Distribution ; + dct:description """dct:description "Die Gesundheitsdirektion des Kantons Zürich veröffentlicht + ab dem 30.11.2020 einmal wöchentlich den Anteil der positiven SARS-CoV-2 + Tests bei Kindern und Jugendlichen nach Alterskategorien pro Kalenderwoche. + Die Zeitreihe beginnt mit Kalenderwoche 22/2020 (25.-31.05.2020). + Spaltenüberschriften: + 'Woche_von' = Beginn der Kalenderwoche (Datum); + 'Woche_bis' = Ende der Kalenderwoche (Datum); + 'AgeCat'= Alterskategorie (0-3, 4-11, 12-15, 16-19 Jahre); + 'Anzahl_positiv' = Anzahl positiver Tests; + 'Anzahl_negativ' = Anzahl negativer Tests; + 'Anteil_positiv' = Anteil der positiven Tests an allen Tests"@de ;"""@de . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/distribution.ttl b/docs/releases/3.0_workingdraft/examples/distribution/distribution.ttl new file mode 100644 index 00000000..55430042 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/distribution.ttl @@ -0,0 +1,27 @@ +@prefix dcat: . +@prefix dct: . +@prefix xsd: . +@prefix odrs: . + +# ---------- class Distribution --------------------------------------------- + + a dcat:Distribution ; + + # mandatory properties + + dct:accessURL ; + dct:license ; + + # recommended properties + + dct:availability ; + dct:description "some description of the data"@en, "eine Beschreibung der Daten"@de ; + dct:format dcat:format ; + dct:rights :swisstopo-rights-statement ; + dct:title "some title of the distribution"@en, "ein Titel der Distribution"@de ; + dct:modified "2019-04-26"^^xsd:date . + +# ---------- class RightsStatement ------------------------------------------ +:swisstopo-rights-statement + a odrs:RightsStatement; + odrs:attributionText "The swisstopo organization" . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/documentation.ttl b/docs/releases/3.0_workingdraft/examples/distribution/documentation.ttl new file mode 100644 index 00000000..20ede2f0 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/documentation.ttl @@ -0,0 +1,9 @@ +@prefix dcat: . +@prefix foaf: . + + + a dcat:Distribution ; + foaf:page . + + + a foaf:Document . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/download-url.ttl b/docs/releases/3.0_workingdraft/examples/distribution/download-url.ttl new file mode 100644 index 00000000..3519f5b5 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/download-url.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . + + + a dcat:Distribution ; + dcat:accessURL ; + dcat:downloadURL . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/format.ttl b/docs/releases/3.0_workingdraft/examples/distribution/format.ttl new file mode 100644 index 00000000..deb46029 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/format.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Distribution ; + dct:format . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/identifier.ttl b/docs/releases/3.0_workingdraft/examples/distribution/identifier.ttl new file mode 100644 index 00000000..a1f9106c --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/identifier.ttl @@ -0,0 +1,7 @@ +@prefix dcat: . +@prefix dct: . +@prefix xsd: . + + + a dcat:Distribution ; + dct:identifier "https://swisstopo/reforestation-data/1234" . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/image.ttl b/docs/releases/3.0_workingdraft/examples/distribution/image.ttl new file mode 100644 index 00000000..a13026f6 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/image.ttl @@ -0,0 +1,7 @@ +@prefix dcat: . +@prefix schema: . + + + a dcat:Distribution ; + schema:image , + . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/issued.ttl b/docs/releases/3.0_workingdraft/examples/distribution/issued.ttl new file mode 100644 index 00000000..87facc0d --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/issued.ttl @@ -0,0 +1,7 @@ +@prefix dcat: . +@prefix dct: . +@prefix xsd: . + + + a dcat:Distribution ; + dct:issued "2019-04-26"^^xsd:date . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/language.ttl b/docs/releases/3.0_workingdraft/examples/distribution/language.ttl new file mode 100644 index 00000000..26018102 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/language.ttl @@ -0,0 +1,8 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Distribution ; + + dct:language , + . \ No newline at end of file diff --git a/docs/releases/3.0_workingdraft/examples/distribution/media-type.ttl b/docs/releases/3.0_workingdraft/examples/distribution/media-type.ttl new file mode 100644 index 00000000..8ac776ee --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/media-type.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . + + + a dcat:Distribution ; + dcat:downloadURL ; + dcat:mediaType ; . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/modified.ttl b/docs/releases/3.0_workingdraft/examples/distribution/modified.ttl new file mode 100644 index 00000000..7b01daa8 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/modified.ttl @@ -0,0 +1,7 @@ +@prefix dcat: . +@prefix dct: . +@prefix xsd: . + + + a dcat:Distribution ; + dct:modified "2020-04-26"^^xsd:date . \ No newline at end of file diff --git a/docs/releases/3.0_workingdraft/examples/distribution/packaging-format.ttl b/docs/releases/3.0_workingdraft/examples/distribution/packaging-format.ttl new file mode 100644 index 00000000..426b818c --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/packaging-format.ttl @@ -0,0 +1,8 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Distribution ; + dct:format ; + dcat:mediaType ; + dcat:packageFormat . \ No newline at end of file diff --git a/docs/releases/3.0_workingdraft/examples/distribution/rights.ttl b/docs/releases/3.0_workingdraft/examples/distribution/rights.ttl new file mode 100644 index 00000000..75fbf9e2 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/rights.ttl @@ -0,0 +1,14 @@ +@prefix dcat: . +@prefix dct: . +@prefix odrs: . +@prefix rdfs: . + + + a dcat:Distribution ; + dcat:accessURL ; + dct:license ; + dct:rights :identitas-rights-statement . + +:identitas-rights-statement + a odrs:RightsStatement; + odrs:attributionText "The Identitas organization" . diff --git a/docs/releases/3.0_workingdraft/examples/distribution/temporal-resolution.ttl b/docs/releases/3.0_workingdraft/examples/distribution/temporal-resolution.ttl new file mode 100644 index 00000000..754a6cad --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/temporal-resolution.ttl @@ -0,0 +1,5 @@ +@prefix dcat: . + + + a dcat:Distribution ; + dcat:temporalResolution "P1D"^^xsd:duration ; diff --git a/docs/releases/3.0_workingdraft/examples/distribution/title.ttl b/docs/releases/3.0_workingdraft/examples/distribution/title.ttl new file mode 100644 index 00000000..519f7224 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/distribution/title.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Distribution ; + dct:title "COVID_19 Anteil der positiven SARS-CoV-2 Tests im Kanton Zürich nach Kalenderwoche"@de . diff --git a/docs/releases/3.0_workingdraft/examples/multiple-languages/landing-page.ttl b/docs/releases/3.0_workingdraft/examples/multiple-languages/landing-page.ttl new file mode 100644 index 00000000..44cceb53 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/multiple-languages/landing-page.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . +@prefix foaf: . + + + a dcat:Dataset ; + dcat:landingPage . diff --git a/docs/releases/3.0_workingdraft/examples/multiple-languages/title.ttl b/docs/releases/3.0_workingdraft/examples/multiple-languages/title.ttl new file mode 100644 index 00000000..4cdc40df --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/multiple-languages/title.ttl @@ -0,0 +1,7 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Dataset ; + dct:title "Holztürme im Kanton Zürich"@de, + "Wooden staircases in canton Zurich"@en. diff --git a/docs/releases/3.0_workingdraft/examples/service/access-rights.ttl b/docs/releases/3.0_workingdraft/examples/service/access-rights.ttl new file mode 100644 index 00000000..135897a1 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/service/access-rights.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:DataService ; + dct:accessRights . diff --git a/docs/releases/3.0_workingdraft/examples/service/contact-point.ttl b/docs/releases/3.0_workingdraft/examples/service/contact-point.ttl new file mode 100644 index 00000000..78fd2e4b --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/service/contact-point.ttl @@ -0,0 +1,14 @@ +@prefix dcat: . +@prefix vcard: . + + + a dcat:DataService ; + dcat:contactPoint [ + a vcard:Organization ; + vcard:fn "Abteilung Lärm BAFU" ; + vcard:hasEmail + ], [ + a vcard:Individual ; + vcard:fn "Sekretariat BAFU" ; + vcard:hasEmail + ] . diff --git a/docs/releases/3.0_workingdraft/examples/service/documentation.ttl b/docs/releases/3.0_workingdraft/examples/service/documentation.ttl new file mode 100644 index 00000000..1b3cbbc0 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/service/documentation.ttl @@ -0,0 +1,9 @@ +@prefix dcat: . +@prefix foaf: . + + + a dcat:DataService ; + foaf:page . + + + a foaf:Document . diff --git a/docs/releases/3.0_workingdraft/examples/service/endpoint-description.ttl b/docs/releases/3.0_workingdraft/examples/service/endpoint-description.ttl new file mode 100644 index 00000000..a9d32778 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/service/endpoint-description.ttl @@ -0,0 +1,8 @@ +@prefix dcat: . + + + a dcat:DataService ; + dcat:endpointDescription . + + + a rdfs:Resource . diff --git a/docs/releases/3.0_workingdraft/examples/service/endpoint-url.ttl b/docs/releases/3.0_workingdraft/examples/service/endpoint-url.ttl new file mode 100644 index 00000000..1073fd79 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/service/endpoint-url.ttl @@ -0,0 +1,5 @@ +@prefix dcat: . + + + a dcat:DataService ; + dcat:endpointURL . diff --git a/docs/releases/3.0_workingdraft/examples/service/keyword.ttl b/docs/releases/3.0_workingdraft/examples/service/keyword.ttl new file mode 100644 index 00000000..b490375b --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/service/keyword.ttl @@ -0,0 +1,10 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:DataService ; + dcat:keyword "ereigniskataster"@de, + "hochwasser"@de, + "lawine"@de, + "murgang"@de, + "naturereignis"@de . diff --git a/docs/releases/3.0_workingdraft/examples/service/landing-page.ttl b/docs/releases/3.0_workingdraft/examples/service/landing-page.ttl new file mode 100644 index 00000000..b03fd89d --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/service/landing-page.ttl @@ -0,0 +1,9 @@ +@prefix dcat: . +@prefix foaf: . + + + a dcat:DataService ; + dcat:landingPage . + + + a foaf:Document . diff --git a/docs/releases/3.0_workingdraft/examples/service/license.ttl b/docs/releases/3.0_workingdraft/examples/service/license.ttl new file mode 100644 index 00000000..15397311 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/service/license.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:DataService ; + dct:license . diff --git a/docs/releases/3.0_workingdraft/examples/service/publisher.ttl b/docs/releases/3.0_workingdraft/examples/service/publisher.ttl new file mode 100644 index 00000000..126c05be --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/service/publisher.ttl @@ -0,0 +1,12 @@ +@prefix dcat: . +@prefix dct: . +@prefix foaf: . + + + a dcat:DataService ; + dct:publisher . + + + a foaf:Organization ; + foaf:name: "Landesamt für Topographie Swisstopo"@de , + "Federal Office of Topography"@en . diff --git a/docs/releases/3.0_workingdraft/examples/service/serves-dataset.ttl b/docs/releases/3.0_workingdraft/examples/service/serves-dataset.ttl new file mode 100644 index 00000000..4f62f608 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/service/serves-dataset.ttl @@ -0,0 +1,6 @@ +@prefix dcat: . + + + a dcat:DataService ; + + dcat:servesDataset , . diff --git a/docs/releases/3.0_workingdraft/examples/service/service.ttl b/docs/releases/3.0_workingdraft/examples/service/service.ttl new file mode 100644 index 00000000..eb3162a1 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/service/service.ttl @@ -0,0 +1,44 @@ +@prefix dcat: . +@prefix dct: . +@prefix foaf: . +@prefix vcard: . +@prefix xsd: . + +# ---------- class DataService ---------------------------------------------- + + a dcat:DataService ; + + # mandatory properties + + dct:title "Service of Swisstopo"@en, "API für Swisstopo"@de ; + dcat:endpointURL ; + dcat:contactPoint [ + a vcard:Organization ; + vcard:fn "Abteilung Lärm BAFU" ; + vcard:hasEmail . + ], [ + a vcard:Individual ; + vcard:fn "Sekretariat BAFU" ; + vcard:hasEmail . + ] ; + dct:publisher ; + + # recommended properties + + dcat:endpointDescription ; + dct:license ; + dcat:servesDataset , + . + +# ---------- class Publisher ------------------------------------------------ + + a foaf:Organization ; + foaf:name: "Landesamt für Topographie Swisstopo"@de , + "Federal Office of Topography"@en . + +# ---------- class Dataset -------------------------------------------------- + + a dcat:DataService . + + + a dcat:DataService . \ No newline at end of file diff --git a/docs/releases/3.0_workingdraft/examples/service/title.ttl b/docs/releases/3.0_workingdraft/examples/service/title.ttl new file mode 100644 index 00000000..f9cd3655 --- /dev/null +++ b/docs/releases/3.0_workingdraft/examples/service/title.ttl @@ -0,0 +1,7 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:DataService ; + dct:title "Opendata der des Landesamts für Topographie"@de, + "Opendata catalog of the Federal Office for Topography"@en. diff --git a/docs/releases/3.0_workingdraft/style.css b/docs/releases/3.0_workingdraft/style.css new file mode 100644 index 00000000..738c7fa0 --- /dev/null +++ b/docs/releases/3.0_workingdraft/style.css @@ -0,0 +1,51 @@ +/* for mermaid diagrams */ + +g.classGroup text { + fill: #134962 !important; +} + +g.classGroup rect { + fill: #ddeeff !important; + stroke: #134962 !important; +} + +g.classGroup line { + stroke: #134962 !important; +} + +.classLabel .box { + fill: transparent !important; +} + +.classLabel .label { + fill: #134962 !important; +} + +.relation { + stroke: #134962 !important; +} + +#dependencyStart, +#dependencyEnd { + stroke: #134962 !important; + fill: #134962 !important; +} + +.mermaid svg { + overflow: visible; +} + +hr { + height: 0px; +} + +#appendicies-content { + display: none; +} + +/* issue summary */ + +#issue-summary li { + list-style: none; + display: block !important; +} diff --git a/docs/vocabulary/licenses/20210623.html b/docs/vocabulary/licenses/20210623.html index 41a67858..af872b2b 100644 --- a/docs/vocabulary/licenses/20210623.html +++ b/docs/vocabulary/licenses/20210623.html @@ -95,8 +95,8 @@

List of licenses for Swiss opendata to enter in dct:license

> - Terms of Use opendata.swiss - "NonCommercialAllowed-CommercialAllowed-ReferenceNotRequired" + Open use +
Terms of Use opendata.swiss
terms_open @@ -112,8 +112,8 @@

List of licenses for Swiss opendata to enter in dct:license

> - Terms of Use opendata.swiss - "NonCommercialAllowed-CommercialAllowed-ReferenceRequired" + Open use. Must provide the source. +
Terms of Use opendata.swiss
terms_by @@ -129,8 +129,8 @@

List of licenses for Swiss opendata to enter in dct:license

> - Terms of Use opendata.swiss - "NonCommercialAllowed-CommercialWithPermission-ReferenceNotRequired" + Open use. Use for commercial purposes requires permission of the data owner. +
Terms of Use opendata.swiss
terms_ask @@ -146,8 +146,8 @@

List of licenses for Swiss opendata to enter in dct:license

> - Terms of Use opendata.swiss - "NonCommercialAllowed-CommercialWithPermission-ReferenceRequired" + Open use. Must provide the source. Use for commercial purposes requires permission of the data owner. +
Terms of Use opendata.swiss
terms_by_ask @@ -156,40 +156,40 @@

List of licenses for Swiss opendata to enter in dct:license

> - + - http://dcat-ap.ch/vocabulary/licenses/cc-by/4.0https://creativecommons.org/publicdomain/zero/1.0/ + Creative Commons CC Zero License (cc-zero) + cc-zero - Creative Commons Namensnennung – 4.0 International (CC BY 4.0) + http://www.opendefinition.org/licenses/cc-zero - cc-by/4.0 + + - http://creativecommons.org/licenses/by/4.0/ - - - http://dcat-ap.ch/vocabulary/licenses/cc-zero + Creative Commons Namensnennung – 4.0 International (CC BY 4.0) - Creative Commons CC Zero License (cc-zero) - cc-zero + cc-by/4.0 - http://www.opendefinition.org/licenses/cc-zerohttp://creativecommons.org/licenses/by/4.0/ http://dcat-ap.ch/vocabulary/licenses/cc-by-sahttps://creativecommons.org/licenses/by-sa/4.0/ @@ -206,7 +206,7 @@

List of licenses for Swiss opendata to enter in dct:license

http://dcat-ap.ch/vocabulary/licenses/cc-by-sa/4.0http://creativecommons.org/licenses/by-sa/4.0/ diff --git a/docs/vocabulary/licenses/20210623.rdf b/docs/vocabulary/licenses/20210623.rdf index 19e19aca..54cbef65 100644 --- a/docs/vocabulary/licenses/20210623.rdf +++ b/docs/vocabulary/licenses/20210623.rdf @@ -100,7 +100,7 @@ - + cc-by/4.0 From 8ea2f5f5b3a4b17b2f76ea7049467afa2e1e66ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mich=C3=A8le=20Spichtig?= Date: Thu, 4 Apr 2024 13:17:36 +0200 Subject: [PATCH 2/3] minor changes working draft --- docs/releases/3.0_workingdraft/config.js | 2 +- .../dcat-ap-ch_3.0_workingdraft.html | 2 +- docs/vocabulary/licenses/20210623.html | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/releases/3.0_workingdraft/config.js b/docs/releases/3.0_workingdraft/config.js index 67e73338..42cbd624 100644 --- a/docs/releases/3.0_workingdraft/config.js +++ b/docs/releases/3.0_workingdraft/config.js @@ -25,7 +25,7 @@ var respecConfig = { branch: "main", repoURL: "https://github.com/opendata-swiss/dcat_ap_ch", }, - edDraftURI: "releases/3.0_workingdraft/dcat-ap-ch_3.0_workingdraft.html", + edDraftURI: "https://dcat-ap.ch/releases/3.0_workingdraft/dcat-ap-ch_3.0_workingdraft.html", prevED: "https://ech.ch/ech/ech-0200", subtitle: "A DCAT Application Profile for Switzerland (Working Draft)", localBiblio: { diff --git a/docs/releases/3.0_workingdraft/dcat-ap-ch_3.0_workingdraft.html b/docs/releases/3.0_workingdraft/dcat-ap-ch_3.0_workingdraft.html index 349ed793..2f15b25d 100644 --- a/docs/releases/3.0_workingdraft/dcat-ap-ch_3.0_workingdraft.html +++ b/docs/releases/3.0_workingdraft/dcat-ap-ch_3.0_workingdraft.html @@ -1,7 +1,7 @@ - DCAT-AP CH - Version 3.0 Working Draft + DCAT-AP CH - Version 3.0.0 Working Draft diff --git a/docs/vocabulary/licenses/20210623.html b/docs/vocabulary/licenses/20210623.html index af872b2b..2d7c5521 100644 --- a/docs/vocabulary/licenses/20210623.html +++ b/docs/vocabulary/licenses/20210623.html @@ -96,7 +96,7 @@

List of licenses for Swiss opendata to enter in dct:license

Open use -
Terms of Use opendata.swiss
+
Terms of Use opendata.swiss
terms_open @@ -158,16 +158,16 @@

List of licenses for Swiss opendata to enter in dct:license

- https://creativecommons.org/publicdomain/zero/1.0/ + + https://creativecommons.org/publicdomain/zero/1.0/ + Creative Commons CC Zero License (cc-zero) cc-zero - http://www.opendefinition.org/licenses/cc-zero + + http://www.opendefinition.org/licenses/cc-zero + From e75c436f11cf24277c62cf81f69d089f0f0b768e Mon Sep 17 00:00:00 2001 From: mispichtig <93121828+mispichtig@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:09:59 +0200 Subject: [PATCH 3/3] Update docs/vocabulary/licenses/20210623.html Co-authored-by: Rae Knowler --- docs/vocabulary/licenses/20210623.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vocabulary/licenses/20210623.html b/docs/vocabulary/licenses/20210623.html index af872b2b..5ecfaff0 100644 --- a/docs/vocabulary/licenses/20210623.html +++ b/docs/vocabulary/licenses/20210623.html @@ -95,8 +95,8 @@

List of licenses for Swiss opendata to enter in dct:license

> - Open use -
Terms of Use opendata.swiss
+ Open use
+ Terms of Use opendata.swiss terms_open