@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 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/77e97ae8-2f80-426e-8268-0878a63a270b> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/public-health>,
        <http://health.europa.eu/theme/chronic-disease>,
        <http://health.europa.eu/theme/infectious-disease>,
        <http://health.europa.eu/theme/public-health> ;
    healthdcatap:maxTypicalAge "65"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "18"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "273860"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "303662"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/RESTRICTED> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/ANNUAL> ;
    dct:description """The COVID-19 Data Research Hub contains individual level administrative data sets obtained from the HSE.
The datasets within the Research Hub contain pseudonymised individual level data on those who have been diagnosed with COVID-19, been referred for testing, been treated in hospital for COVID-19 or have been identified as being a close contact of a confirmed case.

**Purpose:** The purpose of the CSO COVID-19 data research hub is to make individual level administrative COVID-19 datasets available to researchers via the CSO Researcher Microdata Files (RMF) process under Section 20(c) of The Statistics Act, 1993.

**Coverage:** Data extracts provided by the HSE to CSO.

2020 onwards.""" ;
    dct:identifier "NDC-0023" ;
    dct:issued "2021-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-05-03"^^xsd:date ;
    dct:provenance <https://www.cso.ie/en/aboutus/lgdp/csodatapolicies/dataforresearchers/covid-19dataresearchhub/faqs/> ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Central Statistics Office" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Central Statistics Office" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2025-01-05"^^xsd:date ;
            dcat:startDate "2021-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2025-01-05"^^xsd:date ;
            dcat:startDate "2021-01-01"^^xsd:date ] ;
    dct:title "COVID-19 Data Research Hub" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Central Statistics Office" ;
            vcard:hasEmail <mailto:data@central-statistics-o.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Central Statistics Office" ;
            vcard:hasEmail <mailto:data@central-statistics-o.ie> ] ;
    dcat:keyword "Ireland",
        "epidemiology",
        "health" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

<https://www.cso.ie/en/aboutus/lgdp/csodatapolicies/dataforresearchers/covid-19dataresearchhub/faqs/> a dct:ProvenanceStatement .

