@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/f10f112e-08e8-4b09-b820-0fa9bfe1ea22> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/public-health>,
        <http://health.europa.eu/theme/mental-health> ;
    healthdcatap:maxTypicalAge "65"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "18"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "1748352"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "427451"^^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 """This is a register for all Spinal patients referred for consultation/ admission to the Mater Hospital. It uses Patient Advocate Tracking System (PATS) software.

**Purpose:** To capture all spinal injury consultations, referrals, OPD & admissions to the Mater Hospital (does not include details of treatment in other hospitals).

**Coverage:** National.

Commenced in June 2008 and is ongoing.""" ;
    dct:identifier "NDC-0104" ;
    dct:issued "2008-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-07-15"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "Referring hospitals use online Spinal Portal. Data draw down weekly, monthly, quarterly, annually, and as and when required." ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "Referring hospitals use online Spinal Portal. Data draw down weekly, monthly, quarterly, annually, and as and when required." ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "National Spinal Injuries Unit" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "National Spinal Injuries Unit" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2024-07-26"^^xsd:date ;
            dcat:startDate "2008-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2024-07-26"^^xsd:date ;
            dcat:startDate "2008-01-01"^^xsd:date ] ;
    dct:title "National Spinal Injuries Unit" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "National Spinal Injuries Unit" ;
            vcard:hasEmail <mailto:data@national-spinal-inju.ie> ],
        [ a vcard:Kind ;
            vcard:fn "National Spinal Injuries Unit" ;
            vcard:hasEmail <mailto:data@national-spinal-inju.ie> ] ;
    dcat:keyword "EHDS",
        "Ireland",
        "epidemiology",
        "surveillance" ;
    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 .

