@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/f14d556d-a93a-4f85-9a0c-8aed685a154e> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/registries>,
        <http://health.europa.eu/theme/chronic-disease>,
        <http://health.europa.eu/theme/epidemiology>,
        <http://health.europa.eu/theme/infectious-disease> ;
    healthdcatap:maxTypicalAge "75"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "18"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "539150"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "14095"^^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 collection are made up of retrospective (from paper records) and real time data entry records detailing the the processing of each residents who received a vaccination (if consented) or not. The data includes the person-identifying information of the citizen. It also includes data on citizens who were not vaccinated by virtue of non-attendance.

**Purpose:** The COVAX system is an electronic dataset which records all COVID-19 vaccinations for all residents  in the State. It also assists in the planning of vaccination clinics as well as being used for statistical and activity analysis.

In-Scope: All COVID-19 vaccinations for all residents who receive a vaccination in Ireland leading to a Vaccination certificate for travel purposes.

Out-of-Scope: Non-COVID-19 vaccinations (e.g. Schools Immunisation Programme).

**Coverage:** National – all residents of the State who have registered for COVID-19 vaccination during 2021 and 2022 to date.

The data collection start date was the 27th December 2020 and continues to this day.""" ;
    dct:identifier "NDC-0022" ;
    dct:issued "2021-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2023-12-13"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """The data are collected on an as-required basis. This, in practise, is a daily occurrence as residents can log onto a portal to provide their information. 

In addition to this, information is provided via electronic transmission from GPs and Pharmacies at the point of vaccination.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """The data are collected on an as-required basis. This, in practise, is a daily occurrence as residents can log onto a portal to provide their information. 

In addition to this, information is provided via electronic transmission from GPs and Pharmacies at the point of vaccination.""" ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "HSE Office of Chief Clinical Officer" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "HSE Office of Chief Clinical Officer" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2025-04-22"^^xsd:date ;
            dcat:startDate "2021-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2025-04-22"^^xsd:date ;
            dcat:startDate "2021-01-01"^^xsd:date ] ;
    dct:title "COVAX: National COVID-19 Immunisation System" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "HSE Office of Chief Clinical Officer" ;
            vcard:hasEmail <mailto:data@hse-office-of-chief-.ie> ],
        [ a vcard:Kind ;
            vcard:fn "HSE Office of Chief Clinical Officer" ;
            vcard:hasEmail <mailto:data@hse-office-of-chief-.ie> ] ;
    dcat:keyword "EHDS",
        "health",
        "healthcare",
        "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 .

