@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/a11edbba-11f9-4fbc-ad95-a59c4d3049d6> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/ehr>,
        <http://health.europa.eu/ehds/category/public-health>,
        <http://health.europa.eu/theme/epidemiology>,
        <http://health.europa.eu/theme/infectious-disease>,
        <http://health.europa.eu/theme/mental-health> ;
    healthdcatap:maxTypicalAge "85"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "18"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "943012"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "232466"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/QUARTERLY> ;
    dct:description """This database is a renal database collecting data since 1964. It is used to assess graft survival and patient survival, monitor factors affecting outcomes.

**Purpose:** The purpose of the registry is to provide robust data capable of informing the outcomes of renal transplants/recipients in Ireland. The upkeep of a national registry is required by law (SI No325/2012) which came into effect in August 2012 in compliance with EU Directive 2010/53/EU on Standards of Quality and Safety of Human Organs intended for Transplantation. The upkeep of the National Registry complies with DIRECTIVE 95/46/EC of 24 October 1995 on the protection of individuals with regard to t

**Coverage:** All consecutive renal transplants from 1964 performed in Ireland. Data collection starts at time of transplant and finishes at failure of allograft or death of recipient.""" ;
    dct:identifier "NDC-0100" ;
    dct:issued "2002-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-04-03"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "Data is collated in the renal unit from hospital based systems and laboratory reports. Collected at time of transplant and yearly afterwards." ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "Data is collated in the renal unit from hospital based systems and laboratory reports. Collected at time of transplant and yearly afterwards." ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Beaumont Hospital" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Beaumont Hospital" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2025-09-11"^^xsd:date ;
            dcat:startDate "2002-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2025-09-11"^^xsd:date ;
            dcat:startDate "2002-01-01"^^xsd:date ] ;
    dct:title "National Renal Transplant Registry" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Beaumont Hospital" ;
            vcard:hasEmail <mailto:data@beaumont-hospital.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Beaumont Hospital" ;
            vcard:hasEmail <mailto:data@beaumont-hospital.ie> ] ;
    dcat:keyword "Ireland",
        "clinical-data",
        "epidemiology",
        "statistics",
        "surveillance" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

