@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/7a04e4f4-cbc5-43ac-a042-b416430597cb> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/registries>,
        <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 "0"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "903204"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "193021"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/RESTRICTED> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/QUARTERLY> ;
    dct:description """This register collects data on all patients attending the rheumatology service who receive biologic therapies (predominantly anti-TNF therapies).

**Purpose:** To collect data on all patients attending the rheumatology service who receive biologic therapies, predominantly anti-tumour necrosis factor (anti-TNF therapies).

**Coverage:** Patients who attend the Rheumatology Department and receive biological therapies at St. Vincent’s University Hospital.""" ;
    dct:identifier "NDC-0060" ;
    dct:issued "2004-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2023-10-22"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "Data is entered in real time in the clinic by clinicians and afterwards from a questionnaire completed by patients who have attended the clinic." ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "Data is entered in real time in the clinic by clinicians and afterwards from a questionnaire completed by patients who have attended the clinic." ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Rheumatology Department St. Vincent’s University Hospital" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Rheumatology Department St. Vincent’s University Hospital" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2025-09-04"^^xsd:date ;
            dcat:startDate "2004-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2025-09-04"^^xsd:date ;
            dcat:startDate "2004-01-01"^^xsd:date ] ;
    dct:title "Irish Biologic Therapies Register* (2014 template)" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Rheumatology Department St. Vincent’s University Hospital" ;
            vcard:hasEmail <mailto:data@rheumatology-departm.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Rheumatology Department St. Vincent’s University Hospital" ;
            vcard:hasEmail <mailto:data@rheumatology-departm.ie> ] ;
    dcat:keyword "EHDS",
        "clinical-data",
        "epidemiology",
        "statistics" ;
    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/QUARTERLY> a dct:Frequency .

<http://publications.europa.eu/resource/authority/language/ENG> a dct:LinguisticSystem .

