Last active
October 20, 2020 09:15
-
-
Save agmangas/9a1851cf057afc5a4d517ca03af2a217 to your computer and use it in GitHub Desktop.
BRegDCAT-AP v2 vehicles register catalog example
This file contains hidden or 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
@prefix dcat: <http://www.w3.org/ns/dcat#> . | |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> . | |
<https://joinup.ec.europa.eu/collection/access-base-registries/solution/abr-bregdcat-ap#vehicles-example> | |
a dcat:Catalog ; | |
dct:description "Vehicles Register | Data Governance / Enterprise Data Management [OPM] | Public Administration [OPM]" ; | |
dct:identifier "27348" ; | |
dct:title "Vehicles Register - OPM" ; | |
dct:publisher <https://psc.gov.mt> ; | |
foaf:homepage <https://open.data.gov.mt/metaData.html?field=register&id=21159&drilldown=register> ; | |
dct:issued "2017-07-18T11:48:00"^^xsd:dateTime ; | |
dct:LinguisticSystem <http://id.loc.gov/vocabulary/iso639-1/en> ; | |
dcat:themeTaxonomy <http://eurovoc.europa.eu/100141> ; | |
dct:spatial <http://publications.europa.eu/resource/authority/country/MLT> ; | |
dcat:dataset [ | |
a dcat:Dataset ; | |
dct:description "Vehicles Register Dataset" ; | |
dct:identifier "example-id" ; | |
dct:title "Vehicles Register Dataset" ; | |
dcat:theme <http://eurovoc.europa.eu/100154> ; | |
dcat:distribution [ | |
a dcat:Distribution ; | |
dcat:accessURL <http://example.com/vehicles-dataset> ; | |
dcat:mediaType <https://www.w3.org/ns/iana/media-types/application/pdf#Resource> | |
] ; | |
dcat:keyword "vehicle" ; | |
dcat:keyword "transportation" ; | |
dct:spatial <http://publications.europa.eu/resource/authority/country/MLT> | |
] . | |
<https://psc.gov.mt> | |
a foaf:Agent ; | |
foaf:name "Public Administration [OPM] - [17928]" ; | |
dct:identifier "17928" ; | |
skos:inScheme <http://publications.europa.eu/resource/authority/corporate-body> ; | |
dct:type <http://purl.org/adms/publishertype/NationalAuthority> . | |
<https://open.data.gov.mt/metaData.html?field=register&id=21159&drilldown=register> | |
a foaf:Document . | |
<http://eurovoc.europa.eu/100141> | |
a skos:ConceptScheme ; | |
dct:title "EuroVoc" . | |
<http://purl.org/adms/publishertype/NationalAuthority> | |
a skos:Concept ; | |
skos:prefLabel "National authority" ; | |
skos:inScheme <http://purl.org/adms/publishertype/1.0> . | |
<http://purl.org/adms/publishertype/1.0> | |
a skos:ConceptScheme ; | |
dct:title "Publisher Type" . | |
<http://eurovoc.europa.eu/100154> | |
a skos:Concept ; | |
skos:prefLabel "48 TRANSPORT" . | |
<http://publications.europa.eu/resource/authority/country/MLT> | |
a dct:Location ; | |
skos:inScheme <http://publications.europa.eu/resource/authority/country> . | |
<https://www.w3.org/ns/iana/media-types/application/pdf#Resource> | |
a dct:MediaType . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment