@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/bb0ae254-e1f4-4dd6-9145-9a28cceaaee4> a dcat:Dataset ;
    dct:accrualPeriodicity "Never" ;
    dct:created "2020-06-26T20:33:14"^^xsd:dateTime ;
    dct:identifier "bb0ae254-e1f4-4dd6-9145-9a28cceaaee4" ;
    dct:issued "2020-06-26"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-09-08T10:53:12"^^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-03-01"^^xsd:date ;
            schema1:startDate "2017-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2020-03-01"^^xsd:date ;
            dcat:startDate "2017-01-01"^^xsd:date ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/bb0ae254-e1f4-4dd6-9145-9a28cceaaee4/resource/d19e2cd1-4a67-48f7-b259-0f9ee2a55929> ;
    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/bb0ae254-e1f4-4dd6-9145-9a28cceaaee4/resource/d19e2cd1-4a67-48f7-b259-0f9ee2a55929> a dcat:Distribution ;
    dct:description "Eligibility per Scheme" ;
    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:22:58"^^xsd:dateTime ;
    dct:modified "2025-09-03T13:48:08"^^xsd:dateTime ;
    dct:title "Eligibility per Scheme" ;
    dcat:accessURL <http://www.sspcrs.ie/analytics/saw.dll?Download&Path=%2Fshared%2FData%20Mining%2F_portal%2FNumber%20of%20Eligible%20Persons%20Scheme%2FViews%2Fopen_data_number_eligible_persons_scheme_report&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%2FNumber%20of%20Eligible%20Persons%20Scheme%2FViews%2Fopen_data_number_eligible_persons_scheme_report&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" .

