@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://psb.prod.derilinx.com/dataset/14d08a19-ceb0-426d-8708-f8f3ddf60ff5> a dcat:Dataset ;
    dct:accrualPeriodicity "Annual" ;
    dct:description "All national, yellow, orange and red-level warnings issued from April 2012" ;
    dct:identifier "14d08a19-ceb0-426d-8708-f8f3ddf60ff5" ;
    dct:issued "2020-12-08T16:17:41"^^xsd:dateTime ;
    dct:modified "2021-01-18T18:23:11"^^xsd:dateTime ;
    dct:publisher <https://psb.prod.derilinx.com/organization/e11a4779-9a7c-4973-b9ae-651a599b79ad> ;
    dct:title "Archived Weather Warnings" ;
    dcat:landingPage <https://data.gov.ie/dataset/archived-weather-warnings> ;
    dcat:theme <Environment> .

<https://psb.prod.derilinx.com/organization/e11a4779-9a7c-4973-b9ae-651a599b79ad> a foaf:Organization ;
    foaf:name "Met Éireann" .

