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

<https://dgi5.staging.derilinx.com/dataset/bc4dc2d9-1c0b-421a-98e0-b4b555402168> a dcat:Dataset ;
    dct:created "2020-02-26T16:11:58"^^xsd:dateTime ;
    dct:identifier "bc4dc2d9-1c0b-421a-98e0-b4b555402168" ;
    dct:issued "2020-02-26T16:11:58"^^xsd:dateTime ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2020-02-26T16:13:26"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/1cf730b2-af3d-491c-b5df-ade51a027dc2> ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:endDate "2016-12-31"^^xsd:date ;
            schema1:startDate "2016-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2016-12-31"^^xsd:date ;
            dcat:startDate "2016-01-01"^^xsd:date ] ;
    dct:title "Kilkenny Road Traffic Counts 2016" ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/bc4dc2d9-1c0b-421a-98e0-b4b555402168/resource/b76f7c33-5d30-4374-8612-e9f922a3c328> ;
    dcat:landingPage <https://www.kilkennycoco.ie/eng/Services/Roads/Roads_General/Kilkenny-Traffic-Counts-2016.html> ;
    dcat:theme <Government>,
        <http://publications.europa.eu/resource/authority/data-theme/GOVE> .

<http://publications.europa.eu/resource/authority/language/ENG> a dct:LinguisticSystem .

<https://dgi5.staging.derilinx.com/dataset/bc4dc2d9-1c0b-421a-98e0-b4b555402168/resource/b76f7c33-5d30-4374-8612-e9f922a3c328> a dcat:Distribution ;
    dct:format [ a dct:IMT,
                dct:MediaTypeOrExtent ;
            rdfs:label "xlxs" ;
            rdf:value <https://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet> ] ;
    dct:issued "2020-02-26T16:12:26"^^xsd:dateTime ;
    dct:modified "2020-02-26T16:12:26"^^xsd:dateTime ;
    dcat:accessURL <https://opendata.kilkennycoco.ie/portal/Kilkenny-Traffic-Counts-2016.xlsx> ;
    dcat:downloadURL <https://opendata.kilkennycoco.ie/portal/Kilkenny-Traffic-Counts-2016.xlsx> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet> .

<https://dgi5.staging.derilinx.com/organization/1cf730b2-af3d-491c-b5df-ade51a027dc2> a foaf:Agent,
        foaf:Organization ;
    foaf:name "Kilkenny County Council" .

