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

<https://dgi5.staging.derilinx.com/dataset/5e68d7ef-c3eb-4418-aef1-559960cd8455> a dcat:Dataset ;
    dct:accrualPeriodicity "Never" ;
    dct:created "2020-06-26T20:31:43"^^xsd:dateTime ;
    dct:identifier "5e68d7ef-c3eb-4418-aef1-559960cd8455" ;
    dct:issued "2020-06-26"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-09-08T10:53:10"^^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 ;
            schema1:endDate "2020-06-01"^^xsd:date ;
            schema1:startDate "2017-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2020-06-01"^^xsd:date ;
            dcat:startDate "2017-01-01"^^xsd:date ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/5e68d7ef-c3eb-4418-aef1-559960cd8455/resource/24b80e9b-104c-4218-8493-ea92cb67f981> ;
    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/5e68d7ef-c3eb-4418-aef1-559960cd8455/resource/24b80e9b-104c-4218-8493-ea92cb67f981> a dcat:Distribution ;
    dct:description "Eligibility Figures Dashboard" ;
    dct:format [ a dct:IMT,
                dct:MediaTypeOrExtent ;
            rdfs:label "CSV" ;
            rdf:value <https://www.iana.org/assignments/media-types/text/csv> ] ;
    dct:issued "2020-06-26T10:19:45"^^xsd:dateTime ;
    dct:modified "2025-09-03T13:48:07"^^xsd:dateTime ;
    dct:title "Eligibility Figures Dashboard" ;
    dcat:accessURL <http://www.sspcrs.ie/analytics/saw.dll?Download&Path=%2Fshared%2FData%20Mining%2F_portal%2FMonthly%20Eligibility%20Figures%2FViews%2Fopen_data_monthly_eligibility_figures_cho&NQUser=DM_rep_user&NQPassword=Dmru_007&format=txt&extension=.csv> ;
    dcat:downloadURL <http://www.sspcrs.ie/analytics/saw.dll?Download&Path=%2Fshared%2FData%20Mining%2F_portal%2FMonthly%20Eligibility%20Figures%2FViews%2Fopen_data_monthly_eligibility_figures_cho&NQUser=DM_rep_user&NQPassword=Dmru_007&format=txt&extension=.csv> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/text/csv> .

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

