@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix healthdcatap: <http://healthdataportal.eu/ns/health#> .
@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://ckan.hiqa.staging.derilinx.com/dataset/c2eeaa42-c60d-48f3-b72a-a600710b6248> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/public-health>,
        <http://health.europa.eu/theme/chronic-disease> ;
    healthdcatap:maxTypicalAge "65"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "18"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "172728"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "231230"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/ANNUAL> ;
    dct:description """The data is collected under the Vital Statistics Act 1952 and Section 73 of the Civil Registration Act 2004.

**Purpose:** To collect vital statistics on all deaths in Ireland.

**Coverage:** All deaths in Ireland.

Data received on an ongoing basis from the GRO.""" ;
    dct:identifier "NDC-0127" ;
    dct:issued "1864-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-08-19"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """All data is received electronically. Prior to Sept 2003, data was coded from death certificates. In September 2003, electronic transfer of data from the General Registry Office commenced on a phased basis.

Data is received weekly from the GRO.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """All data is received electronically. Prior to Sept 2003, data was coded from death certificates. In September 2003, electronic transfer of data from the General Registry Office commenced on a phased basis.

Data is received weekly from the GRO.""" ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Department of Social Protection" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Department of Social Protection" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2025-08-15"^^xsd:date ;
            dcat:startDate "1864-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2025-08-15"^^xsd:date ;
            dcat:startDate "1864-01-01"^^xsd:date ] ;
    dct:title "Vital Statistics - Deaths Registration" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Department of Social Protection" ;
            vcard:hasEmail <mailto:data@department-of-social.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Department of Social Protection" ;
            vcard:hasEmail <mailto:data@department-of-social.ie> ] ;
    dcat:keyword "epidemiology",
        "health",
        "registry" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

<http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC> a dct:RightsStatement .

<http://publications.europa.eu/resource/authority/country/IRL> a dct:Location ;
    skos:prefLabel "Ireland" .

<http://publications.europa.eu/resource/authority/frequency/ANNUAL> a dct:Frequency .

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

