@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 vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dgi5.staging.derilinx.com/dataset/e0d068b1-11c3-41da-a02f-8487840dd4e5> a dcat:Dataset ;
    dct:accrualPeriodicity "Never" ;
    dct:created "2018-04-10T04:27:45"^^xsd:dateTime ;
    dct:identifier "e0d068b1-11c3-41da-a02f-8487840dd4e5" ;
    dct:issued "2018-04-09"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2018-04-10T04:30:11"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/health-service-executive> ;
    dct:spatial [ a dct:Location ;
            skos:prefLabel "National" ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2018-02-28"^^xsd:date ;
            dcat:startDate "2018-02-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            schema1:endDate "2018-02-28"^^xsd:date ;
            schema1:startDate "2018-02-01"^^xsd:date ] ;
    dct:title "Health Service Employment Report: February 2018" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:personnelcensus@hse.ie> ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/e0d068b1-11c3-41da-a02f-8487840dd4e5/resource/6995432b-f283-4db1-a36c-b60f59cd3ae9> ;
    dcat:keyword "HR",
        "Staff Numbers",
        "WTE" ;
    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/e0d068b1-11c3-41da-a02f-8487840dd4e5/resource/6995432b-f283-4db1-a36c-b60f59cd3ae9> a dcat:Distribution ;
    dct:format [ a dct:IMT,
                dct:MediaTypeOrExtent ;
            rdfs:label "PDF" ;
            rdf:value <https://www.iana.org/assignments/media-types/application/pdf> ] ;
    dct:issued "2018-04-09T10:37:44"^^xsd:dateTime ;
    dct:modified "2018-04-09T10:37:44"^^xsd:dateTime ;
    dct:title "Health Service Employment Report: February 2018" ;
    dcat:accessURL <https://www.hse.ie/eng/staff/resources/our-workforce/health-service-employment-report-feb-2018.pdf> ;
    dcat:downloadURL <https://www.hse.ie/eng/staff/resources/our-workforce/health-service-employment-report-feb-2018.pdf> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/application/pdf> .

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

