@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 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 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/aaab2c5a-c3b4-4554-ae3e-1b8da58f84d3> a dcat:Dataset ;
    dct:accrualPeriodicity "Never" ;
    dct:conformsTo epsg:29902 ;
    dct:created "2018-07-24T10:35:56"^^xsd:dateTime ;
    dct:identifier "aaab2c5a-c3b4-4554-ae3e-1b8da58f84d3" ;
    dct:issued "2018-07-20"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2018-07-24T10:37:21"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/met-eireann> ;
    dct:rights [ a dct:RightsStatement ;
            skos:prefLabel "Data in this file are (c)  copywrite Met Éireann" ] ;
    dct:spatial [ a dct:Location ;
            skos:prefLabel "National" ] ;
    dct:temporal [ rdfs:label "1981 to 2010" ] ;
    dct:title "1981-2010 Rainfall Grids" ;
    rdfs:comment "1km" ;
    owl:versionInfo "V1" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasTelephone "01-8064260" ],
        [ a vcard:Organization ;
            vcard:fn "Climate Enquiries" ;
            vcard:hasEmail <mailto:enq@met.ie> ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/aaab2c5a-c3b4-4554-ae3e-1b8da58f84d3/resource/2d1791cd-8713-4a54-98fd-0688be494032> ;
    dcat:keyword "Average",
        "Grid",
        "Precipitation",
        "Rainfall" ;
    dcat:landingPage <https://www.met.ie/climate/30-year-averages> ;
    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/aaab2c5a-c3b4-4554-ae3e-1b8da58f84d3/resource/2d1791cd-8713-4a54-98fd-0688be494032> a dcat:Distribution ;
    dct:format [ a dct:IMT,
                dct:MediaTypeOrExtent ;
            rdfs:label "csv.zip" ;
            rdf:value <https://www.iana.org/assignments/media-types/application/zip> ] ;
    dct:issued "2018-07-24T10:37:02"^^xsd:dateTime ;
    dct:modified "2018-07-24T10:37:02"^^xsd:dateTime ;
    dct:title "1981-2010 Rainfall Grids" ;
    dcat:accessURL <https://www.met.ie/climate-ireland/IE_RR_8110_V1.zip> ;
    dcat:downloadURL <https://www.met.ie/climate-ireland/IE_RR_8110_V1.zip> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/application/zip> .

<https://dgi5.staging.derilinx.com/organization/met-eireann> a foaf:Agent,
        foaf:Organization ;
    foaf:name "Met Éireann" .

