@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/a5164fd9-8e3f-4d83-83cb-34be18a09c0b> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/public-health>,
        <http://health.europa.eu/theme/epidemiology>,
        <http://health.europa.eu/theme/mental-health>,
        <http://health.europa.eu/theme/public-health> ;
    healthdcatap:maxTypicalAge "75"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "18"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "1765959"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "216205"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/QUARTERLY> ;
    dct:description """The data is collected under the Vital Statistics Act 1952 and Section 73 of the Civil Registration Act 2004. Provides information on live births in Ireland, used in calculating natural increase which contributes to the population estimates and in fertility analysis.

**Purpose:** To collect vital statistics on live births in Ireland.

**Coverage:** All live births in Ireland.

Data received on an ongoing basis from the GRO.""" ;
    dct:identifier "NDC-0128" ;
    dct:issued "1864-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2024-01-18"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """Live births are registered with a local Registrar and General Register Office (GRO). Data are then forwarded electronically from the GRO to the CSO for Vital Statistics.

Data is received weekly from the GRO.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """Live births are registered with a local Registrar and General Register Office (GRO). Data are then forwarded electronically from the GRO to the CSO for Vital Statistics.

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 "2024-05-22"^^xsd:date ;
            dcat:startDate "1864-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2024-05-22"^^xsd:date ;
            dcat:startDate "1864-01-01"^^xsd:date ] ;
    dct:title "Vital Statistics - Live Births 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 "Ireland",
        "epidemiology",
        "health",
        "healthcare",
        "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/QUARTERLY> a dct:Frequency .

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

