@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/beeae0f6-59fd-4ce2-b5a9-b5d6d51b2f6f> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/ehr>,
        <http://health.europa.eu/ehds/category/registries>,
        <http://health.europa.eu/theme/epidemiology> ;
    healthdcatap:maxTypicalAge "65"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "0"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "591020"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "294755"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/ANNUAL> ;
    dct:description """Designated perinatal mortality data coordinators within all maternity units collate and submit data on all perinatal deaths occurring in their unit to the NPEC using a specific, detailed notification form.

**Purpose:** To address the investigation of perinatal mortality in Ireland from a clinical perspective. To identify modifiable risk factors impacting on adverse perinatal outcomes.  This will enhance clinical interpretation of perinatal deaths which will further assist in informing clinical practice, public health interventions and counselling of prospective parents.

**Coverage:** National.

Data collection commenced in 2008 and is ongoing.""" ;
    dct:identifier "NDC-0111" ;
    dct:issued "2008-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2024-07-01"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "Data is submitted either via the secure online NPEC database, or alternatively by paper format." ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "Data is submitted either via the secure online NPEC database, or alternatively by paper format." ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "National Perinatal Epidemiology Centre" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "National Perinatal Epidemiology Centre" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2024-10-12"^^xsd:date ;
            dcat:startDate "2008-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2024-10-12"^^xsd:date ;
            dcat:startDate "2008-01-01"^^xsd:date ] ;
    dct:title "Perinatal Mortality National Clinical Audit Previously Perinatal Mortality Surveillance System" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "National Perinatal Epidemiology Centre" ;
            vcard:hasEmail <mailto:data@national-perinatal-e.ie> ],
        [ a vcard:Kind ;
            vcard:fn "National Perinatal Epidemiology Centre" ;
            vcard:hasEmail <mailto:data@national-perinatal-e.ie> ] ;
    dcat:keyword "EHDS",
        "Ireland",
        "public-health",
        "statistics",
        "surveillance" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

<http://publications.europa.eu/resource/authority/access-right/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 .

