@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/bfda4105-e82d-4ec1-9d42-cfcc2c4b7440> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/public-health>,
        <http://health.europa.eu/ehds/category/registries>,
        <http://health.europa.eu/theme/chronic-disease>,
        <http://health.europa.eu/theme/infectious-disease>,
        <http://health.europa.eu/theme/public-health> ;
    healthdcatap:maxTypicalAge "85"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "0"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "265356"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "142948"^^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 National Perinatal Reporting System (NPRS) has as its principal aim, the provision of national statistics on perinatal events.

**Purpose:** To maintain a timely accurate national database of key perinatal indicators over time. Collection, processing, management and reporting of data on all births nationally that meets the needs of the data users (including policymakers, clinical teams and researchers), through the development and support of the system.

**Coverage:** All maternity hospitals/departments and independent midwives report to NPRS covering 100% of births in Ireland.
NPRS data collection commenced in 1970 and is ongoing.""" ;
    dct:identifier "NDC-0096" ;
    dct:issued "1969-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2024-02-09"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "All births are registered and notified on a standard four part birth notification form which is completed where the birth takes place. Part 3 of this paper form is sent to the HPO office for data entry and validation. Approximately 40% of hospitals submit data electronically to the NPRS system." ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "All births are registered and notified on a standard four part birth notification form which is completed where the birth takes place. Part 3 of this paper form is sent to the HPO office for data entry and validation. Approximately 40% of hospitals submit data electronically to the NPRS system." ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Healthcare Pricing Office" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Healthcare Pricing Office" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2025-06-26"^^xsd:date ;
            dcat:startDate "1969-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2025-06-26"^^xsd:date ;
            dcat:startDate "1969-01-01"^^xsd:date ] ;
    dct:title "National Perinatal Reporting System (NPRS)" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Healthcare Pricing Office" ;
            vcard:hasEmail <mailto:data@healthcare-pricing-o.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Healthcare Pricing Office" ;
            vcard:hasEmail <mailto:data@healthcare-pricing-o.ie> ] ;
    dcat:keyword "health",
        "registry",
        "statistics",
        "surveillance" ;
    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 .

