@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix epsg: <http://www.opengis.net/def/crs/EPSG/0/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dgi5.staging.derilinx.com/dataset/0c638a56-9885-45f9-a776-5846de65e511> a dcat:Dataset ;
    dct:accrualPeriodicity "Annual" ;
    dct:conformsTo epsg:4326 ;
    dct:created "2021-06-24T14:22:43"^^xsd:dateTime ;
    dct:identifier "0c638a56-9885-45f9-a776-5846de65e511" ;
    dct:issued "2021-06-24"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2022-05-30T11:35:28"^^xsd:dateTime ;
    dct:provenance "Centre for Climate & Air Pollution Studies, NUI Galway, Ireland" ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/nui-galway> ;
    dct:rights [ a dct:RightsStatement ;
            skos:prefLabel "['Creative Commons licence conditions apply', 'https://creativecommons.org/licenses/by/4.0/', 'license', 'https://creativecommons.org/licenses/by/4.0/', 'license']" ] ;
    dct:spatial [ a dct:Location ;
            skos:prefLabel "Malin Head" ;
            locn:geometry "POINT (-7.3330 52.3670)"^^gsp:wktLiteral,
                "{\"type\": \"Point\", \"coordinates\": [-7.333, 52.367]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2018-12-31"^^xsd:date ;
            dcat:startDate "2018-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            schema1:endDate "2018-12-31"^^xsd:date ;
            schema1:startDate "2018-01-01"^^xsd:date ] ;
    dct:title "Hourly Ozone Measurements for Malin Head 2018" ;
    owl:versionInfo "v1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Damien Martin" ;
            vcard:hasEmail <mailto:damien.martin@nuigalway.ie> ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/0c638a56-9885-45f9-a776-5846de65e511/resource/6fb499be-6aa9-4d65-9faa-29943d4428f8> ;
    dcat:keyword "AC3",
        "Atmosphere",
        "Atmospheric Chemistry",
        "Atmospheric Science",
        "Climate Change",
        "EPA",
        "EnviroTechnology",
        "ICOS",
        "Ireland",
        "Malin Head",
        "NUI Galway",
        "NUIG",
        "Ozone",
        "ppb" ;
    dcat:landingPage <macehead.nuigalway.ie> ;
    dcat:theme <Environment>,
        <http://publications.europa.eu/resource/authority/data-theme/ENVI> .

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

<https://dgi5.staging.derilinx.com/dataset/0c638a56-9885-45f9-a776-5846de65e511/resource/6fb499be-6aa9-4d65-9faa-29943d4428f8> 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 "2021-06-24T14:23:12"^^xsd:dateTime ;
    dct:modified "2021-06-24T14:23:12"^^xsd:dateTime ;
    dct:title "Hourly Ozone Measurements for Malin Head 2018" ;
    dcat:accessURL <https://dgi5.staging.derilinx.com/dataset/0c638a56-9885-45f9-a776-5846de65e511/resource/6fb499be-6aa9-4d65-9faa-29943d4428f8/download/mlh_o3_2018_1h.csv> ;
    dcat:byteSize 209936.0 ;
    dcat:downloadURL <https://dgi5.staging.derilinx.com/dataset/0c638a56-9885-45f9-a776-5846de65e511/resource/6fb499be-6aa9-4d65-9faa-29943d4428f8/download/mlh_o3_2018_1h.csv> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/text/csv> .

<https://dgi5.staging.derilinx.com/organization/nui-galway> a foaf:Agent,
        foaf:Organization ;
    foaf:name "NUI Galway" .

