Created
November 3, 2020 13:18
-
-
Save agmangas/7caf38f826a463d78a10af45be8bd5f2 to your computer and use it in GitHub Desktop.
BRegDCAT-AP v2 sample (Malta)
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#datasets-sample-malta> | |
a dcat:Catalog ; | |
dct:description "Register of Datasets (Data Catalogue) - OPM - [20593]" ; | |
dct:identifier "20593" ; | |
dct:title "Register of Datasets (Data Catalogue)" ; | |
dct:publisher <https://psc.gov.mt> ; | |
foaf:homepage <https://open.data.gov.mt/> ; | |
dct:LinguisticSystem <http://id.loc.gov/vocabulary/iso639-1/en> ; | |
dct:LinguisticSystem <http://id.loc.gov/vocabulary/iso639-1/mt> ; | |
dcat:themeTaxonomy <http://eurovoc.europa.eu/100141> ; | |
dct:spatial <http://publications.europa.eu/resource/authority/country/MLT> ; | |
dcat:dataset [ | |
a dcat:Dataset ; | |
dct:description "Internal Sharing (Permissioned) Datasets : National Register - [20643] / Driving Licence (Vehicle)" ; | |
dct:identifier "<https://open.data.gov.mt/metaData.html?field=dataset&id=14498>" ; | |
dct:title "Driving Licence (Vehicle)" ; | |
dcat:theme <http://eurovoc.europa.eu/100154> ; | |
dcat:distribution [ | |
a dcat:Distribution ; | |
dcat:accessURL <https://open.data.gov.mt/metaData.html?field=dataset&id=14498> ; | |
dcat:mediaType <https://www.w3.org/ns/iana/media-types/text/html#Resource> | |
] ; | |
dcat:keyword "vehicle" ; | |
dcat:keyword "transportation" ; | |
dct:spatial <http://publications.europa.eu/resource/authority/country/MLT> | |
] ; | |
dcat:dataset [ | |
a dcat:Dataset ; | |
dct:description "Public Domain (Open Data) Datasets : National Register - [13480] / Vehicle Licence" ; | |
dct:identifier "<https://open.data.gov.mt/metaData.html?field=dataset&id=14358>" ; | |
dct:title "Vehicle Licence" ; | |
dcat:theme <http://eurovoc.europa.eu/100154> ; | |
dcat:distribution [ | |
a dcat:Distribution ; | |
dcat:accessURL <https://open.data.gov.mt/metaData.html?field=dataset&id=14358> ; | |
dcat:mediaType <https://www.w3.org/ns/iana/media-types/text/html#Resource> | |
] ; | |
dcat:keyword "vehicle" ; | |
dcat:keyword "transportation" ; | |
dct:spatial <http://publications.europa.eu/resource/authority/country/MLT> | |
] ; | |
dcat:dataset [ | |
a dcat:Dataset ; | |
dct:description "Malta Inspire Geoportal (msdi.data.gov.mt) : Collection - [2] - [18774] / Local Councils Boundaries" ; | |
dct:identifier "<https://open.data.gov.mt/metaData.html?field=dataset&id=18829>" ; | |
dct:title "Local Councils Boundaries" ; | |
dcat:theme <http://eurovoc.europa.eu/100278> ; | |
dcat:theme <http://publications.europa.eu/resource/authority/data-theme/GOVE> ; | |
dcat:distribution [ | |
a dcat:Distribution ; | |
dcat:accessURL <https://open.data.gov.mt/metaData.html?field=dataset&id=18829> ; | |
dcat:mediaType <https://www.w3.org/ns/iana/media-types/text/html#Resource> | |
] ; | |
dcat:keyword "boundary" ; | |
dcat:keyword "council" ; | |
dct:spatial <http://publications.europa.eu/resource/authority/country/MLT> | |
] . | |
<https://psc.gov.mt> | |
a foaf:Agent ; | |
foaf:name "Malta Public Service Commission" ; | |
dct:identifier "<https://psc.gov.mt>" ; | |
skos:inScheme <http://publications.europa.eu/resource/authority/corporate-body> ; | |
dct:type <http://purl.org/adms/publishertype/NationalAuthority> . | |
<https://open.data.gov.mt/> | |
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/data-theme/GOVE> | |
a skos:Concept ; | |
skos:prefLabel "Government and public sector" . | |
<http://eurovoc.europa.eu/100278> | |
a skos:Concept ; | |
skos:prefLabel "7211 regions of EU Member States" . | |
<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/text/html#Resource> | |
a dct:MediaType . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment