@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/1f4dfd06-9c87-421e-b2f6-7444ac429c27> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/ehr>,
        <http://health.europa.eu/theme/epidemiology>,
        <http://health.europa.eu/theme/mental-health> ;
    healthdcatap:maxTypicalAge "75"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "15"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "792818"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "280516"^^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 """Designated data coordinators within all maternity units collate and submit data on Robson TGCS to the NPEC.

**Purpose:** The Robson Ten Group Classification System (TGCS) is a classification system by which all perinatal events and outcomes can be compared. The system classifies all pregnant women into one of ten groups, each of which are mutually exclusive and, as a set, comprehensive.

This system has been used extensively internationally to analyse caesarean deliveries. In 2015, the World Health Organization (WHO) endorsed the Robson TGCS as the global standard for assessing, monitoring, and comparing CS rates 

**Coverage:** All 19 units collected data in 2020 for Robson TGCS.""" ;
    dct:identifier "NDC-0115" ;
    dct:issued "2009-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-09-19"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "Data is submitted on an excel template frequencies varies across units." ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "Data is submitted on an excel template frequencies varies across units." ] ;
    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 "2026-10-26"^^xsd:date ;
            dcat:startDate "2009-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2026-10-26"^^xsd:date ;
            dcat:startDate "2009-01-01"^^xsd:date ] ;
    dct:title "National Maternity data- Robson Ten Group Classification system (TGCS)" ;
    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 "epidemiology",
        "public-health",
        "statistics" ;
    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 .

