├── .github
└── ISSUE_TEMPLATE.md
├── .gitignore
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── DCAT-ISO19115-mapping.xlsx
├── LICENSE.md
├── README.md
├── charter
├── charter-2022.html
└── index.html
├── connegp
└── index.html
├── dcat-implementation-report
├── config.js
├── img
│ ├── fig-existing-implementations-distribution.svg
│ └── fig-implementations-statistics.svg
├── index.html
├── table-implementations.html
├── table-revisions-with-no-existing-implementations.html
└── table-revisions.html
├── dcat
├── alignments
│ └── LinkedDataPlatform
├── config.js
├── dcat-tr-to-pr.md
├── dcat_10.html
├── examples
│ ├── basic-example.jsonld
│ ├── basic-example.ttl
│ ├── catalog-record-schema.jsonld
│ ├── catalog-record-schema.rdf
│ ├── catalog-record-schema.ttl
│ ├── catalog-record.jsonld
│ ├── catalog-record.ttl
│ ├── classifying-thematically.jsonld
│ ├── classifying-thematically.ttl
│ ├── classifying-types.jsonld
│ ├── classifying-types.ttl
│ ├── compress-and-package.jsonld
│ ├── compress-and-package.ttl
│ ├── conformance-standards.jsonld
│ ├── conformance-standards.trig
│ ├── csiro-dap-examples.jsonld
│ ├── csiro-dap-examples.ttl
│ ├── csiro-stratchart-sdo.jsonld
│ ├── csiro-stratchart-sdo.ttl
│ ├── csiro-stratchart.jsonld
│ ├── csiro-stratchart.ttl
│ ├── csiro-stratchart_dcat3.ttl
│ ├── dataset-002.jsonld
│ ├── dataset-002.ttl
│ ├── dataset-003.jsonld
│ ├── dataset-003.ttl
│ ├── dataset-004-sdo.jsonld
│ ├── dataset-004-sdo.ttl
│ ├── dataset-004.jsonld
│ ├── dataset-004.ttl
│ ├── dryad-globtherm-sdata.ttl
│ ├── eea-csw.jsonld
│ ├── eea-csw.ttl
│ ├── ga-courts.jsonld
│ ├── ga-courts.ttl
│ ├── ga-wms.jsonld
│ ├── ga-wms.ttl
│ ├── genoa-busstop.jsonld
│ ├── genoa-busstop.ttl
│ ├── identifier-types.jsonld
│ ├── identifier-types.ttl
│ ├── relation-examples.jsonld
│ ├── relation-examples.ttl
│ ├── service1.jsonld
│ ├── service1.ttl
│ ├── spatial-properties.jsonld
│ ├── spatial-properties.ttl
│ ├── temporal-properties.jsonld
│ ├── temporal-properties.ttl
│ ├── threddsABC.jsonld
│ ├── threddsABC.ttl
│ └── vocab-dcat-3
│ │ ├── basic-example.jsonld
│ │ ├── basic-example.rdf
│ │ ├── basic-example.ttl
│ │ ├── catalog-record.jsonld
│ │ ├── catalog-record.rdf
│ │ ├── catalog-record.ttl
│ │ ├── classifying-thematically.jsonld
│ │ ├── classifying-thematically.rdf
│ │ ├── classifying-thematically.ttl
│ │ ├── classifying-types.jsonld
│ │ ├── classifying-types.rdf
│ │ ├── classifying-types.ttl
│ │ ├── compress-and-package.jsonld
│ │ ├── compress-and-package.rdf
│ │ ├── compress-and-package.ttl
│ │ ├── csiro-dap-examples.jsonld
│ │ ├── csiro-dap-examples.rdf
│ │ ├── csiro-dap-examples.ttl
│ │ ├── csiro-stratchart-sdo.jsonld
│ │ ├── csiro-stratchart-sdo.rdf
│ │ ├── csiro-stratchart-sdo.ttl
│ │ ├── csiro-stratchart.jsonld
│ │ ├── csiro-stratchart.rdf
│ │ ├── csiro-stratchart.ttl
│ │ ├── csiro-stratchart_dcat3.jsonld
│ │ ├── csiro-stratchart_dcat3.rdf
│ │ ├── csiro-stratchart_dcat3.ttl
│ │ ├── dataset-002.jsonld
│ │ ├── dataset-002.rdf
│ │ ├── dataset-002.ttl
│ │ ├── dataset-003.jsonld
│ │ ├── dataset-003.rdf
│ │ ├── dataset-003.ttl
│ │ ├── dataset-004-sdo.jsonld
│ │ ├── dataset-004-sdo.rdf
│ │ ├── dataset-004-sdo.ttl
│ │ ├── dataset-004.jsonld
│ │ ├── dataset-004.rdf
│ │ ├── dataset-004.ttl
│ │ ├── dryad-globtherm-sdata.jsonld
│ │ ├── dryad-globtherm-sdata.rdf
│ │ ├── dryad-globtherm-sdata.ttl
│ │ ├── eea-csw.jsonld
│ │ ├── eea-csw.rdf
│ │ ├── eea-csw.ttl
│ │ ├── ga-courts.jsonld
│ │ ├── ga-courts.rdf
│ │ ├── ga-courts.ttl
│ │ ├── ga-wms.jsonld
│ │ ├── ga-wms.rdf
│ │ ├── ga-wms.ttl
│ │ ├── genoa-busstop.jsonld
│ │ ├── genoa-busstop.rdf
│ │ ├── genoa-busstop.ttl
│ │ ├── identifier-types.jsonld
│ │ ├── identifier-types.rdf
│ │ ├── identifier-types.ttl
│ │ ├── relation-examples.jsonld
│ │ ├── relation-examples.rdf
│ │ ├── relation-examples.ttl
│ │ ├── series-membership.jsonld
│ │ ├── series-membership.rdf
│ │ ├── series-membership.ttl
│ │ ├── series-releases.jsonld
│ │ ├── series-releases.rdf
│ │ ├── series-releases.ttl
│ │ ├── series-versions.jsonld
│ │ ├── series-versions.rdf
│ │ ├── series-versions.ttl
│ │ ├── service1.jsonld
│ │ ├── service1.rdf
│ │ ├── service1.ttl
│ │ ├── spatial-properties.jsonld
│ │ ├── spatial-properties.rdf
│ │ ├── spatial-properties.ttl
│ │ ├── temporal-properties.jsonld
│ │ ├── temporal-properties.rdf
│ │ ├── temporal-properties.ttl
│ │ ├── threddsABC.jsonld
│ │ ├── threddsABC.rdf
│ │ └── threddsABC.ttl
├── images
│ ├── Asset.png
│ ├── Backbone.png
│ ├── Catalog-membership-options.png
│ ├── Catalog-membership-resolution.png
│ ├── DCAT Simple.png
│ ├── DCAT-summary.png
│ ├── DCATPropertyExtensionToDQV.png
│ ├── DataService.png
│ ├── Research dataset profile.png
│ ├── Resource+Representation.png
│ ├── Resources.png
│ ├── Service.png
│ ├── Standard.png
│ ├── WebService.png
│ ├── dcat-all-attributes.drawio
│ ├── dcat-all-attributes.svg
│ ├── dcat-model-1.jpg
│ ├── dcat-model.jpg
│ ├── dcat-relationships.drawio
│ ├── dcat-relationships.svg
│ ├── ex-spatial-coverage-bbox-netherlands.png
│ ├── ex-spatial-coverage-centroid-anne-frank-house.png
│ ├── ex-spatial-coverage-geometry-anne-frank-house.png
│ ├── membership-predicate.png
│ ├── qr.png
│ ├── relation-sub-properties.png
│ ├── schema.org-dataset.drawio
│ ├── schema.org-dataset.png
│ ├── schema.org-dataset.svg
│ ├── version-backward-compatibility-dcat.drawio
│ ├── version-backward-compatibility-dcat.svg
│ ├── version-chain-and-hierarchy-dcat.drawio
│ ├── version-chain-and-hierarchy-dcat.svg
│ ├── version-chain-and-hierarchy.drawio
│ ├── version-chain-and-hierarchy.svg
│ ├── version-replace-dcat.drawio
│ ├── version-replace-dcat.svg
│ ├── version-replace.drawio
│ └── version-replace.svg
├── index.html
├── issues-in-index.html
├── issues-tagged-with-dcat
├── publication-snapshots
│ ├── CR
│ │ ├── Overview.html
│ │ └── images
│ │ │ ├── dcat-all-attributes.svg
│ │ │ ├── dcat-relationships.svg
│ │ │ ├── ex-spatial-coverage-bbox-netherlands.png
│ │ │ ├── ex-spatial-coverage-centroid-anne-frank-house.png
│ │ │ ├── ex-spatial-coverage-geometry-anne-frank-house.png
│ │ │ ├── schema.org-dataset.svg
│ │ │ └── version-chain-and-hierarchy.svg
│ └── PR
│ │ ├── Overview.html
│ │ └── images
│ │ ├── dcat-all-attributes.svg
│ │ ├── dcat-relationships.svg
│ │ ├── ex-spatial-coverage-bbox-netherlands.png
│ │ ├── ex-spatial-coverage-centroid-anne-frank-house.png
│ │ ├── ex-spatial-coverage-geometry-anne-frank-house.png
│ │ ├── schema.org-dataset.svg
│ │ └── version-chain-and-hierarchy.svg
├── rdf
│ ├── dcat-external.jsonld
│ ├── dcat-external.rdf
│ ├── dcat-external.ttl
│ ├── dcat-prov.ttl
│ ├── dcat-schema.ttl
│ ├── dcat.html
│ ├── dcat.jsonld
│ ├── dcat.rdf
│ ├── dcat.ttl
│ ├── dcat2-external.jsonld
│ ├── dcat2-external.rdf
│ ├── dcat2-external.ttl
│ ├── dcat2.html
│ ├── dcat2.jsonld
│ ├── dcat2.rdf
│ ├── dcat2.ttl
│ ├── dcat2014.rdf
│ ├── dcat2014.ttl
│ ├── dcat3.jsonld
│ ├── dcat3.rdf
│ └── dcat3.ttl
├── small.css
└── style.css
├── dcat3-implementation-report
├── config.js
├── img
│ └── fig-implementations-counting.svg
├── index.html
├── table-implementations.html
└── table-revisions.html
├── docs
└── explainer.md
├── errata
├── README.md
├── assets
│ ├── errata.css
│ ├── errata.js
│ └── toc.js
└── index.html
├── profiles
├── .gitignore
├── config.js
├── figures.pptx
├── figures
│ ├── fig-multiple-base-spec.svg
│ └── fig-profile-of-profile.svg
└── index.html
├── ucr
├── README.md
├── config.js
├── dxwg.css
├── dxwg.js
├── index.html
└── static
│ ├── dxwg.css
│ ├── dxwg.js
│ └── index.html
├── utils
└── req2issue
│ ├── README.md
│ └── req2issue.xslt
└── w3c.json
/.github/ISSUE_TEMPLATE.md:
--------------------------------------------------------------------------------
1 | If you are submissing a new USE CASE, please use the template below. Otherwise, delete the use case template before submitting your contribution.
2 |
3 | ---
4 | ### Use case name
5 | Status:
6 |
7 | Identifier:
8 |
9 | Creator: (your name)
10 |
11 | Deliverable(s): (DCAT1.1, AP Guidelines, Content Negotiation)
12 | ''Which deliverable or deliverables does this UC relate to?''
13 |
14 | ## Tags
15 | ''Optional space-separated list of tags out of the above catalog (extend on demand)''
16 |
17 | ## Stakeholders
18 | ''Mandatory list of stakeholders experiencing the problem. When describing the stakeholder, please be as specific as possible (e.g., data consumer, data producer, data publisher, program, etc.) and avoid using the term user.''
19 |
20 | ## Problem statement
21 | ''Mandatory statement of the current situation, including a description of the problem, the stakeholders experiencing the problem, and what the stakeholder(s) are expected to supply (i.e. what contextual knowledge are they expected to have available) and/or receive to resolve the problem they are experiencing. In describing the stakeholder, please be as specific as possible (e.g., data consumer, data producer, data publisher, program, etc.) and avoid using the term user.''
22 |
23 | ## Existing approaches
24 | ''Optional references to standards and examples of established approaches with a potential for reuse in DCAT''
25 |
26 | ## Links
27 | ''Optional link list to documents and projects this use case refers to''
28 |
29 | ## Requirements
30 | ''Mandatory requirements suggested by this use case''
31 |
32 | * Imperative sentence starting with a verb each describing an individual task in order to solve the stated problem
33 |
34 | ## Related use cases
35 | ''Optional references to related local (refer to anchor identifier [[#Id...]]) and remote use cases (e.g. POE-WG UCs)''.
36 |
37 | ## Comments
38 | ''Optional section for editorial comments, suggestion and their interactive resolution''
39 |
40 |
41 | ---
42 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # IDE-specific config
2 | .idea/
3 |
--------------------------------------------------------------------------------
/CODE_OF_CONDUCT.md:
--------------------------------------------------------------------------------
1 | # Code of Conduct
2 |
3 | All documentation, code and communication under this repository are covered by the [W3C Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/).
4 |
--------------------------------------------------------------------------------
/CONTRIBUTING.md:
--------------------------------------------------------------------------------
1 | Contributions to this repository are intended to become part of Recommendation-track documents governed by the
2 | [W3C Patent Policy](https://www.w3.org/Consortium/Patent-Policy/) and
3 | [Document License](https://www.w3.org/Consortium/Legal/copyright-documents). To make substantive contributions to specifications, you must either participate
4 | in the relevant W3C Working Group or make a non-member patent licensing commitment.
5 |
6 | If you are not the sole contributor to a contribution (pull request), please identify all
7 | contributors in the pull request comment.
8 |
9 | To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
10 |
11 | ```
12 | +@github_username
13 | ```
14 |
15 | If you added a contributor by mistake, you can remove them in a comment with:
16 |
17 | ```
18 | -@github_username
19 | ```
20 |
21 | If you are making a pull request on behalf of someone else but you had no part in designing the
22 | feature, you can remove yourself with the above syntax.
23 |
--------------------------------------------------------------------------------
/DCAT-ISO19115-mapping.xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/w3c/dxwg/6d6a954f2ccd085447adf5e02303d8535a6ea722/DCAT-ISO19115-mapping.xlsx
--------------------------------------------------------------------------------
/LICENSE.md:
--------------------------------------------------------------------------------
1 | All documents in this Repository are licensed by contributors
2 | under the
3 | [W3C Document License](https://www.w3.org/Consortium/Legal/copyright-documents).
4 |
5 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # W3C Dataset Exchange Working Group (DXWG) - DCAT
2 |
3 | This repository contains the *Dataset Catalogue Vocabulary* (DCAT) work of the *Dataset Exchange Working Group* (DXWG).
4 |
5 | - [DXWG's home page](https://www.w3.org/2017/dxwg/)
6 | - [Charter](https://www.w3.org/2020/02/dx-wg-charter.html)
7 | - [Contribution Guidelines](CONTRIBUTING.md) cover the W3C legal aspects of contributing to this Github repository
8 |
9 | ## DCAT Working Documents
10 |
11 | - [Editors' Draft](https://w3c.github.io/dxwg/dcat/)
12 | - [Latest published version](https://www.w3.org/TR/vocab-dcat-3/)
13 | - [Fourth Public Working Draft (4PWD)](https://www.w3.org/TR/2022/WD-vocab-dcat-3-20220510/)
14 | - [Third Public Working Draft (3PWD)](https://www.w3.org/TR/2022/WD-vocab-dcat-3-20220111/)
15 | - [Second Public Working Draft (2PWD)](https://www.w3.org/TR/2021/WD-vocab-dcat-3-20210504/)
16 | - [First Public Working Draft (FPWD)](https://www.w3.org/TR/2020/WD-vocab-dcat-3-20201217/)
17 |
18 | ## Other DXWG Documents
19 |
20 | - [DXWG Use cases and requirements (Working Group Note)](https://www.w3.org/TR/dcat-ucr/)
21 | - [Guidance for Application Profiles (Editors' Draft)](https://w3c.github.io/dxwg/profiles/)
22 | - [The Profiles Vocabulary (Editors' Draft)](https://w3c.github.io/dx-prof/)
23 | - Dedicated repository: https://github.com/w3c/dx-prof
24 | - [Content Negotiation by Profile (Editors' Draft)](https://w3c.github.io/dx-connegp/)
25 | - Dedicated repository: https://github.com/w3c/dx-connegp
26 |
--------------------------------------------------------------------------------
/connegp/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | This file has moved to https://w3c.github.io/dx-connegp/connegp/
7 |
8 |
9 |
--------------------------------------------------------------------------------
/dcat-implementation-report/table-revisions-with-no-existing-implementations.html:
--------------------------------------------------------------------------------
1 |
22 |
--------------------------------------------------------------------------------
/dcat/dcat-tr-to-pr.md:
--------------------------------------------------------------------------------
1 | Previous transition at
2 | https://github.com/w3c/transitions/issues/169
3 |
4 | # Document title, URLs, estimated publication date
5 |
6 | Data Catalog Vocabulary (DCAT) - Version 2
7 |
8 | current ED : https://w3c.github.io/dxwg/dcat/
9 | current CR : https://www.w3.org/TR/vocab-dcat-2
10 | Proposed: https://w3c.github.io/dxwg/dcat/?specStatus=PR;crEnd=2019-10-31;prEnd=2019-12-12;publishDate=2019-11-14
11 |
12 | # Abstract
13 |
14 | https://www.w3.org/TR/vocab-dcat-2/#abstract
15 |
16 | # Status
17 |
18 | https://w3c.github.io/dxwg/dcat/?specStatus=PR;crEnd=2019-10-31;prEnd=2019-12-12;publishDate=2019-11-14#sotd
19 |
20 | # Link to group's decision to request transition
21 | https://www.w3.org/2002/09/wbs/99375/dcat-to-pr/results
22 |
23 |
24 |
25 | # Changes since CR
26 |
27 | Diff:
28 | https://services.w3.org/htmldiff?doc1=https%3A%2F%2Fwww.w3.org%2FTR%2Fvocab-dcat-2%2F&doc2=https%3A%2F%2Flabs.w3.org%2Fspec-generator%2F%3Ftype%3Drespec%26url%3Dhttps%3A%2F%2Fw3c.github.io%2Fdxwg%2Fdcat%2F%3FspecStatus%3DPR%3BshortName%3Dvocab-dcat-2
29 |
30 |
31 | Minor editorial changes have been made:
32 | - [PR 1125](https://github.com/w3c/dxwg/pull/1125) has updated the owl version in dcat.ttl;
33 | - [PR 1127](https://github.com/w3c/dxwg/pull/1127) has uniformed the use of blanks and punctuation in the literals included in dcat.ttl;
34 | - [PR 1135]([https://github.com/w3c/dxwg/pull/1135](https://github.com/w3c/dxwg/pull/1135)) has fixed coordinate order in ga-courts example;
35 | - [PR 1136](https://github.com/w3c/dxwg/pull/1136) has inserted a note in section DCAT History to clarify that DCAT 2 maintains the DCAT namespace as it preserves backward compatibility with DCAT;
36 | - [PR 1140](https://github.com/w3c/dxwg/pull/1140) has revised some class descriptions. It has removed descriptions of dcat:accessRights and dct:license for dcat:DataServices. These descriptions were redundant as they are already provided in the class dcat:Resource from which the two properties are inherited;
37 | - [PR 1142](https://github.com/w3c/dxwg/pull/1142) has updated the acknowledgements;
38 | - [PR 1141](https://github.com/w3c/dxwg/pull/1141) and [PR 1143](https://github.com/w3c/dxwg/pull/1143) have updated the link to implementation report;
39 |
40 | # Requirements satisfied
41 |
42 | No changes since previous transition
43 |
44 | # Dependencies met (or not)
45 |
46 | No changes since previous transition
47 |
48 | # Wide Review
49 |
50 |
51 | There was some discussion about the use of "conforms to" (see https://github.com/w3c/dxwg/issues/1130 ) and this has been carried forward into future work that will perhaps be undertaken in a DCAT Primer document.
52 |
53 | See also implementation report
54 |
55 | # Issues addressed
56 |
57 | Closed issues:
58 | https://github.com/w3c/dxwg/issues?q=is%3Aissue+label%3Adcat+is%3Aclosed
59 |
60 | Open issues:
61 | https://github.com/w3c/dxwg/issues?q=is%3Aissue+label%3Adcat+is%3Aopen
62 |
63 | No further issues will be addressed for DCAT version 2, but there are issues being held for future work - https://github.com/w3c/dxwg/labels/future-work
64 |
65 | # Formal Objections
66 |
67 | None
68 |
69 | # Implementation
70 | https://w3c.github.io/dxwg/dcat-implementation-report/
71 |
72 | Please note that the proposed updates to European Union and Member State application profiles of DCAT and the incorporation of DCAT v2 into other developing standards such as the registry of base registrys (ABR standard) are committments that will only be ratified if the DCAT v2 concludes successfully the W3C Rec Track.
73 |
74 | # Patent disclosures
75 |
76 | No changes since previous transition
77 |
78 | https://www.w3.org/2004/01/pp-impl/99375/status
79 |
--------------------------------------------------------------------------------
/dcat/examples/basic-example.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: https://dcat.example.org/basic-example
2 |
3 | @prefix adms: .
4 | @prefix dcat: .
5 | @prefix dct: .
6 | @prefix ex: .
7 | @prefix foaf: .
8 | @prefix geosparql: .
9 | @prefix locn: .
10 | @prefix owl: .
11 | @prefix rdf: .
12 | @prefix rdfs: .
13 | @prefix skos: .
14 | @prefix time: .
15 | @prefix w3cgeo: .
16 | @prefix xsd: .
17 |
18 | ex:basic-example
19 | a owl:Ontology ;
20 | .
21 | ex:catalog
22 | a dcat:Catalog ;
23 | dct:language ;
24 | dct:publisher ex:transparency-office ;
25 | dct:title "Imaginary Catalog"@en ;
26 | rdfs:label "Imaginary Catalog"@en ;
27 | dcat:dataset ex:dataset-001 ;
28 | dcat:dataset ex:dataset-002 ;
29 | dcat:dataset ex:dataset-003 ;
30 | foaf:homepage ;
31 | .
32 | ex:dataset-001
33 | a dcat:Dataset ;
34 | dct:accrualPeriodicity ;
35 | dct:creator ex:finance-employee-001 ;
36 | dct:issued "2011-12-05"^^xsd:date ;
37 | dct:language ;
38 | dct:modified "2011-12-15"^^xsd:date ;
39 | dct:publisher ex:finance-ministry ;
40 | dct:spatial ;
41 | dct:temporal [ a dct:PeriodOfTime ;
42 | dcat:startDate "2011-07-01"^^xsd:date ;
43 | dcat:endDate "2011-09-30"^^xsd:date ;
44 | ];
45 | dct:title "Imaginary dataset"@en ;
46 | dcat:contactPoint ;
47 | dcat:distribution ex:dataset-001-csv ;
48 | dcat:keyword "accountability"@en ;
49 | dcat:keyword "payments"@en ;
50 | dcat:keyword "transparency"@en ;
51 | dcat:spatialResolutionInMeters 30.0 ;
52 | dcat:temporalResolution "P1D"^^xsd:duration ;
53 | .
54 | ex:dataset-001-csv
55 | a dcat:Distribution ;
56 | dct:title "CSV distribution of imaginary dataset 001"@en ;
57 | dcat:byteSize "5120"^^xsd:decimal ;
58 | dcat:downloadURL ;
59 | dcat:mediaType ;
60 | .
61 | ex:transparency-office
62 | a foaf:Organization ;
63 | rdfs:label "Transparency Office"@en ;
64 | .
65 |
--------------------------------------------------------------------------------
/dcat/examples/catalog-record-schema.jsonld:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "@id":"http://www.w3.org/ns/dcat#CatalogRecord"
4 | },
5 | {
6 | "@id":"https://dcat.example.org/catalog",
7 | "http://www.w3.org/ns/dcat#record":[
8 | {
9 | "@id":"https://dcat.example.org/record-001"
10 | }
11 | ]
12 | },
13 | {
14 | "@id":"https://dcat.example.org/dataset-001"
15 | },
16 | {
17 | "@id":"https://dcat.example.org/record-001",
18 | "@type":[
19 | "http://www.w3.org/ns/dcat#CatalogRecord"
20 | ],
21 | "http://xmlns.com/foaf/0.1/primaryTopic":[
22 | {
23 | "@id":"https://dcat.example.org/dataset-001"
24 | }
25 | ],
26 | "http://purl.org/dc/terms/issued":[
27 | {
28 | "@value":"2011-12-11",
29 | "@type":"http://www.w3.org/2001/XMLSchema#date"
30 | }
31 | ],
32 | "http://purl.org/dc/terms/conformsTo":[
33 | {
34 | "@id":"https://www.w3.org/TR/vocab-dcat/"
35 | }
36 | ]
37 | },
38 | {
39 | "@id":"https://www.w3.org/TR/vocab-dcat/"
40 | }
41 | ]
42 |
--------------------------------------------------------------------------------
/dcat/examples/catalog-record-schema.rdf:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 | 2011-12-11
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/dcat/examples/catalog-record-schema.ttl:
--------------------------------------------------------------------------------
1 | @prefix : .
2 | @prefix dcat: .
3 | @prefix dcterms: .
4 | @prefix foaf: .
5 | @prefix xsd: .
6 |
7 | :catalog dcat:record :record-001 .
8 |
9 | :record-001
10 | a dcat:CatalogRecord ;
11 | foaf:primaryTopic :dataset-001 ;
12 | dcterms:issued "2011-12-11"^^xsd:date ;
13 | dcterms:conformsTo ;
14 | .
15 |
--------------------------------------------------------------------------------
/dcat/examples/catalog-record.jsonld:
--------------------------------------------------------------------------------
1 | {
2 | "@graph" : [ {
3 | "@id" : "ex:catalog",
4 | "@type" : "dcat:Catalog",
5 | "record" : "ex:record-001"
6 | }, {
7 | "@id" : "ex:catalog-record",
8 | "@type" : "owl:Ontology",
9 | "imports" : "http://www.w3.org/ns/dcat"
10 | }, {
11 | "@id" : "ex:record-001",
12 | "@type" : "dcat:CatalogRecord",
13 | "issued" : "2011-12-11",
14 | "primaryTopic" : "ex:dataset-001"
15 | } ],
16 | "@context" : {
17 | "imports" : {
18 | "@id" : "http://www.w3.org/2002/07/owl#imports",
19 | "@type" : "@id"
20 | },
21 | "issued" : {
22 | "@id" : "http://purl.org/dc/terms/issued",
23 | "@type" : "http://www.w3.org/2001/XMLSchema#date"
24 | },
25 | "primaryTopic" : {
26 | "@id" : "http://xmlns.com/foaf/0.1/primaryTopic",
27 | "@type" : "@id"
28 | },
29 | "record" : {
30 | "@id" : "http://www.w3.org/ns/dcat#record",
31 | "@type" : "@id"
32 | },
33 | "adms" : "https://www.w3.org/ns/adms#",
34 | "owl" : "http://www.w3.org/2002/07/owl#",
35 | "w3cgeo" : "http://www.w3.org/2003/01/geo/wgs84_pos#",
36 | "xsd" : "http://www.w3.org/2001/XMLSchema#",
37 | "skos" : "http://www.w3.org/2004/02/skos/core#",
38 | "rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
39 | "geosparql" : "http://www.opengis.net/ont/geosparql#",
40 | "ex" : "https://dcat.example.org/",
41 | "dct" : "http://purl.org/dc/terms/",
42 | "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
43 | "time" : "http://www.w3.org/2006/time#",
44 | "dcat" : "http://www.w3.org/ns/dcat#",
45 | "locn" : "http://www.w3.org/ns/locn#",
46 | "foaf" : "http://xmlns.com/foaf/0.1/"
47 | }
48 | }
49 |
--------------------------------------------------------------------------------
/dcat/examples/catalog-record.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: https://dcat.example.org/catalog-record
2 | # imports: http://www.w3.org/ns/dcat
3 |
4 | @prefix adms: .
5 | @prefix dcat: .
6 | @prefix dct: .
7 | @prefix ex: .
8 | @prefix foaf: .
9 | @prefix geosparql: .
10 | @prefix locn: .
11 | @prefix owl: .
12 | @prefix rdf: .
13 | @prefix rdfs: .
14 | @prefix skos: .
15 | @prefix time: .
16 | @prefix w3cgeo: .
17 | @prefix xsd: .
18 |
19 | ex:catalog
20 | a dcat:Catalog ;
21 | dcat:record ex:record-001 ;
22 | .
23 | ex:catalog-record
24 | a owl:Ontology ;
25 | owl:imports ;
26 | .
27 | ex:record-001
28 | a dcat:CatalogRecord ;
29 | dct:issued "2011-12-11"^^xsd:date ;
30 | foaf:primaryTopic ex:dataset-001 ;
31 | .
32 |
--------------------------------------------------------------------------------
/dcat/examples/classifying-thematically.jsonld:
--------------------------------------------------------------------------------
1 | {
2 | "@graph" : [ {
3 | "@id" : "ex:accountability",
4 | "@type" : "skos:Concept",
5 | "inScheme" : "ex:themes",
6 | "prefLabel" : {
7 | "@language" : "en",
8 | "@value" : "Accountability"
9 | }
10 | }, {
11 | "@id" : "ex:catalog",
12 | "@type" : "dcat:Catalog",
13 | "themeTaxonomy" : "ex:themes"
14 | }, {
15 | "@id" : "ex:classifying-thematically",
16 | "@type" : "owl:Ontology",
17 | "imports" : "http://www.w3.org/ns/dcat"
18 | }, {
19 | "@id" : "ex:dataset-001",
20 | "@type" : "dcat:Dataset",
21 | "theme" : "ex:accountability"
22 | }, {
23 | "@id" : "ex:themes",
24 | "@type" : "skos:ConceptScheme",
25 | "prefLabel" : {
26 | "@language" : "en",
27 | "@value" : "A set of domains to classify documents"
28 | }
29 | } ],
30 | "@context" : {
31 | "prefLabel" : {
32 | "@id" : "http://www.w3.org/2004/02/skos/core#prefLabel"
33 | },
34 | "inScheme" : {
35 | "@id" : "http://www.w3.org/2004/02/skos/core#inScheme",
36 | "@type" : "@id"
37 | },
38 | "imports" : {
39 | "@id" : "http://www.w3.org/2002/07/owl#imports",
40 | "@type" : "@id"
41 | },
42 | "themeTaxonomy" : {
43 | "@id" : "http://www.w3.org/ns/dcat#themeTaxonomy",
44 | "@type" : "@id"
45 | },
46 | "theme" : {
47 | "@id" : "http://www.w3.org/ns/dcat#theme",
48 | "@type" : "@id"
49 | },
50 | "adms" : "https://www.w3.org/ns/adms#",
51 | "owl" : "http://www.w3.org/2002/07/owl#",
52 | "w3cgeo" : "http://www.w3.org/2003/01/geo/wgs84_pos#",
53 | "xsd" : "http://www.w3.org/2001/XMLSchema#",
54 | "skos" : "http://www.w3.org/2004/02/skos/core#",
55 | "rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
56 | "geosparql" : "http://www.opengis.net/ont/geosparql#",
57 | "ex" : "https://dcat.example.org/",
58 | "dct" : "http://purl.org/dc/terms/",
59 | "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
60 | "time" : "http://www.w3.org/2006/time#",
61 | "dcat" : "http://www.w3.org/ns/dcat#",
62 | "locn" : "http://www.w3.org/ns/locn#",
63 | "foaf" : "http://xmlns.com/foaf/0.1/"
64 | }
65 | }
66 |
--------------------------------------------------------------------------------
/dcat/examples/classifying-thematically.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: https://dcat.example.org/classifying-thematically
2 | # imports: http://www.w3.org/ns/dcat
3 |
4 | @prefix adms: .
5 | @prefix dcat: .
6 | @prefix dct: .
7 | @prefix ex: .
8 | @prefix foaf: .
9 | @prefix geosparql: .
10 | @prefix locn: .
11 | @prefix owl: .
12 | @prefix rdf: .
13 | @prefix rdfs: .
14 | @prefix skos: .
15 | @prefix time: .
16 | @prefix w3cgeo: .
17 | @prefix xsd: .
18 |
19 | ex:accountability
20 | a skos:Concept ;
21 | skos:inScheme ex:themes ;
22 | skos:prefLabel "Accountability"@en ;
23 | .
24 | ex:catalog
25 | a dcat:Catalog ;
26 | dcat:themeTaxonomy ex:themes ;
27 | .
28 | ex:classifying-thematically
29 | a owl:Ontology ;
30 | owl:imports ;
31 | .
32 | ex:dataset-001
33 | a dcat:Dataset ;
34 | dcat:theme ex:accountability ;
35 | .
36 | ex:themes
37 | a skos:ConceptScheme ;
38 | skos:prefLabel "A set of domains to classify documents"@en ;
39 | .
40 |
--------------------------------------------------------------------------------
/dcat/examples/classifying-types.jsonld:
--------------------------------------------------------------------------------
1 | {
2 | "@graph" : [ {
3 | "@id" : "http://registry.it.csiro.au/def/datacite/resourceType/Text",
4 | "dct:source" : {
5 | "@language" : "en",
6 | "@value" : "DataCite resource types"
7 | },
8 | "rdfs:label" : {
9 | "@language" : "en",
10 | "@value" : "Text"
11 | }
12 | }, {
13 | "@id" : "http://registry.it.csiro.au/def/re3data/contentType/doc",
14 | "dct:source" : {
15 | "@language" : "en",
16 | "@value" : "Re3data content types"
17 | },
18 | "rdfs:label" : {
19 | "@language" : "en",
20 | "@value" : "Standard office documents"
21 | }
22 | }, {
23 | "@id" : "ex:classifying-types",
24 | "@type" : "owl:Ontology",
25 | "imports" : "http://www.w3.org/ns/dcat"
26 | }, {
27 | "@id" : "ex:dataset-001-1",
28 | "@type" : "dcat:Dataset",
29 | "type" : "http://purl.org/dc/dcmitype/Dataset"
30 | }, {
31 | "@id" : "ex:dataset-001-2",
32 | "@type" : "dcat:Dataset",
33 | "type" : "http://id.loc.gov/vocabulary/marcgt/dtb"
34 | }, {
35 | "@id" : "ex:dataset-001-3",
36 | "@type" : "dcat:Dataset",
37 | "type" : [ "http://registry.it.csiro.au/def/re3data/contentType/database", "http://registry.it.csiro.au/def/datacite/resourceType/Dataset", "http://id.loc.gov/vocabulary/marcgt/dtb", "http://purl.org/dc/dcmitype/Dataset" ]
38 | } ],
39 | "@context" : {
40 | "label" : {
41 | "@id" : "http://www.w3.org/2000/01/rdf-schema#label",
42 | "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"
43 | },
44 | "source" : {
45 | "@id" : "http://purl.org/dc/terms/source",
46 | "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"
47 | },
48 | "type" : {
49 | "@id" : "http://purl.org/dc/terms/type",
50 | "@type" : "@id"
51 | },
52 | "imports" : {
53 | "@id" : "http://www.w3.org/2002/07/owl#imports",
54 | "@type" : "@id"
55 | },
56 | "adms" : "https://www.w3.org/ns/adms#",
57 | "owl" : "http://www.w3.org/2002/07/owl#",
58 | "w3cgeo" : "http://www.w3.org/2003/01/geo/wgs84_pos#",
59 | "xsd" : "http://www.w3.org/2001/XMLSchema#",
60 | "skos" : "http://www.w3.org/2004/02/skos/core#",
61 | "rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
62 | "geosparql" : "http://www.opengis.net/ont/geosparql#",
63 | "ex" : "https://dcat.example.org/",
64 | "dct" : "http://purl.org/dc/terms/",
65 | "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
66 | "time" : "http://www.w3.org/2006/time#",
67 | "dcat" : "http://www.w3.org/ns/dcat#",
68 | "locn" : "http://www.w3.org/ns/locn#",
69 | "foaf" : "http://xmlns.com/foaf/0.1/"
70 | }
71 | }
72 |
--------------------------------------------------------------------------------
/dcat/examples/classifying-types.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: https://dcat.example.org/classifying-types
2 | # imports: http://www.w3.org/ns/dcat
3 |
4 | @prefix adms: .
5 | @prefix dcat: .
6 | @prefix dct: .
7 | @prefix ex: .
8 | @prefix foaf: .
9 | @prefix geosparql: .
10 | @prefix locn: .
11 | @prefix owl: .
12 | @prefix rdf: .
13 | @prefix rdfs: .
14 | @prefix skos: .
15 | @prefix time: .
16 | @prefix w3cgeo: .
17 | @prefix xsd: .
18 |
19 |
20 | dct:source "DataCite resource types"@en ;
21 | rdfs:label "Text"@en ;
22 | .
23 |
24 | dct:source "Re3data content types"@en ;
25 | rdfs:label "Standard office documents"@en ;
26 | .
27 | ex:classifying-types
28 | a owl:Ontology ;
29 | owl:imports ;
30 | .
31 | ex:dataset-001-1
32 | a dcat:Dataset ;
33 | dct:type ;
34 | .
35 | ex:dataset-001-2
36 | a dcat:Dataset ;
37 | dct:type ;
38 | .
39 | ex:dataset-001-3
40 | a dcat:Dataset ;
41 | dct:type ;
42 | dct:type ;
43 | dct:type ;
44 | dct:type ;
45 | .
46 |
--------------------------------------------------------------------------------
/dcat/examples/compress-and-package.jsonld:
--------------------------------------------------------------------------------
1 | {
2 | "@graph" : [ {
3 | "@id" : "https://data.example.au/compressed/",
4 | "@type" : "owl:Ontology"
5 | }, {
6 | "@id" : "https://data.gov.cz/zdroj/datová-sada/247025684/22",
7 | "@type" : "dcat:Distribution",
8 | "conformsTo" : "https://mvcr1.opendata.cz/czechpoint/2007.json",
9 | "format" : "http://publications.europa.eu/resource/authority/file-type/CSV",
10 | "license" : "https://data.gov.cz/podmínky-užití/volný-přístup/",
11 | "accessURL" : [ "https://mvcr1.opendata.cz/czechpoint/data.tar", "https://mvcr1.opendata.cz/czechpoint/2007.csv.gz", "https://mvcr1.opendata.cz/czechpoint/data.tar.gz" ],
12 | "compressFormat" : "http://www.iana.org/assignments/media-types/application/gzip",
13 | "downloadURL" : [ "https://mvcr1.opendata.cz/czechpoint/2007.csv.gz", "https://mvcr1.opendata.cz/czechpoint/data.tar.gz", "https://mvcr1.opendata.cz/czechpoint/data.tar" ],
14 | "mediaType" : "http://www.iana.org/assignments/media-types/text/csv",
15 | "packageFormat" : "http://publications.europa.eu/resource/authority/file-type/TAR"
16 | } ],
17 | "@context" : {
18 | "accessURL" : {
19 | "@id" : "http://www.w3.org/ns/dcat#accessURL",
20 | "@type" : "@id"
21 | },
22 | "format" : {
23 | "@id" : "http://purl.org/dc/terms/format",
24 | "@type" : "@id"
25 | },
26 | "mediaType" : {
27 | "@id" : "http://www.w3.org/ns/dcat#mediaType",
28 | "@type" : "@id"
29 | },
30 | "packageFormat" : {
31 | "@id" : "http://www.w3.org/ns/dcat#packageFormat",
32 | "@type" : "@id"
33 | },
34 | "downloadURL" : {
35 | "@id" : "http://www.w3.org/ns/dcat#downloadURL",
36 | "@type" : "@id"
37 | },
38 | "license" : {
39 | "@id" : "http://purl.org/dc/terms/license",
40 | "@type" : "@id"
41 | },
42 | "compressFormat" : {
43 | "@id" : "http://www.w3.org/ns/dcat#compressFormat",
44 | "@type" : "@id"
45 | },
46 | "conformsTo" : {
47 | "@id" : "http://purl.org/dc/terms/conformsTo",
48 | "@type" : "@id"
49 | },
50 | "adms" : "http://www.w3.org/ns/adms#",
51 | "owl" : "http://www.w3.org/2002/07/owl#",
52 | "xsd" : "http://www.w3.org/2001/XMLSchema#",
53 | "proj" : "http://www.w3.org/ns/project#",
54 | "skos" : "http://www.w3.org/2004/02/skos/core#",
55 | "rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
56 | "dap" : "https://data.csiro.au/dataset/",
57 | "dct" : "http://purl.org/dc/terms/",
58 | "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
59 | "v" : "http://www.w3.org/2006/vcard/ns#",
60 | "time" : "http://www.w3.org/2006/time#",
61 | "dcat" : "http://www.w3.org/ns/dcat#",
62 | "prov" : "http://www.w3.org/ns/prov#"
63 | }
64 | }
65 |
--------------------------------------------------------------------------------
/dcat/examples/compress-and-package.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: https://data.example.au/compressed/
2 | # imports: http://www.w3.org/2006/time
3 | # imports: http://www.w3.org/2006/vcard/ns
4 | # imports: http://www.w3.org/ns/adms
5 | # imports: http://www.w3.org/ns/dcat
6 | # imports: http://www.w3.org/ns/project
7 | # prefix: dap
8 |
9 | @prefix adms: .
10 | @prefix dap: .
11 | @prefix dcat: .
12 | @prefix dct: .
13 | @prefix owl: .
14 | @prefix proj: .
15 | @prefix prov: .
16 | @prefix rdf: .
17 | @prefix rdfs: .
18 | @prefix skos: .
19 | @prefix time: .
20 | @prefix v: .
21 | @prefix xsd: .
22 |
23 |
24 | a dcat:Distribution ;
25 | dcat:accessURL ;
26 | dcat:downloadURL ;
27 | dct:license ;
28 | dct:conformsTo ;
29 | dct:format ;
30 | dcat:mediaType ;
31 | dcat:compressFormat .
32 |
33 | # packaging
34 |
35 | a dcat:Distribution ;
36 | dcat:accessURL ;
37 | dcat:downloadURL ;
38 | dct:license ;
39 | dct:conformsTo ;
40 | dct:format ;
41 | dcat:mediaType ;
42 | dcat:packageFormat .
43 |
44 | # packaging and compression
45 |
46 | a dcat:Distribution ;
47 | dcat:accessURL ;
48 | dcat:downloadURL ;
49 | dct:conformsTo ;
50 | dct:license ;
51 | dct:format ;
52 | dcat:mediaType ;
53 | dcat:packageFormat ;
54 | dcat:compressFormat .
55 |
--------------------------------------------------------------------------------
/dcat/examples/dataset-002.jsonld:
--------------------------------------------------------------------------------
1 | {
2 | "@graph" : [ {
3 | "@id" : "http://dcat.example.org/dataset-002",
4 | "@type" : "dcat:Dataset",
5 | "distribution" : "http://dcat.example.org/dataset-002-csv",
6 | "landingPage" : "http://example.org/dataset-002.html"
7 | }, {
8 | "@id" : "http://dcat.example.org/dataset-002-csv",
9 | "@type" : "dcat:Distribution",
10 | "accessURL" : "http://example.org/dataset-002.html",
11 | "mediaType" : "https://www.iana.org/assignments/media-types/text/csv"
12 | }, {
13 | "@id" : "http://example.org/dataset-002",
14 | "@type" : "owl:Ontology",
15 | "imports" : "http://www.w3.org/ns/dcat"
16 | } ],
17 | "@context" : {
18 | "mediaType" : {
19 | "@id" : "http://www.w3.org/ns/dcat#mediaType",
20 | "@type" : "@id"
21 | },
22 | "accessURL" : {
23 | "@id" : "http://www.w3.org/ns/dcat#accessURL",
24 | "@type" : "@id"
25 | },
26 | "imports" : {
27 | "@id" : "http://www.w3.org/2002/07/owl#imports",
28 | "@type" : "@id"
29 | },
30 | "distribution" : {
31 | "@id" : "http://www.w3.org/ns/dcat#distribution",
32 | "@type" : "@id"
33 | },
34 | "landingPage" : {
35 | "@id" : "http://www.w3.org/ns/dcat#landingPage",
36 | "@type" : "@id"
37 | },
38 | "@vocab" : "http://dcat.example.org/",
39 | "dct" : "http://purl.org/dc/terms/",
40 | "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
41 | "owl" : "http://www.w3.org/2002/07/owl#",
42 | "xsd" : "http://www.w3.org/2001/XMLSchema#",
43 | "rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
44 | "dcat" : "http://www.w3.org/ns/dcat#"
45 | }
46 | }
47 |
--------------------------------------------------------------------------------
/dcat/examples/dataset-002.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: http://example.org/dataset-002
2 | # imports: http://www.w3.org/ns/dcat
3 |
4 | @prefix : .
5 | @prefix dcat: .
6 | @prefix dct: .
7 | @prefix owl: .
8 | @prefix rdf: .
9 | @prefix rdfs: .
10 | @prefix xsd: .
11 |
12 |
13 | rdf:type owl:Ontology ;
14 | owl:imports ;
15 | .
16 | :dataset-002
17 | a dcat:Dataset ;
18 | dcat:landingPage ;
19 | dcat:distribution :dataset-002-csv ;
20 | .
21 | :dataset-002-csv
22 | a dcat:Distribution ;
23 | dcat:accessURL ;
24 | dcat:mediaType ;
25 | .
--------------------------------------------------------------------------------
/dcat/examples/dataset-003.jsonld:
--------------------------------------------------------------------------------
1 | {
2 | "@graph" : [ {
3 | "@id" : "http://dcat.example.org/dataset-003",
4 | "@type" : "dcat:Dataset",
5 | "distribution" : "http://dcat.example.org/dataset-003-csv",
6 | "landingPage" : "http://example.org/dataset-003.html"
7 | }, {
8 | "@id" : "http://dcat.example.org/dataset-003-csv",
9 | "@type" : "dcat:Distribution",
10 | "downloadURL" : "http://example.org/dataset-003.csv",
11 | "mediaType" : "https://www.iana.org/assignments/media-types/text/csv"
12 | }, {
13 | "@id" : "http://example.org/dataset-003",
14 | "@type" : "owl:Ontology",
15 | "imports" : "http://www.w3.org/ns/dcat"
16 | } ],
17 | "@context" : {
18 | "imports" : {
19 | "@id" : "http://www.w3.org/2002/07/owl#imports",
20 | "@type" : "@id"
21 | },
22 | "distribution" : {
23 | "@id" : "http://www.w3.org/ns/dcat#distribution",
24 | "@type" : "@id"
25 | },
26 | "landingPage" : {
27 | "@id" : "http://www.w3.org/ns/dcat#landingPage",
28 | "@type" : "@id"
29 | },
30 | "mediaType" : {
31 | "@id" : "http://www.w3.org/ns/dcat#mediaType",
32 | "@type" : "@id"
33 | },
34 | "downloadURL" : {
35 | "@id" : "http://www.w3.org/ns/dcat#downloadURL",
36 | "@type" : "@id"
37 | },
38 | "@vocab" : "http://dcat.example.org/",
39 | "dct" : "http://purl.org/dc/terms/",
40 | "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
41 | "owl" : "http://www.w3.org/2002/07/owl#",
42 | "xsd" : "http://www.w3.org/2001/XMLSchema#",
43 | "rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
44 | "dcat" : "http://www.w3.org/ns/dcat#"
45 | }
46 | }
47 |
--------------------------------------------------------------------------------
/dcat/examples/dataset-003.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: http://example.org/dataset-003
2 | # imports: http://www.w3.org/ns/dcat
3 |
4 | @prefix : .
5 | @prefix dcat: .
6 | @prefix dct: .
7 | @prefix owl: .
8 | @prefix rdf: .
9 | @prefix rdfs: .
10 | @prefix xsd: .
11 |
12 |
13 | rdf:type owl:Ontology ;
14 | owl:imports ;
15 | .
16 | :dataset-003
17 | a dcat:Dataset ;
18 | dcat:landingPage ;
19 | dcat:distribution :dataset-003-csv ;
20 | .
21 | :dataset-003-csv
22 | a dcat:Distribution ;
23 | dcat:downloadURL ;
24 | dcat:mediaType ;
25 | .
--------------------------------------------------------------------------------
/dcat/examples/dataset-004-sdo.jsonld:
--------------------------------------------------------------------------------
1 | {
2 | "@graph" : [ {
3 | "@id" : "http://example.org/dataset-004/s/",
4 | "@type" : "owl:Ontology",
5 | "conformsTo" : "http://schema.org/",
6 | "comment" : "This graph provides a schema.org-conformant representation of a catalog entry together with some related resource descriptions",
7 | "imports" : [ "http://www.w3.org/ns/dcat", "http://schema.org/" ]
8 | }, {
9 | "@id" : "http://example.org/dataset-004/s/dataset-004",
10 | "@type" : "sdo:Dataset",
11 | "distribution" : [ "http://example.org/dataset-004/s/dataset-004-png", "http://example.org/dataset-004/s/dataset-004-csv" ]
12 | }, {
13 | "@id" : "http://example.org/dataset-004/s/dataset-004-csv",
14 | "@type" : "sdo:DataDownload",
15 | "encodingFormat" : "mime:text/csv",
16 | "url" : "http://example.org/api/table-005",
17 | "accessService" : "http://example.org/dataset-004/s/table-service-005"
18 | }, {
19 | "@id" : "http://example.org/dataset-004/s/dataset-004-png",
20 | "@type" : "sdo:DataDownload",
21 | "encodingFormat" : "mime:image/png",
22 | "url" : "http://example.org/api/figure-006",
23 | "accessService" : "http://example.org/dataset-004/s/figure-service-006"
24 | }, {
25 | "@id" : "http://example.org/dataset-004/s/figure-service-006",
26 | "@type" : "sdo:EntryPoint",
27 | "conformsTo" : "http://example.org/apidef/figure/v1.0",
28 | "additionalType" : "https://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/view",
29 | "url" : "http://example.org/api/figure-006"
30 | }, {
31 | "@id" : "http://example.org/dataset-004/s/table-service-005",
32 | "@type" : "sdo:EntryPoint",
33 | "conformsTo" : "http://example.org/apidef/table/v2.2",
34 | "additionalType" : "https://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/download",
35 | "url" : "http://example.org/api/table-005"
36 | } ],
37 | "@context" : {
38 | "url" : {
39 | "@id" : "http://schema.org/url",
40 | "@type" : "@id"
41 | },
42 | "additionalType" : {
43 | "@id" : "http://schema.org/additionalType",
44 | "@type" : "@id"
45 | },
46 | "conformsTo" : {
47 | "@id" : "http://purl.org/dc/terms/conformsTo",
48 | "@type" : "@id"
49 | },
50 | "imports" : {
51 | "@id" : "http://www.w3.org/2002/07/owl#imports",
52 | "@type" : "@id"
53 | },
54 | "comment" : {
55 | "@id" : "http://schema.org/comment"
56 | },
57 | "encodingFormat" : {
58 | "@id" : "http://schema.org/encodingFormat",
59 | "@type" : "@id"
60 | },
61 | "accessService" : {
62 | "@id" : "http://www.w3.org/ns/dcat#accessService",
63 | "@type" : "@id"
64 | },
65 | "distribution" : {
66 | "@id" : "http://schema.org/distribution",
67 | "@type" : "@id"
68 | },
69 | "@vocab" : "http://example.org/dataset-004/s/",
70 | "dap" : "https://data.csiro.au/dataset/",
71 | "dct" : "http://purl.org/dc/terms/",
72 | "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
73 | "owl" : "http://www.w3.org/2002/07/owl#",
74 | "dctype" : "http://purl.org/dc/dcmitype/",
75 | "mime" : "https://www.iana.org/assignments/media-types/",
76 | "xsd" : "http://www.w3.org/2001/XMLSchema#",
77 | "rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
78 | "dcat" : "http://www.w3.org/ns/dcat#",
79 | "sdo" : "http://schema.org/"
80 | }
81 | }
82 |
--------------------------------------------------------------------------------
/dcat/examples/dataset-004-sdo.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: http://example.org/dataset-004/s/
2 | # imports: http://schema.org/
3 | # imports: http://www.w3.org/ns/dcat
4 |
5 | @prefix : .
6 | @prefix dap: .
7 | @prefix dcat: .
8 | @prefix dct: .
9 | @prefix dctype: .
10 | @prefix mime: .
11 | @prefix owl: .
12 | @prefix rdf: .
13 | @prefix rdfs: .
14 | @prefix sdo: .
15 | @prefix xsd: .
16 |
17 |
18 | rdf:type owl:Ontology ;
19 | dct:conformsTo sdo: ;
20 | sdo:comment "This graph provides a schema.org-conformant representation of a catalog entry together with some related resource descriptions"@en ;
21 | owl:imports sdo: ;
22 | owl:imports ;
23 | .
24 | :dataset-004
25 | a sdo:Dataset ;
26 | sdo:distribution :dataset-004-csv ;
27 | sdo:distribution :dataset-004-png ;
28 | .
29 | :dataset-004-csv
30 | a sdo:DataDownload ;
31 | dcat:accessService :table-service-005 ;
32 | sdo:url ;
33 | sdo:encodingFormat ;
34 | .
35 | :dataset-004-png
36 | a sdo:DataDownload ;
37 | dcat:accessService :figure-service-006 ;
38 | sdo:url ;
39 | sdo:encodingFormat ;
40 | .
41 | :figure-service-006
42 | a sdo:EntryPoint ;
43 | dct:conformsTo ;
44 | sdo:additionalType ;
45 | sdo:url ;
46 | .
47 | :table-service-005
48 | a sdo:EntryPoint ;
49 | dct:conformsTo ;
50 | sdo:additionalType ;
51 | sdo:url ;
52 | .
53 |
--------------------------------------------------------------------------------
/dcat/examples/dataset-004.jsonld:
--------------------------------------------------------------------------------
1 | {
2 | "@graph" : [ {
3 | "@id" : "http://example.org/dataset-004",
4 | "@type" : "owl:Ontology",
5 | "imports" : "http://www.w3.org/ns/dcat"
6 | }, {
7 | "@id" : "http://example.org/dataset-004#dataset-004",
8 | "@type" : "dcat:Dataset",
9 | "distribution" : [ "http://example.org/dataset-004#dataset-004-png", "http://example.org/dataset-004#dataset-004-csv" ]
10 | }, {
11 | "@id" : "http://example.org/dataset-004#dataset-004-csv",
12 | "@type" : "dcat:Distribution",
13 | "accessService" : "http://example.org/dataset-004#table-service-005",
14 | "accessURL" : "http://example.org/api/table-005",
15 | "mediaType" : "https://www.iana.org/assignments/media-types/text/csv"
16 | }, {
17 | "@id" : "http://example.org/dataset-004#dataset-004-png",
18 | "@type" : "dcat:Distribution",
19 | "accessService" : "http://example.org/dataset-004#figure-service-006",
20 | "accessURL" : "http://example.org/api/figure-006",
21 | "mediaType" : "https://www.iana.org/assignments/media-types/image/png"
22 | }, {
23 | "@id" : "http://example.org/dataset-004#figure-service-006",
24 | "@type" : "dcat:DataService",
25 | "conformsTo" : "http://example.org/apidef/figure/v1.0",
26 | "type" : "https://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/view",
27 | "endpointDescription" : "http://example.org/api/figure-006/params",
28 | "endpointURL" : "http://example.org/api/figure-006",
29 | "servesDataset" : "http://example.org/dataset-004#dataset-004"
30 | }, {
31 | "@id" : "http://example.org/dataset-004#table-service-005",
32 | "@type" : "dcat:DataService",
33 | "conformsTo" : "http://example.org/apidef/table/v2.2",
34 | "type" : "https://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/download",
35 | "endpointDescription" : "http://example.org/api/table-005/capability",
36 | "endpointURL" : "http://example.org/api/table-005",
37 | "servesDataset" : "http://example.org/dataset-004#dataset-004"
38 | } ],
39 | "@context" : {
40 | "distribution" : {
41 | "@id" : "http://www.w3.org/ns/dcat#distribution",
42 | "@type" : "@id"
43 | },
44 | "mediaType" : {
45 | "@id" : "http://www.w3.org/ns/dcat#mediaType",
46 | "@type" : "@id"
47 | },
48 | "accessURL" : {
49 | "@id" : "http://www.w3.org/ns/dcat#accessURL",
50 | "@type" : "@id"
51 | },
52 | "accessService" : {
53 | "@id" : "http://www.w3.org/ns/dcat#accessService",
54 | "@type" : "@id"
55 | },
56 | "imports" : {
57 | "@id" : "http://www.w3.org/2002/07/owl#imports",
58 | "@type" : "@id"
59 | },
60 | "servesDataset" : {
61 | "@id" : "http://www.w3.org/ns/dcat#servesDataset",
62 | "@type" : "@id"
63 | },
64 | "endpointURL" : {
65 | "@id" : "http://www.w3.org/ns/dcat#endpointURL",
66 | "@type" : "@id"
67 | },
68 | "endpointDescription" : {
69 | "@id" : "http://www.w3.org/ns/dcat#endpointDescription",
70 | "@type" : "@id"
71 | },
72 | "type" : {
73 | "@id" : "http://purl.org/dc/terms/type",
74 | "@type" : "@id"
75 | },
76 | "conformsTo" : {
77 | "@id" : "http://purl.org/dc/terms/conformsTo",
78 | "@type" : "@id"
79 | },
80 | "@vocab" : "http://example.org/dataset-004#",
81 | "dct" : "http://purl.org/dc/terms/",
82 | "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
83 | "owl" : "http://www.w3.org/2002/07/owl#",
84 | "xsd" : "http://www.w3.org/2001/XMLSchema#",
85 | "rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
86 | "dcat" : "http://www.w3.org/ns/dcat#"
87 | }
88 | }
89 |
--------------------------------------------------------------------------------
/dcat/examples/dataset-004.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: http://example.org/dataset-004
2 | # imports: http://www.w3.org/ns/dcat
3 |
4 | @prefix : .
5 | @prefix dcat: .
6 | @prefix dct: .
7 | @prefix owl: .
8 | @prefix rdf: .
9 | @prefix rdfs: .
10 | @prefix xsd: .
11 |
12 |
13 | rdf:type owl:Ontology ;
14 | owl:imports ;
15 | .
16 | :dataset-004
17 | rdf:type dcat:Dataset ;
18 | dcat:distribution :dataset-004-csv ;
19 | dcat:distribution :dataset-004-png ;
20 | .
21 | :dataset-004-csv
22 | rdf:type dcat:Distribution ;
23 | dcat:accessService :table-service-005 ;
24 | dcat:accessURL ;
25 | dcat:mediaType ;
26 | .
27 | :dataset-004-png
28 | rdf:type dcat:Distribution ;
29 | dcat:accessService :figure-service-006 ;
30 | dcat:accessURL ;
31 | dcat:mediaType ;
32 | .
33 | :figure-service-006
34 | rdf:type dcat:DataService ;
35 | dct:conformsTo ;
36 | dct:type ;
37 | dcat:endpointDescription ;
38 | dcat:endpointURL ;
39 | dcat:servesDataset :dataset-004 ;
40 | .
41 | :table-service-005
42 | rdf:type dcat:DataService ;
43 | dct:conformsTo ;
44 | dct:type ;
45 | dcat:endpointDescription ;
46 | dcat:endpointURL ;
47 | dcat:servesDataset :dataset-004 ;
48 | .
49 |
--------------------------------------------------------------------------------
/dcat/examples/dryad-globtherm-sdata.ttl:
--------------------------------------------------------------------------------
1 | @prefix dct: .
2 | @prefix xsd: .
3 | @prefix : .
4 |
5 | :globtherm
6 | dct:title "Data from: GlobTherm, a global database on thermal tolerances for aquatic and terrestrial organisms"@en ;
7 | dct:description "How climate affects species distributions is a longstanding question receiving renewed interest owing to the need to predict the impacts of global warming on biodiversity. Is climate change forcing species to live near their critical thermal limits? Are these limits likely to change through natural selection? These and other important questions can be addressed with models relating geographical distributions of species with climate data, but inferences made with these models are highly contingent on non-climatic factors such as biotic interactions. Improved understanding of climate change effects on species will require extensive analysis of thermal physiological traits, but such data are scarce and scattered. To overcome current limitations, we created the GlobTherm database. The database contains experimentally derived species’ thermal tolerance data currently comprising over 2,000 species of terrestrial, freshwater, intertidal and marine multicellular algae, plants, fungi, and animals. The GlobTherm database will be maintained and curated by iDiv with the aim of expanding it, and enable further investigations on the effects of climate on the distribution of life on Earth."@en ;
8 | dct:identifier "https://doi.org/10.5061/dryad.1cv08"^^xsd:anyURI ;
9 | dct:creator ;
10 | dct:relation ;
11 | dct:relation ;
12 | dct:isReferencedBy
13 | .
14 |
--------------------------------------------------------------------------------
/dcat/examples/ga-wms.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: https://example.org/ga-wms
2 | # imports: http://www.w3.org/ns/dcat
3 |
4 | @prefix dcat: .
5 | @prefix dct: .
6 | @prefix dctype: .
7 | @prefix ga-wms: .
8 | @prefix gsp: .
9 | @prefix locn: .
10 | @prefix owl: .
11 | @prefix rdf: .
12 | @prefix rdfs: .
13 | @prefix xsd: .
14 |
15 |
16 | rdf:type owl:Ontology ;
17 | dct:created "2018-09-12" ;
18 | dct:creator ;
19 | rdfs:comment "Example of DCAT record of a dataset published by Geoscience Australia"@en ;
20 | rdfs:label "GA WMS"@en ;
21 | owl:imports ;
22 | .
23 | ga-wms:DEM_SRTM_1Second_Hydro_Enforced
24 | rdf:type dcat:DataService ;
25 | dct:conformsTo ;
26 | dct:description "This Service represents the National Digital Elevation Model (DEM) 1 Second Hydrologically Enforced product, derived from the National DEM SRTM 1 Second and National Watercourses, lakes and Reservoirs."@en ;
27 | dct:spatial [
28 | rdf:type dct:Location ;
29 | locn:geometry "112.999861 -44.000139153.999861 -10.000139"^^gsp:gmlLiteral ;
30 | ] ;
31 | dct:title "Digital Elevation Model (DEM) of Australia derived from STRM with 1 Second Grid - Hydrologically Enforced"@en ;
32 | dct:type dctype:Service ;
33 | dct:type ;
34 | dcat:endpointDescription ;
35 | dcat:endpointURL ;
36 | dcat:keyword "DEM" ;
37 | dcat:keyword "ECOLOGY Landscape"@en ;
38 | dcat:keyword "LAND Topography Models"@en ;
39 | .
40 |
--------------------------------------------------------------------------------
/dcat/examples/genoa-busstop.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: https://dcat.example.org/genoa-busstop
2 | # imports: http://www.w3.org/ns/dcat
3 |
4 | @prefix : .
5 | @prefix adms: .
6 | @prefix dcat: .
7 | @prefix dct: .
8 | @prefix dqv: .
9 | @prefix foaf: .
10 | @prefix geosparql: .
11 | @prefix ldqd: .
12 | @prefix locn: .
13 | @prefix oa: .
14 | @prefix owl: .
15 | @prefix prov: .
16 | @prefix rdf: .
17 | @prefix rdfs: .
18 | @prefix skos: .
19 | @prefix time: .
20 | @prefix w3cgeo: .
21 | @prefix xsd: .
22 |
23 | :completenessWRTExpectedNumberOfEntities
24 | a dqv:Metric ;
25 | skos:definition "The degree of completeness as ratio between the actual number of entities included in the dataset and the declared expected number of entities."@en ;
26 | dqv:expectedDataType xsd:decimal ;
27 | dqv:inDimension ldqd:completeness ;
28 | .
29 | :genoa-busstop
30 | a owl:Ontology ;
31 | owl:imports ;
32 | .
33 | :genoaBusStopsDataset
34 | a dcat:Dataset ;
35 | dqv:hasQualityAnnotation :genoaBusStopsDatasetCompletenessNote ;
36 | dqv:hasQualityMeasurement :genoaBusStopsDatasetCompletenessMeasurement ;
37 | .
38 | :genoaBusStopsDatasetCompletenessMeasurement
39 | a dqv:QualityMeasurement ;
40 | dqv:computedOn :genoaBusStopsDataset ;
41 | dqv:isMeasurementOf :completenessWRTExpectedNumberOfEntities ;
42 | dqv:value 0.6833333 ;
43 | prov:generatedAtTime "2018-05-27T02:52:02Z"^^xsd:dateTime ;
44 | prov:wasAttributedTo :myQualityChecker ;
45 | prov:wasGeneratedBy :myQualityChecking ;
46 | .
47 | :genoaBusStopsDatasetCompletenessNote
48 | a dqv:UserQualityFeedback ;
49 | dqv:inDimension ldqd:completeness ;
50 | oa:hasBody :textBody ;
51 | oa:hasTarget :genoaBusStopsDataset ;
52 | oa:motivatedBy dqv:qualityAssessment ;
53 | prov:generatedAtTime "2018-05-27T02:52:02Z"^^xsd:dateTime ;
54 | prov:wasAttributedTo :consumer1 ;
55 | .
56 | :myQualityChecker
57 | a prov:SoftwareAgent ;
58 | rdfs:label "A quality assessment service"@en ;
59 | .
60 | :myQualityChecking
61 | a prov:Activity ;
62 | rdfs:label "The checking of genoaBusStopsDataset's quality"@en ;
63 | prov:endedAtTime "2018-05-27T02:52:02Z"^^xsd:dateTime ;
64 | prov:generated :genoaBusStopsDatasetCompletenessMeasurement ;
65 | prov:startedAtTime "2018-05-27T00:52:02Z"^^xsd:dateTime ;
66 | prov:used :genoaBusStopsDataset ;
67 | prov:wasAssociatedWith :myQualityChecker ;
68 | .
69 | :textBody
70 | a oa:TextualBody ;
71 | dct:format "text/plain" ;
72 | dct:language "en" ;
73 | rdf:value "Incomplete dataset: it contains only 20500 out of 30000 existing bus stops" ;
74 | .
75 |
--------------------------------------------------------------------------------
/dcat/examples/identifier-types.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: https://dcat.example.org/identifier-types
2 | # imports: http://www.w3.org/ns/dcat
3 |
4 | @prefix adms: .
5 | @prefix dcat: .
6 | @prefix dct: .
7 | @prefix ex: .
8 | @prefix foaf: .
9 | @prefix geosparql: .
10 | @prefix locn: .
11 | @prefix owl: .
12 | @prefix rdf: .
13 | @prefix rdfs: .
14 | @prefix skos: .
15 | @prefix time: .
16 | @prefix w3cgeo: .
17 | @prefix xsd: .
18 |
19 | ex:InternationalDOIFundation
20 | a foaf:Organization ;
21 | rdfs:label "International DOI Foundation" ;
22 | foaf:homepage ;
23 | .
24 | ex:PoelenJorritH
25 | a foaf:Person ;
26 | foaf:name "Jorrit H. Poelen" ;
27 | adms:identifier ;
28 | .
29 | ex:PoelenJorritHID
30 | a adms:Identifier ;
31 | skos:notation "https://orcid.org/0000-0003-3138-4118"^^xsd:anyURI ;
32 | adms:schemaAgency "ORCID" ;
33 | .
34 | ex:id
35 | a dcat:Dataset ;
36 | dct:identifier "https://example.org/id"^^xsd:anyURI ;
37 | dct:publisher ;
38 | adms:identifier ;
39 | .
40 | ex:id3
41 | a dcat:Dataset ;
42 | owl:sameAs ;
43 | .
44 | ex:id4
45 | a dcat:Dataset ;
46 | adms:identifier ;
47 | .
48 | ex:iddoi
49 | a adms:Identifier ;
50 | dct:creator ex:InternationalDOIFundation ;
51 | skos:notation "https://doi.org/10.5281/zenodo.1486279"^^xsd:anyURI ;
52 | adms:schemaAgency "International DOI Foundation" ;
53 | .
54 | ex:identifier-types
55 | a owl:Ontology ;
56 | owl:imports ;
57 | .
58 | ex:proxyid
59 | a dcat:Dataset ;
60 | dct:identifier "id" ;
61 | .
62 | ex:si6
63 | a adms:Identifier ;
64 | skos:notation "info:doi/10.1109/5.771073"^^xsd:anyURI ;
65 | .
66 | ex:sid5
67 | a adms:Identifier ;
68 | dct:issued "2001-09-12"^^xsd:date ;
69 | skos:notation "PA 1-060-815"^^ex:type ;
70 | adms:schemaAgency "US Copyright Office" ;
71 | .
72 |
--------------------------------------------------------------------------------
/dcat/examples/relation-examples.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: http://example.org/dxwg/relations/examples
2 | # imports: http://www.w3.org/ns/dcat
3 |
4 | @prefix dcat: .
5 | @prefix dct: .
6 | @prefix ex: .
7 | @prefix foaf: .
8 | @prefix owl: .
9 | @prefix prov: .
10 | @prefix rdf: .
11 | @prefix rdfs: .
12 | @prefix skos: .
13 | @prefix xsd: .
14 |
15 | ex:DS987
16 | rdf:type dcat:Dataset ;
17 | prov:qualifiedAttribution [
18 | rdf:type prov:Attribution ;
19 | dcat:hadRole ;
20 | prov:agent ;
21 | ] ;
22 | prov:qualifiedGeneration [
23 | rdf:type prov:Generation ;
24 | prov:activity ;
25 | prov:atTime "2014-05-31T12:00:00"^^xsd:dateTime ;
26 | ] ;
27 | .
28 | ex:Test987
29 | rdf:type dcat:Dataset ;
30 | dcat:qualifiedRelation [
31 | rdf:type dcat:Relationship ;
32 | dcat:hadRole ;
33 | dcat:target ex:Test123 ;
34 | ] ;
35 | .
36 | ex:examples
37 | rdf:type owl:Ontology ;
38 | dct:created "2018-09-25"^^xsd:date ;
39 | dct:modified "2019-01-11"^^xsd:date ;
40 | dct:creator ;
41 | dct:creator ;
42 | rdfs:comment "RDF graph containing examples of qualified relations"@en ;
43 | rdfs:label "DCAT qualified relations examples"@en ;
44 | rdfs:seeAlso ;
45 | owl:imports ;
46 | .
47 |
--------------------------------------------------------------------------------
/dcat/examples/spatial-properties.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: https://dcat.example.org/spatial-properties
2 | # imports: http://www.w3.org/ns/dcat
3 |
4 | @prefix dcat: .
5 | @prefix dct: .
6 | @prefix ex: .
7 | @prefix geosparql: .
8 | @prefix locn: .
9 | @prefix owl: .
10 | @prefix rdf: .
11 | @prefix rdfs: .
12 | @prefix time: .
13 | @prefix w3cgeo: .
14 | @prefix xsd: .
15 |
16 | ex:AnneFrank_0
17 | a dcat:Dataset ;
18 | dct:spatial [
19 | a dct:Location ;
20 | 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 ))"^^geosparql:wktLiteral ;
21 | ] ;
22 | .
23 | ex:AnneFrank_1
24 | a dcat:Dataset ;
25 | dct:spatial [
26 | a dct:Location ;
27 | locn:geometry " POLYGON (( 120749.725 487589.422 , 120752.55 487594.375 , 120751.227 487595.129 , 120732.539 487605.788 , 120723.505 487589.745 , 120721.387 487585.939 , 120740.668 487575.07 , 120743.316 487573.589 , 120747.735 487581.337 , 120751.564 487579.154 , 120755.411 487576.96 , 120750.935 487569.172 , 120755.941 487566.288 , 120764.369 487581.066 , 120749.725 487589.422 ))"^^geosparql:wktLiteral ;
28 | ] ;
29 | .
30 | ex:AnneFrank_2
31 | a dcat:Dataset ;
32 | dct:spatial [
33 | a dct:Location ;
34 | dcat:centroid "POINT(4.88412 52.37509)"^^geosparql:wktLiteral ;
35 | ] ;
36 | .
37 | ex:AnneFrank_3
38 | a dcat:Dataset ;
39 | dct:spatial [
40 | a dct:Location ;
41 | w3cgeo:lat 52.37509 ;
42 | w3cgeo:long 4.88412 ;
43 | dcat:centroid "POINT(4.88412 52.37509)"^^geosparql:wktLiteral ;
44 | ] ;
45 | .
46 | ex:Dutch-postal
47 | a dcat:Dataset ;
48 | dct:description "INSPIRE Adressen afkomstig uit de basisregistratie Adressen, beschikbaar voor heel Nederland"@nl ;
49 | dct:description "INSPIRE addresses derived from the Addresses base registry, available for the Netherlands"@en ;
50 | dct:spatial [
51 | a dct:Location ;
52 | dcat:bbox "POLYGON(( 3.053 47.975 , 7.24 47.975 , 7.24 53.504 , 3.053 53.504 , 3.053 47.975 ))"^^geosparql:wktLiteral ;
53 | ] ;
54 | dct:title "Addresses"@en ;
55 | dct:title "Adressen"@nl ;
56 | dcat:theme ;
57 | .
58 | ex:spatial-properties
59 | a owl:Ontology ;
60 | owl:imports ;
61 | .
62 |
--------------------------------------------------------------------------------
/dcat/examples/temporal-properties.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: https://dcat.example.org/temporal-properties
2 | # imports: http://www.w3.org/ns/dcat
3 |
4 | @prefix dcat: .
5 | @prefix dct: .
6 | @prefix ex: .
7 | @prefix geosparql: .
8 | @prefix locn: .
9 | @prefix owl: .
10 | @prefix rdf: .
11 | @prefix rdfs: .
12 | @prefix time: .
13 | @prefix w3cgeo: .
14 | @prefix xsd: .
15 |
16 | ex:ds127
17 | a dcat:Dataset ;
18 | dct:temporal [
19 | a dct:PeriodOfTime ;
20 | dcat:startDate "2016-03-04"^^xsd:date ;
21 | ] ;
22 | .
23 | ex:ds257
24 | a dcat:Dataset ;
25 | dct:temporal [
26 | a dct:PeriodOfTime ;
27 | dcat:endDate "2018-08-05"^^xsd:date ;
28 | dcat:startDate "2016-03-04"^^xsd:date ;
29 | ] ;
30 | .
31 | ex:ds348
32 | a dcat:Dataset ;
33 | dct:temporal [
34 | a dct:PeriodOfTime ;
35 | a time:ProperInterval ;
36 | time:hasBeginning [
37 | a time:Instant ;
38 | time:inXSDDate "2016-03-04"^^xsd:date ;
39 | ] ;
40 | time:hasEnd [
41 | a time:Instant ;
42 | time:inXSDDate "2018-08-05"^^xsd:date ;
43 | ] ;
44 | ] ;
45 | .
46 | ex:ds429
47 | a dcat:Dataset ;
48 | dct:temporal [
49 | a dct:PeriodOfTime ;
50 | a time:ProperInterval ;
51 | time:hasBeginning [
52 | a time:Instant ;
53 | time:inXSDgYear "1914"^^xsd:gYear ;
54 | ] ;
55 | time:hasEnd [
56 | a time:Instant ;
57 | time:inXSDgYear "1939"^^xsd:gYear ;
58 | ] ;
59 | ] ;
60 | .
61 | ex:ds586
62 | a dcat:Dataset ;
63 | dct:temporal [
64 | a dct:PeriodOfTime ;
65 | a time:ProperInterval ;
66 | time:hasEnd [
67 | time:inXSDDate "2018-08-05"^^xsd:date ;
68 | ] ;
69 | ] ;
70 | .
71 | ex:ds782
72 | a dcat:Dataset ;
73 | dct:accrualPeriodicity ;
74 | dcat:temporalResolution "PT1H"^^xsd:duration ;
75 | .
76 | ex:ds850
77 | a dcat:Dataset ;
78 | dct:temporal [
79 | a dct:PeriodOfTime ;
80 | a time:ProperInterval ;
81 | time:hasBeginning [
82 | a time:Instant ;
83 | time:inTimePosition [
84 | a time:TimePosition ;
85 | time:hasTRS ;
86 | time:numericPosition 541.0 ;
87 | ] ;
88 | ] ;
89 | time:hasEnd [
90 | a time:Instant ;
91 | time:inTimePosition [
92 | a time:TimePosition ;
93 | time:hasTRS ;
94 | time:numericPosition 251.902 ;
95 | ] ;
96 | ] ;
97 | ] ;
98 | .
99 | ex:ds913
100 | a dcat:Dataset ;
101 | dct:accrualPeriodicity ;
102 | dcat:temporalResolution "PT15M"^^xsd:duration ;
103 | .
104 | ex:temporal-properties
105 | a owl:Ontology ;
106 | owl:imports ;
107 | .
108 |
--------------------------------------------------------------------------------
/dcat/examples/threddsABC.ttl:
--------------------------------------------------------------------------------
1 | # baseURI: https://example.org/threddsABC
2 | # imports: http://purl.org/dc/terms/
3 | # imports: http://www.w3.org/2006/time
4 | # imports: http://www.w3.org/ns/dcat
5 | # imports: http://xmlns.com/foaf/0.1/
6 | # prefix: threddsABC
7 |
8 | @prefix dc: .
9 | @prefix dcat: .
10 | @prefix dct: .
11 | @prefix foaf: .
12 | @prefix owl: .
13 | @prefix rdf: .
14 | @prefix rdfs: .
15 | @prefix threddsABC: .
16 | @prefix time: .
17 | @prefix xsd: .
18 |
19 |
20 | rdf:type owl:Ontology ;
21 | dct:created "2018-09-10T18:00:00.00+10:00" ;
22 | dct:creator ;
23 | rdfs:comment "A sketch of how a THREDDS service and data might be described in a DCAT catalog"@en ;
24 | owl:imports dct: ;
25 | owl:imports