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

<https://dgi5.staging.derilinx.com/dataset/ec4a3aff-d25d-4fe7-b484-130a0ae519c7> a dcat:Dataset ;
    dct:created "2016-05-13T08:53:40"^^xsd:dateTime ;
    dct:identifier "ec4a3aff-d25d-4fe7-b484-130a0ae519c7" ;
    dct:issued "2016-05-13"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2018-03-05T12:23:14"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/health-service-executive> ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:endDate "2015-12-31"^^xsd:date ;
            schema1:startDate "2015-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2015-12-31"^^xsd:date ;
            dcat:startDate "2015-01-01"^^xsd:date ] ;
    dct:title "Healthlink Total Message Count By Message Type" ;
    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/ec4a3aff-d25d-4fe7-b484-130a0ae519c7/resource/50c35e63-87e7-4888-b5c6-2b1569c4fe9a> ;
    dcat:landingPage <http://healthlink.ie/Reports/Healthlink_TotalOutboundCount_by_MessageType.csv> ;
    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/ec4a3aff-d25d-4fe7-b484-130a0ae519c7/resource/50c35e63-87e7-4888-b5c6-2b1569c4fe9a> a dcat:Distribution ;
    dct:format [ a dct:MediaTypeOrExtent ;
            rdfs:label "CSV" ;
            rdf:value "CSV" ] ;
    dct:issued "2016-05-13T08:53:40"^^xsd:dateTime ;
    dct:modified "2016-05-13T08:53:40"^^xsd:dateTime ;
    dct:title "Healthlink Total Message Count By Type 2015" ;
    dcat:accessURL <http://www.healthlink.ie/Reports/Healthlink_TotalOutboundCount_by_MessageType.csv> ;
    dcat:downloadURL <http://www.healthlink.ie/Reports/Healthlink_TotalOutboundCount_by_MessageType.csv> .

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

