@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/5e2d70b4-133c-4a94-bddb-998588f1a5e2> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/public-health>,
        <http://health.europa.eu/ehds/category/registries>,
        <http://health.europa.eu/theme/epidemiology>,
        <http://health.europa.eu/theme/public-health> ;
    healthdcatap:maxTypicalAge "75"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "0"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "750596"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "185200"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/ANNUAL> ;
    dct:description """The Census of Population is a collection of information relating to persons and households 
in Ireland. The Census of Population statistics are 
disseminated through a range of specialised publications, releases and other media.

**Purpose:** To collect information relating to persons and households in the Republic of Ireland to help to plan for services to meet demand in healthcare and education, for example.

**Coverage:** De facto population.

The delivery and collections of 
Census forms span over a 10 week period.
The Census 2016 Quality Report is available on the CSO website here: https://www.cso.ie/en/media/csoie/methods/censusofpopulation/Census_2016_Quality_Report_rev_0918.pdf""" ;
    dct:identifier "NDC-0014" ;
    dct:issued "1926-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2024-04-27"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """Census - householder completion of census form.

The Census is carried out in 5 years cycles. However due to Covid-19 the schedule Census in 2021 was postponed to 2022.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """Census - householder completion of census form.

The Census is carried out in 5 years cycles. However due to Covid-19 the schedule Census in 2021 was postponed to 2022.""" ] ;
    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 "2026-03-25"^^xsd:date ;
            dcat:startDate "1926-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2026-03-25"^^xsd:date ;
            dcat:startDate "1926-01-01"^^xsd:date ] ;
    dct:title "Census of Population and other Population Data" ;
    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 "EHDS",
        "epidemiology",
        "healthcare",
        "registry",
        "statistics" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

<http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC> 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 .

