@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/b29fb748-2c73-489b-8338-137f51ec6557> a dcat:Dataset ;
    dct:accrualPeriodicity "Annual" ;
    dct:conformsTo "ICD-10-AM/ACHI/ACS; AR-DRG" ;
    dct:created "2019-03-01T05:01:09"^^xsd:dateTime ;
    dct:identifier "b29fb748-2c73-489b-8338-137f51ec6557" ;
    dct:issued "2017-09-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-09-03T15:08:28"^^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 ;
            schema1:endDate "2017-12-31"^^xsd:date ;
            schema1:startDate "2017-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2017-12-31"^^xsd:date ;
            dcat:startDate "2017-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/b29fb748-2c73-489b-8338-137f51ec6557/resource/05a51aeb-be2e-4602-9342-a5e23d334dc7> ;
    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 <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/b29fb748-2c73-489b-8338-137f51ec6557/resource/05a51aeb-be2e-4602-9342-a5e23d334dc7> a dcat:Distribution ;
    dct:description "TABLE 2.1b " ;
    dct:format [ a dct:MediaTypeOrExtent ;
            rdfs:label "CSV" ;
            rdf:value "CSV" ] ;
    dct:issued "2019-03-07T13:19:32"^^xsd:dateTime ;
    dct:modified "2025-09-03T15:08:28"^^xsd:dateTime ;
    dct:title "le-21b-total-male-discharges-patient-type-by-age-group-n-bed-days-and-in-patient-length-of-stay-2017" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "40a6743c8e51c6c3e3adcfc1506b7548"^^xsd:hexBinary ] ;
    dcat:accessURL <http://www.hpo.ie/latest_hipe_nprs_reports/HIPE_2017/CSV/Section_2/Table_2.1b.csv> ;
    dcat:downloadURL <http://www.hpo.ie/latest_hipe_nprs_reports/HIPE_2017/CSV/Section_2/Table_2.1b.csv> .

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

