@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/ef77dfb9-7f04-4eac-ae36-a546d8d69405> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/ehr>,
        <http://health.europa.eu/theme/chronic-disease>,
        <http://health.europa.eu/theme/epidemiology>,
        <http://health.europa.eu/theme/public-health> ;
    healthdcatap:maxTypicalAge "65"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "18"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "596982"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "481185"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/RESTRICTED> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/MONTHLY> ;
    dct:description """IHS is the principal source of national data for self-reported perceptions of persons aged 15 years 
and over, and outlines their view of their health status – from how well they are feeling, to the extent to 
which they suffer from long-standing health conditions, as well as other factors

**Purpose:** The “Main Results” publication
 provides data and insights on
various aspects of health in
Ireland. The other publications
in the series present data on 
the health experience of persons 
with disabilities and carers.

**Coverage:** National and NUTS 3 Regional level are available.

IHS data collection commenced in 2015 and is collected every 3 – 4 years.""" ;
    dct:identifier "NDC-0064" ;
    dct:issued "2015-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-08-14"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """The 2015 Health Survey was administered 
via a self-completion questionnaire. 
The survey data was collected via an 
interviewer administered interview where respondents were asked questions on their health status and health experiences.

IHS data is collected every 3 – 4 years.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """The 2015 Health Survey was administered 
via a self-completion questionnaire. 
The survey data was collected via an 
interviewer administered interview where respondents were asked questions on their health status and health experiences.

IHS data is collected every 3 – 4 years.""" ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Central Statistics Office" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Central Statistics Office" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2024-04-10"^^xsd:date ;
            dcat:startDate "2015-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2024-04-10"^^xsd:date ;
            dcat:startDate "2015-01-01"^^xsd:date ] ;
    dct:title "Irish Health Survey" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Central Statistics Office" ;
            vcard:hasEmail <mailto:data@central-statistics-o.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Central Statistics Office" ;
            vcard:hasEmail <mailto:data@central-statistics-o.ie> ] ;
    dcat:keyword "Ireland",
        "healthcare",
        "registry" ;
    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/MONTHLY> a dct:Frequency .

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

