@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/175a0977-1477-45f7-a7b8-60087448c89f> a dcat:Dataset ;
    dct:created "2020-02-26T16:16:22"^^xsd:dateTime ;
    dct:identifier "175a0977-1477-45f7-a7b8-60087448c89f" ;
    dct:issued "2020-02-26T16:16:22"^^xsd:dateTime ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2020-02-26T18:02:24"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/1cf730b2-af3d-491c-b5df-ade51a027dc2> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2019-12-31"^^xsd:date ;
            dcat:startDate "2010-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            schema1:endDate "2019-12-31"^^xsd:date ;
            schema1:startDate "2010-01-01"^^xsd:date ] ;
    dct:title "Kilkenny County Council Website Statistics" ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/175a0977-1477-45f7-a7b8-60087448c89f/resource/f6e388b6-4451-40df-a74d-cfdab8e42c40> ;
    dcat:landingPage <http://www.kilkennycoco.ie> ;
    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/175a0977-1477-45f7-a7b8-60087448c89f/resource/f6e388b6-4451-40df-a74d-cfdab8e42c40> a dcat:Distribution ;
    dct:format [ a dct:IMT,
                dct:MediaTypeOrExtent ;
            rdfs:label "CSV" ;
            rdf:value <https://www.iana.org/assignments/media-types/text/csv> ] ;
    dct:issued "2020-02-26T16:18:15"^^xsd:dateTime ;
    dct:modified "2020-02-26T16:18:15"^^xsd:dateTime ;
    dcat:accessURL <https://opendata.kilkennycoco.ie/portal/kilkenny-county-coucil-website-traffic-and-stats-csv-.csv> ;
    dcat:downloadURL <https://opendata.kilkennycoco.ie/portal/kilkenny-county-coucil-website-traffic-and-stats-csv-.csv> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/text/csv> .

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

