Skip to content

Instantly share code, notes, and snippets.

@agmangas
Last active October 22, 2020 09:19
Show Gist options
  • Save agmangas/1a238d5c52d5f5158b7d8e3d6e607920 to your computer and use it in GitHub Desktop.
Save agmangas/1a238d5c52d5f5158b7d8e3d6e607920 to your computer and use it in GitHub Desktop.
BRegDCAT-AP v2 example datasets (Ireland)
@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-example-ireland>
a dcat:Catalog ;
dct:description "Promoting innovation and transparency through the publication of Irish Public Sector data in open, free and reusable formats." ;
dct:identifier "https://data.gov.ie/" ;
dct:title "Ireland's Open Data Portal" ;
dct:publisher <https://www.gov.ie/> ;
foaf:homepage <https://data.gov.ie/> ;
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/IRL> ;
dcat:dataset [
a dcat:Dataset ;
dct:description "TDM01 - Vehicle Registrations by Type of Fuel, Vehicle Category, Month and Statistic" ;
dct:identifier "TDM01" ;
dct:title "TDM01 - Vehicle Registrations by Type of Fuel, Vehicle Category, Month and Statistic" ;
dcat:theme <http://eurovoc.europa.eu/100154> ;
dcat:distribution [
a dcat:Distribution ;
dcat:accessURL <http://www.cso.ie/StatbankServices/StatbankServices.svc/jsonservice/responseinstance/TDM01> ;
dcat:mediaType <https://www.w3.org/ns/iana/media-types/application/json#Resource>
] ;
dcat:keyword "vehicle" ;
dcat:keyword "transportation" ;
dcat:keyword "fuel" ;
dct:spatial <http://publications.europa.eu/resource/authority/country/IRL>
] ;
dcat:dataset [
a dcat:Dataset ;
dct:description "Covid19 LEACases Mapped" ;
dct:identifier "covid19-leacases-mapped" ;
dct:title "Covid19 LEACases Mapped" ;
dcat:theme <http://eurovoc.europa.eu/100215> ;
dcat:distribution [
a dcat:Distribution ;
dcat:accessURL <http://opendata-geohive.hub.arcgis.com/datasets/27d401c9ae084097bb1f3a69b69462a1_0.geojson> ;
dcat:mediaType <https://www.w3.org/ns/iana/media-types/application/geo+json#Resource>
] ;
dcat:keyword "health" ;
dcat:keyword "covid19" ;
dct:spatial <http://publications.europa.eu/resource/authority/country/IRL>
] .
<https://www.gov.ie/>
a foaf:Agent ;
foaf:name "Government of Ireland" ;
dct:identifier "https://www.gov.ie/" ;
skos:inScheme <http://publications.europa.eu/resource/authority/corporate-body> ;
dct:type <http://purl.org/adms/publishertype/NationalAuthority> .
<https://data.gov.ie/>
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://eurovoc.europa.eu/100215>
a skos:Concept ;
skos:prefLabel "2841 health" .
<https://www.w3.org/ns/iana/media-types/application/json#Resource>
a dct:MediaType .
<https://www.w3.org/ns/iana/media-types/application/geo+json#Resource>
a dct:MediaType .
<http://publications.europa.eu/resource/authority/country/IRL>
a dct:Location ;
skos:inScheme <http://publications.europa.eu/resource/authority/country> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment