@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/4ffbb371-cd14-4ffd-839b-1d1d91077cb6> a dcat:Dataset ;
    dct:accrualPeriodicity "Never" ;
    dct:created "2020-06-26T20:31:26"^^xsd:dateTime ;
    dct:identifier "4ffbb371-cd14-4ffd-839b-1d1d91077cb6" ;
    dct:issued "2020-06-26"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-09-08T10:53:16"^^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/4ffbb371-cd14-4ffd-839b-1d1d91077cb6/resource/32100e8a-7e27-4408-9e07-1990a2f4b2d3> ;
    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/4ffbb371-cd14-4ffd-839b-1d1d91077cb6/resource/32100e8a-7e27-4408-9e07-1990a2f4b2d3> a dcat:Distribution ;
    dct:description "Eligible Medical Card holders by CHO, Gender and Age Group" ;
    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:23:36"^^xsd:dateTime ;
    dct:modified "2025-09-03T13:48:15"^^xsd:dateTime ;
    dct:title "Eligible Medical Card holders by CHO, Gender and Age Group" ;
    dcat:accessURL <http://www.sspcrs.ie/analytics/saw.dll?Download&Path=%2Fshared%2FData%20Mining%2F_portal%2FMC%20-%20Number%20of%20Eligible%20Persons%2FViews%2Fopen_data_mc_breakdown_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%2FMC%20-%20Number%20of%20Eligible%20Persons%2FViews%2Fopen_data_mc_breakdown_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" .

