@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatap: <http://data.europa.eu/r5r/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix eli: <http://data.europa.eu/eli/ontology#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix healthdcatap: <http://healthdataportal.eu/ns/health#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.hiqa.prod.derilinx.com/dataset/46584aa3-0ef3-4b88-a09c-aa051953118b> a dcat:Dataset ;
    dcatap:applicableLegislation "EU legislation" ;
    healthdcatap:hasCodingSystem "ICD-10-AM" ;
    healthdcatap:hdab [ a foaf:Agent ;
            foaf:name "Health data access body" ] ;
    healthdcatap:healthCategory "aggregated_healthcare_data" ;
    healthdcatap:maxTypicalAge "100"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "0"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "2000000"^^xsd:nonNegativeInteger ;
    healthdcatap:trustedDataHolder true ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/ANNUAL> ;
    dct:description "The Hospital In-Patient Enquiry (HIPE) dataset is a national Irish health information system collecting demographic, clinical, and administrative data on inpatient and day-case discharges from acute public hospitals. It serves as the primary source of morbidity statistics in Ireland." ;
    dct:identifier "46584aa3-0ef3-4b88-a09c-aa051953118b" ;
    dct:issued "2026-05-14T14:30:16"^^xsd:dateTime ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2026-05-21T12:48:24"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "Health Service Executive" ],
        [ a foaf:Agent ;
            foaf:name "Health Service Executive" ] ;
    dct:title "HIPE Dataset - Hospital Inpatient Enquiry" ;
    dct:type "Annual Report" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Healthcare Pricing Office" ;
            vcard:hasEmail <mailto:hipedata.requests@hpo.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Healthcare Pricing Office" ;
            vcard:hasEmail <mailto:hipedata.requests@hpo.ie> ] ;
    dcat:keyword "Daycase",
        "Hospital discharge activity",
        "Inpatient",
        "acute hospital",
        "public hospital" ;
    dcat:landingPage <https://hpowp.com/abf/hipe_annual_report_latest/> ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/GOVE>,
        <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/frequency/ANNUAL> a dct:Frequency .

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

<https://hpowp.com/abf/hipe_annual_report_latest/> a foaf:Document .

"EU legislation" a eli:LegalResource .

