@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/006617f3-2edf-4031-8be1-924560429a6e> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/registries>,
        <http://health.europa.eu/theme/epidemiology>,
        <http://health.europa.eu/theme/infectious-disease> ;
    healthdcatap:maxTypicalAge "65"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "0"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "786892"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "485005"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/MONTHLY> ;
    dct:description """Collation of monthly employment data from all public health service employers (HSE, Section 38 hospitals & voluntary agencies) in whole-time equivalence (WTE), headcount (HC), grade, gender, functional area and location terms monitoring, resourcing & workforce planning purposes. HSPC has a statutory basis.

**Purpose:** Monthly reporting of directly employed public health service staffing by grade for resourcing and planning purposes.

**Coverage:** National; configured based on service delivery structures (Hospital Groups, CHI, Community Healthcare Organisations (CHOs), HWB, HBS, & National Services.""" ;
    dct:identifier "NDC-0039" ;
    dct:issued "1990-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2024-03-04"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """SAP Bex, Excel or CSV files.

Monthly data collection.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """SAP Bex, Excel or CSV files.

Monthly data collection.""" ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "HSE Strategic Workforce Planning" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "HSE Strategic Workforce Planning" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2025-03-22"^^xsd:date ;
            dcat:startDate "1990-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2025-03-22"^^xsd:date ;
            dcat:startDate "1990-01-01"^^xsd:date ] ;
    dct:title "Health Service Personnel Census [HSPC]" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "HSE Strategic Workforce Planning" ;
            vcard:hasEmail <mailto:data@hse-strategic-workfo.ie> ],
        [ a vcard:Kind ;
            vcard:fn "HSE Strategic Workforce Planning" ;
            vcard:hasEmail <mailto:data@hse-strategic-workfo.ie> ] ;
    dcat:keyword "Ireland",
        "clinical-data",
        "surveillance" ;
    dcat:theme <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/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 .

