@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dgi5.staging.derilinx.com/dataset/9681a564-5cdc-4658-9ad9-f54d398c359f> a dcat:Dataset ;
    dct:accrualPeriodicity "Annual" ;
    dct:created "2016-12-07T12:01:04"^^xsd:dateTime ;
    dct:identifier "9681a564-5cdc-4658-9ad9-f54d398c359f" ;
    dct:issued "2016-12-06"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2018-03-05T12:21:36"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/department-of-arts-heritage-regional-rural-and-gaeltacht-affairs> ;
    dct:title "DAHRRGA Published Datasets" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasTelephone "016313864" ],
        [ a vcard:Organization ;
            vcard:fn "Deborah Lawlor" ;
            vcard:hasEmail <mailto:deborah.lawlor@ahg.gov.ie> ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/9681a564-5cdc-4658-9ad9-f54d398c359f/resource/5e120909-d4dc-44b4-8764-bbe45216bf87> ;
    dcat:landingPage <http://www.ahrrga.gov.ie/open-data/> ;
    dcat:theme <Arts>,
        <http://publications.europa.eu/resource/authority/data-theme/EDUC> .

<http://publications.europa.eu/resource/authority/language/ENG> a dct:LinguisticSystem .

<https://dgi5.staging.derilinx.com/dataset/9681a564-5cdc-4658-9ad9-f54d398c359f/resource/5e120909-d4dc-44b4-8764-bbe45216bf87> a dcat:Distribution ;
    dct:format [ a dct:MediaTypeOrExtent ;
            rdfs:label "CSV" ;
            rdf:value "CSV" ] ;
    dct:issued "2016-12-07T12:01:05"^^xsd:dateTime ;
    dct:modified "2016-12-07T12:01:05"^^xsd:dateTime ;
    dct:title "Published Datasets Online" ;
    dcat:accessURL <http://www.ahrrga.gov.ie/app/uploads/2016/12/published_datasets_online.csv> ;
    dcat:downloadURL <http://www.ahrrga.gov.ie/app/uploads/2016/12/published_datasets_online.csv> .

<https://dgi5.staging.derilinx.com/organization/department-of-arts-heritage-regional-rural-and-gaeltacht-affairs> a foaf:Agent,
        foaf:Organization ;
    foaf:name "Department of Tourism, Culture, Arts, Gaeltacht, Sport and Media" .

