@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 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/79e53e7b-9cce-4d0c-b666-7e759cf3842e> a dcat:Dataset ;
    dct:accrualPeriodicity "Continuously updated" ;
    dct:conformsTo epsg:4326 ;
    dct:created "2019-02-04T10:45:34"^^xsd:dateTime ;
    dct:description """This file contains a list of list of monthly totals/averages for our synoptic station in Malin head. The file is updated daily. Values for each month include:
Name; Report; Year; Month; Total rainfall in millimetres; Mean dry bulb temperature in degrees; Mean 10cm soil temperature in degrees; Total global solar radiation; Total potential evaporation; Total evaporation; Degree days below 15.5 degrees celcius"""@en ;
    dct:identifier "79e53e7b-9cce-4d0c-b666-7e759cf3842e" ;
    dct:issued "2018-05-08"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2024-02-07T12:10:23"^^xsd:dateTime ;
    dct:publisher <https://dgi5.staging.derilinx.com/organization/met-eireann> ;
    dct:rights [ a dct:RightsStatement ;
            skos:prefLabel """# Met Éireann Creative Commons Attribution Licence Notice\r
\r
## Terms and Conditions: \r
\r
* Met Éireann retains Intellectual Property Rights and copyright over our data. \r
* Met Éireann must be acknowledged (attributed) as the source. \r
* Met Éireann does not accept any liability whatsoever for any error or omission in the data, their availability, or for any loss or damage arising from their use.\r
* Users must remove attribution if requested by Met Éireann.\r
\r
## Licence\r
This data is published under a Creative Commons Attribution 4.0 International (CC BY 4.0). To view a copy of this licence, visit https://creativecommons.org/licenses/by/4.0/ \r
 \r
## Summary \r
You are free to:\r
* Share — copy and redistribute the material in any medium or format \r
* Adapt — remix, transform, and build upon the material for any purpose, even commercially. \r
\r
Under the following terms:\r
* You must give appropriate credit (attribution) to Met Éireann as outlined below, provide a link to the licence, and indicate if changes were made. \r
* No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the licence permits.\r
\r
## Attribution\r
Met Éireann data and its derivatives must be accredited with the following 5 statements.\r
1. Copyright statement: Copyright Met Éireann\r
2. Source www.met.ie\r
3. Licence Statement: This data is published under a Creative Commons Attribution 4.0 International (CC BY 4.0). https://creativecommons.org/licenses/by/4.0/\r
4. Disclaimer: Met Éireann does not accept any liability whatsoever for any error or omission in the data, their availability, or for any loss or damage arising from their use.\r
5. Where applicable, an indication if the  material has been modified and an indication of previous modifications\r
\r
### For Example\r
* Copyright Met Éireann\r
* Source www.met.ie\r
* This data is published under a Creative Commons Attribution 4.0 International (CC BY 4.0). https://creativecommons.org/licenses/by/4.0/\r
* Met Éireann does not accept any liability whatsoever for any error or omission in the data, their availability, or for any loss or damage arising from their use.\r
* This material has been modified from the original.""" ] ;
    dct:spatial [ a dct:Location ;
            skos:prefLabel "Malin head" ;
            locn:geometry "POINT (-7.3000 55.4000)"^^gsp:wktLiteral,
                "{\"type\": \"Point\", \"coordinates\": [-7.3, 55.4]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ rdfs:label "Current plus previous 3 years" ] ;
    dct:title "Monthly weather Malin head " ;
    owl:versionInfo "2" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasTelephone "01-8064273" ],
        [ a vcard:Organization ;
            vcard:fn "Climate Enquiries" ;
            vcard:hasEmail <mailto:enq@met.ie> ] ;
    dcat:distribution <https://dgi5.staging.derilinx.com/dataset/79e53e7b-9cce-4d0c-b666-7e759cf3842e/resource/ce3565fa-8513-4986-9fce-f40c6f67994c> ;
    dcat:keyword "Agmet",
        "Air temperature",
        "Climate",
        "Evaporation",
        "Monthly",
        "Rainfall",
        "Soil temperature",
        "Solar radiation",
        "Synoptic",
        "Weather" ;
    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/79e53e7b-9cce-4d0c-b666-7e759cf3842e/resource/ce3565fa-8513-4986-9fce-f40c6f67994c> a dcat:Distribution ;
    dct:description "API" ;
    dct:format [ a dct:MediaTypeOrExtent ;
            rdfs:label "JSON" ;
            rdf:value "JSON" ] ;
    dct:issued "2019-02-04T11:01:02"^^xsd:dateTime ;
    dct:modified "2019-02-04T11:01:02"^^xsd:dateTime ;
    dct:title "Monthly Agmet Data - Malin head" ;
    dcat:accessURL <https://prodapi.metweb.ie/monthly-data/Malin%20Head> ;
    dcat:downloadURL <https://prodapi.metweb.ie/monthly-data/Malin%20Head> .

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

