@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 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/d2a19f02-eaa1-4913-8cb7-7ac15e31f814> a dcat:Dataset ;
    dct:accrualPeriodicity "Annual" ;
    dct:created "2017-08-29T09:40:37"^^xsd:dateTime ;
    dct:identifier "d2a19f02-eaa1-4913-8cb7-7ac15e31f814" ;
    dct:issued "2016-12-13"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2021-02-11T06:02:55"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/health-service-executive> ;
    dct:spatial [ a dct:Location ;
            skos:prefLabel "National" ] ;
    dct:temporal [ rdfs:label "2015" ] ;
    dct:title "Figure 2.3a Deaths by principal causes, percentage distribution, 2015, ages 0-64" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Ronan O'Kelly" ;
            vcard:hasEmail <mailto:ronan_o%27kelly@health.gov.ie> ],
        [ a vcard:Organization ;
            vcard:hasTelephone "35316353108" ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/d2a19f02-eaa1-4913-8cb7-7ac15e31f814/resource/2ea2fe93-cd95-4d53-9b88-6b2844c303bb> ;
    dcat:keyword " Causes of Death",
        "Deaths" ;
    dcat:landingPage <http://health.gov.ie/publications-research/statistics/statistics-by-topic/causes-of-death/> ;
    dcat:theme <Health>,
        <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

<https://dgi5.staging.derilinx.com/dataset/d2a19f02-eaa1-4913-8cb7-7ac15e31f814/resource/2ea2fe93-cd95-4d53-9b88-6b2844c303bb> a dcat:Distribution ;
    dct:description "Figure 2.3a Deaths by principal causes, percentage distribution, 2015, ages 0-64" ;
    dct:format [ a dct:MediaTypeOrExtent ;
            rdfs:label "CSV" ;
            rdf:value "CSV" ] ;
    dct:issued "2017-08-02T08:55:58"^^xsd:dateTime ;
    dct:modified "2017-08-02T08:55:58"^^xsd:dateTime ;
    dct:title "Figure 2.3a Deaths by principal causes, percentage distribution, 2015, ages 0-64" ;
    dcat:accessURL <http://health.gov.ie/wp-content/uploads/2017/05/Figure-2.3a-Deaths-by-principal-causes-percentage-distribution-2015-ages-0-64.csv> ;
    dcat:downloadURL <http://health.gov.ie/wp-content/uploads/2017/05/Figure-2.3a-Deaths-by-principal-causes-percentage-distribution-2015-ages-0-64.csv> .

<https://dgi5.staging.derilinx.com/organization/health-service-executive> a foaf:Agent,
        foaf:Organization ;
    foaf:name "Health Service Executive" .

