@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dgi5.staging.derilinx.com/dataset/fb60cd2b-f549-45e9-b92c-0229d972abbf> a dcat:Dataset ;
    dct:accrualPeriodicity "Annual" ;
    dct:conformsTo "ICD-10-AM/ACHI/ACS; AR-DRG" ;
    dct:created "2016-08-10T08:49:12"^^xsd:dateTime ;
    dct:identifier "fb60cd2b-f549-45e9-b92c-0229d972abbf" ;
    dct:issued "2017-04-12"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-09-08T11:38:48"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/health-service-executive> ;
    dct:spatial [ a dct:Location ;
            skos:prefLabel "National, acute public hospitals" ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2014-12-31"^^xsd:date ;
            dcat:startDate "2014-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            schema1:endDate "2014-12-31"^^xsd:date ;
            schema1:startDate "2014-01-01"^^xsd:date ] ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasTelephone "-" ],
        [ a vcard:Organization ;
            vcard:fn "Healthcare Pricing Office" ;
            vcard:hasEmail <mailto:info@hpo.ie> ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/fb60cd2b-f549-45e9-b92c-0229d972abbf/resource/4fe3297f-9098-4dc7-950d-45c75a07bbfa> ;
    dcat:keyword " activity",
        " acute",
        " ar-drgs",
        " casemix",
        " day patient",
        " diagnoses",
        " discharge",
        " discharges",
        " hipe",
        " hospital",
        " hospitals",
        " icd-10-am",
        " in-patient",
        " principal diagnosis",
        " principal procedure",
        " procedures",
        "achi" ;
    dcat:landingPage <http://www.hpo.ie/index.htm?hipe_and_nprs_reports> ;
    dcat:theme <Health>,
        <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

<https://dgi5.staging.derilinx.com/dataset/fb60cd2b-f549-45e9-b92c-0229d972abbf/resource/4fe3297f-9098-4dc7-950d-45c75a07bbfa> a dcat:Distribution ;
    dct:description "TABLE 3.6" ;
    dct:format [ a dct:MediaTypeOrExtent ;
            rdfs:label "CSV" ;
            rdf:value "CSV" ] ;
    dct:issued "2019-03-07T13:16:07"^^xsd:dateTime ;
    dct:modified "2025-09-08T11:38:48"^^xsd:dateTime ;
    dct:title "TABLES 3.6 Day Patient Activity (excl. Maternity) (N, %), 2014" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "d7f7208cc017c9f3c0bc903bf5db498b"^^xsd:hexBinary ] ;
    dcat:accessURL <http://www.hpo.ie/latest_hipe_nprs_reports/HIPE_2014/CSV/Section_3/Table_3.6.csv> ;
    dcat:downloadURL <http://www.hpo.ie/latest_hipe_nprs_reports/HIPE_2014/CSV/Section_3/Table_3.6.csv> .

<https://dgi5.staging.derilinx.com/organization/health-service-executive> a foaf:Agent,
        foaf:Organization ;
    foaf:name "Health Service Executive" .

