@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/7f9d4971-1679-45a3-b199-40f31e17e368> a dcat:Dataset ;
    dct:accrualPeriodicity "Other" ;
    dct:description "Live feed of current weather warnings from Met Éireann" ;
    dct:identifier "7f9d4971-1679-45a3-b199-40f31e17e368" ;
    dct:issued "2020-12-08T16:17:13"^^xsd:dateTime ;
    dct:modified "2021-01-18T18:34:38"^^xsd:dateTime ;
    dct:publisher <https://psb.prod.derilinx.com/organization/e11a4779-9a7c-4973-b9ae-651a599b79ad> ;
    dct:title "Met Éireann Weather Warnings" ;
    dcat:landingPage <https://data.gov.ie/dataset/weather-warnings> ;
    dcat:theme <Environment> .

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

