@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 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/9b96dcc5-c939-4c0d-9f4b-a4e8baf74dda> a dcat:Dataset ;
    dct:accrualPeriodicity "Other" ;
    dct:created "2016-04-19T13:27:52"^^xsd:dateTime ;
    dct:identifier "9b96dcc5-c939-4c0d-9f4b-a4e8baf74dda" ;
    dct:issued "2016-04-19"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2018-03-05T12:23:17"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/health-service-executive> ;
    dct:spatial [ a dct:Location ;
            skos:prefLabel "National" ] ;
    dct:temporal [ rdfs:label "2007- April 2016" ] ;
    dct:title "Healthlink Total Message Count" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "The National Healthlink Project" ;
            vcard:hasEmail <mailto:info@healthlink.ie> ],
        [ a vcard:Organization ;
            vcard:hasTelephone "01 8825606" ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/9b96dcc5-c939-4c0d-9f4b-a4e8baf74dda/resource/f51c564a-aec9-49f7-94e5-8bbcdbd59992> ;
    dcat:keyword "healthlink" ;
    dcat:landingPage <None> ;
    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/9b96dcc5-c939-4c0d-9f4b-a4e8baf74dda/resource/f51c564a-aec9-49f7-94e5-8bbcdbd59992> a dcat:Distribution ;
    dct:description "Healthlink Total Message Count" ;
    dct:format [ a dct:MediaTypeOrExtent ;
            rdfs:label "CSV" ;
            rdf:value "CSV" ] ;
    dct:issued "2016-04-19T13:27:52"^^xsd:dateTime ;
    dct:modified "2016-04-19T13:27:52"^^xsd:dateTime ;
    dct:title "Healthlink_Total_Message_Count.csv" ;
    dcat:accessURL <http://www.healthlink.ie/Reports/Healthlink_Total_Message_Count.csv> ;
    dcat:downloadURL <http://www.healthlink.ie/Reports/Healthlink_Total_Message_Count.csv> .

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

