@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 schema1: <http://schema.org/> .
@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#> .

<https://dgi5.staging.derilinx.com/dataset/8f360f54-87c4-4398-abc8-50249b9c18be> a dcat:Dataset ;
    dct:accrualPeriodicity "Monthly" ;
    dct:created "2017-05-29T11:47:52"^^xsd:dateTime ;
    dct:identifier "8f360f54-87c4-4398-abc8-50249b9c18be" ;
    dct:issued "2017-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2018-03-05T12:21:13"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/department-of-finance> ;
    dct:spatial [ a dct:Location ;
            skos:prefLabel "National" ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2017-12-31"^^xsd:date ;
            dcat:startDate "1984-01-01"^^xsd:date ],
        [ rdfs:label "monthly dataset" ],
        [ a dct:PeriodOfTime ;
            schema1:endDate "2017-12-31"^^xsd:date ;
            schema1:startDate "1984-01-01"^^xsd:date ] ;
    dct:title "MONTHLY EXCHEQUER TAX RECEIPTS 1984 - Present" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Press Office" ;
            vcard:hasEmail <mailto:pressoffice@finance.gov.ie> ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/8f360f54-87c4-4398-abc8-50249b9c18be/resource/0720452e-e998-4493-9643-e814cf8470e8> ;
    dcat:keyword "Economy  Finance",
        "finance",
        "public finance",
        "tax",
        "tax receipts" ;
    dcat:landingPage <http://databank.finance.gov.ie/> ;
    dcat:theme <Economy>,
        <http://publications.europa.eu/resource/authority/data-theme/ECON> .

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

<https://dgi5.staging.derilinx.com/dataset/8f360f54-87c4-4398-abc8-50249b9c18be/resource/0720452e-e998-4493-9643-e814cf8470e8> a dcat:Distribution ;
    dct:format [ a dct:MediaTypeOrExtent ;
            rdfs:label "CSV" ;
            rdf:value "CSV" ] ;
    dct:issued "2017-05-29T11:47:53"^^xsd:dateTime ;
    dct:modified "2017-05-29T11:47:53"^^xsd:dateTime ;
    dct:title "MONTHLY EXCHEQUER TAX RECEIPTS 1984 - Present" ;
    dcat:accessURL <http://databank.finance.gov.ie/FinDataBank.aspx?rep=OpenDataSourceCSV> ;
    dcat:downloadURL <http://databank.finance.gov.ie/FinDataBank.aspx?rep=OpenDataSourceCSV> .

<https://dgi5.staging.derilinx.com/organization/department-of-finance> a foaf:Agent,
        foaf:Organization ;
    foaf:name "Department of Finance" .

