-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
85 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,82 @@ | ||
<aside class='example'><pre class="text">[prefix exampleMS: <https://data.exampleMS.gov/id/dataset/> | ||
prefix adms: <http://www.w3.org/ns/adms#> | ||
prefix dcat: <http://www.w3.org/ns/dcat#> | ||
prefix dcatap: <http://data.europa.eu/r5r/> | ||
prefix dct: <http://purl.org/dc/terms/> | ||
prefix foaf: <http://xmlns.com/foaf/0.1/> | ||
prefix skos: <http://www.w3.org/2004/02/skos/core#> | ||
prefix vcard: <http://www.w3.org/2006/vcard/ns#> | ||
prefix xsd: <http://www.w3.org/2001/XMLSchema#> | ||
</pre> | ||
<aside class='example'> | ||
|
||
<pre class="text">exampleMS:HVD-reporting-2023 a dcat:Catalogue; | ||
dct:title "MS HVD Reporting 2023"@en; | ||
dct:description "All information to provide the HVD conformance assessment for MS"@en; | ||
dcat:dataset exampleMS:1T2p3o4B ; | ||
dcat:service exampleMS:EAMS-APIplatform. | ||
</pre> | ||
```turtle | ||
@prefix exampleMS: <https://data.exampleMS.gov/id/dataset/> . | ||
@prefix adms: <http://www.w3.org/ns/adms#> . | ||
@prefix dcat: <http://www.w3.org/ns/dcat#> . | ||
@prefix dcatap: <http://data.europa.eu/r5r/> . | ||
@prefix dct: <http://purl.org/dc/terms/> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
``` | ||
|
||
<pre class="text">exampleMS:1T2p3o4B a dcat:Dataset; | ||
dct:title "The population of bees"@en; | ||
dct:description "This dataset provides the population of bees based on a yearly inquiry held among beekeepers and farmers in spring."@en; | ||
dcatap:applicableLegislation <http://data.europa.eu/eli/reg_impl/2023/138/oj>, <http://data.europa.eu/eli/dir/2007/2/2019-06-26> ; | ||
dct:publisher _:EA-MS; | ||
dct:identifier "https://data.exampleMS.gov/id/dataset/1T2p3o4B"; | ||
adms:identifier [ | ||
dct:creator _:EA-MS; | ||
skos:notation "https://data.exampleMS.gov/id/dataset/1T2p3o4B" | ||
], | ||
[ | ||
dct:creator <https://dataportal.exampleMS.gov>; | ||
skos:notation "https://dataportal.exampleMS.gov/dataset/Thepopulationofbees"; | ||
]; | ||
dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/BIENNIAL>; | ||
dct:conformsTo <https://orgea.exampleMS.gov/applicationprofile/populationOfInsects>; | ||
dcat:distribution exampleMS:1T2p3o4B-dist-SHP. | ||
</pre> | ||
```turtle | ||
exampleMS:HVD-reporting-2023 a dcat:Catalogue; | ||
dct:title "MS HVD Reporting 2023"@en; | ||
dct:description "All information to provide the HVD conformance assessment for MS"@en; | ||
dcat:dataset exampleMS:1T2p3o4B ; | ||
dcat:service exampleMS:EAMS-APIplatform. | ||
``` | ||
|
||
<pre class="text">exampleMS:1T2p3o4B-dist-SHP a dcat:Distribution; | ||
dcat:accessURL <https://orgea.exampleMS.gov/files/1T2p3o4B.shp> ; | ||
dct:conformsTo <https://orgea.exampleMS.gov/dataset/1T2p3o4B/schema/shp>; | ||
dcat:spatialResolutionInMeters "25000"^^xsd:decimal; | ||
dct:format <http://publications.europa.eu/resource/authority/file-type/SHP> ; | ||
dct:license <https://data.exampleMS.gov/resource/FreeAndOpen>; | ||
dcatap:applicableLegislation <http://data.europa.eu/eli/reg_impl/2023/138/oj>. | ||
</pre> | ||
```turtle | ||
exampleMS:1T2p3o4B a dcat:Dataset; | ||
dct:title "The population of bees"@en; | ||
dct:description "This dataset provides the population of bees based on a yearly inquiry held among beekeepers and farmers in spring."@en; | ||
dcatap:applicableLegislation <http://data.europa.eu/eli/reg_impl/2023/138/oj>, <http://data.europa.eu/eli/dir/2007/2/2019-06-26>; | ||
dct:publisher _:EA-MS; | ||
dct:identifier "https://data.exampleMS.gov/id/dataset/1T2p3o4B"; | ||
adms:identifier [ | ||
dct:creator _:EA-MS; | ||
skos:notation "https://data.exampleMS.gov/id/dataset/1T2p3o4B" | ||
], | ||
[ | ||
dct:creator <https://dataportal.exampleMS.gov>; | ||
skos:notation "https://dataportal.exampleMS.gov/dataset/Thepopulationofbees"; | ||
]; | ||
dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/BIENNIAL>; | ||
dct:conformsTo <https://orgea.exampleMS.gov/applicationprofile/populationOfInsects>; | ||
dcat:distribution exampleMS:1T2p3o4B-dist-SHP. | ||
``` | ||
|
||
<pre class="text">exampleMS:EAMS-APIplatform a dcat:DataService; | ||
dct:title "EA API platform"@en; | ||
dct:description "The EA API platform provides a uniform access to the real-time data collected by EA"@en; | ||
dcat:endpointURL <https://orgea.exampleMS.gov/api/v2/> ; | ||
dcat:endpointDescription <https://orgea.exampleMS.gov/api/openAPI/index.html> ; | ||
foaf:page <https://orgea.exampleMS.gov/api/sla.html> ; | ||
dct:license < https://data.exampleMS.gov/resource/FreeAndOpen > ; | ||
dcatap:applicableLegislation <http://data.europa.eu/eli/reg_impl/2023/138/oj> ; | ||
dcat:contactPoint _:EAMS-APIplatform-contactpoint ; | ||
dcat:servesDataset exampleMS:1T2p3o4B. | ||
</pre> | ||
```turtle | ||
exampleMS:1T2p3o4B-dist-SHP a dcat:Distribution; | ||
dcat:accessURL <https://orgea.exampleMS.gov/files/1T2p3o4B.shp>; | ||
dct:conformsTo <https://orgea.exampleMS.gov/dataset/1T2p3o4B/schema/shp>; | ||
dcat:spatialResolutionInMeters "25000"^^xsd:decimal; | ||
dct:format <http://publications.europa.eu/resource/authority/file-type/SHP>; | ||
dct:license <https://data.exampleMS.gov/resource/FreeAndOpen>; | ||
dcatap:applicableLegislation <http://data.europa.eu/eli/reg_impl/2023/138/oj>. | ||
``` | ||
|
||
<pre class="text">_:EAMS-APIplatform-contactpoint a vcard:Kind; | ||
vcard:hasURL <https://eams.jira.net/servicedesk> . | ||
</pre> | ||
```turtle | ||
exampleMS:EAMS-APIplatform a dcat:DataService; | ||
dct:title "EA API platform"@en; | ||
dct:description "The EA API platform provides a uniform access to the real-time data collected by EA"@en; | ||
dcat:endpointURL <https://orgea.exampleMS.gov/api/v2/>; | ||
dcat:endpointDescription <https://orgea.exampleMS.gov/api/openAPI/index.html>; | ||
foaf:page <https://orgea.exampleMS.gov/api/sla.html>; | ||
dct:license <https://data.exampleMS.gov/resource/FreeAndOpen>; | ||
dcatap:applicableLegislation <http://data.europa.eu/eli/reg_impl/2023/138/oj>; | ||
dcat:contactPoint _:EAMS-APIplatform-contactpoint; | ||
dcat:servesDataset exampleMS:1T2p3o4B. | ||
``` | ||
|
||
<pre class="text">_:EA-MS a foaf:Agent; | ||
foaf:name "MS Environmental Agency". | ||
</pre> | ||
```turtle | ||
_:EAMS-APIplatform-contactpoint a vcard:Kind; | ||
vcard:hasURL <https://eams.jira.net/servicedesk>; . | ||
``` | ||
|
||
<pre class="text"><https://data.exampleMS.gov/resource/FreeAndOpen> a dct:LicenseDocument ; | ||
skos:exactMatch <http://publications.europa.eu/resource/authority/licence/CC0>. | ||
</pre> | ||
```turtle | ||
_:EA-MS a foaf:Agent; | ||
foaf:name "MS Environmental Agency". | ||
``` | ||
|
||
```turtle | ||
<https://data.exampleMS.gov/resource/FreeAndOpen> a dct:LicenseDocument; | ||
skos:exactMatch <http://publications.europa.eu/resource/authority/licence/CC0>. | ||
``` | ||
|
||
</aside> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -321,5 +321,6 @@ var documentConfig = | |
date: "2018-04-17", | ||
status: "" | ||
} | ||
} | ||
}, | ||
preProcess: [loadTurtle], | ||
} |