@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/853563b7-79cc-4b1a-8d49-06973991083f> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/public-health>,
        <http://health.europa.eu/theme/mental-health> ;
    healthdcatap:maxTypicalAge "85"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "18"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "630875"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "322266"^^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 IBTS maintains a computerised donor database on individuals who donate blood. This database (called Progesa) is used by the IBTS to communicate with donors, record their donation and test result details. This information is used for analysis of the blood donor population. The IBTS also publishes information on the current blood supply available for donation in Ireland.

**Purpose:** To maintain a computerised donor database on individuals who donate blood.

**Coverage:** National — all who attend a blood donation clinic are required to register with the IBTS.

Data collection commenced in 1965 and is ongoing.""" ;
    dct:identifier "NDC-0009" ;
    dct:issued "1965-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-05-20"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """All donors are required to register with the IBTS, when they present at a donation clinic, and fill out a health and lifestyle questionnaire.

On-going data collection.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """All donors are required to register with the IBTS, when they present at a donation clinic, and fill out a health and lifestyle questionnaire.

On-going data collection.""" ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Irish Blood Transfusion Service" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Irish Blood Transfusion Service" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2024-07-04"^^xsd:date ;
            dcat:startDate "1965-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2024-07-04"^^xsd:date ;
            dcat:startDate "1965-01-01"^^xsd:date ] ;
    dct:title "Blood Donor Database" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Irish Blood Transfusion Service" ;
            vcard:hasEmail <mailto:data@irish-blood-transfus.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Irish Blood Transfusion Service" ;
            vcard:hasEmail <mailto:data@irish-blood-transfus.ie> ] ;
    dcat:keyword "Ireland",
        "registry",
        "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 .

