@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/bef0696c-ff32-4766-a9b7-71951d89570a> a dcat:Dataset ;
    dct:accrualPeriodicity "Daily" ;
    dct:description "Database recording the current water levels at various locations across the waterways managed by Waterways Ireland" ;
    dct:identifier "bef0696c-ff32-4766-a9b7-71951d89570a" ;
    dct:issued "2021-01-11T14:37:14"^^xsd:dateTime ;
    dct:modified "2021-01-18T18:42:46"^^xsd:dateTime ;
    dct:publisher <https://psb.prod.derilinx.com/organization/3dacca87-c013-4a57-9204-09c8a125f557> ;
    dct:title "Water Levels" ;
    dcat:landingPage <https://www.waterwaysireland.org/> ;
    dcat:theme <Environment> .

<https://psb.prod.derilinx.com/organization/3dacca87-c013-4a57-9204-09c8a125f557> a foaf:Organization ;
    foaf:name "Waterways Ireland" .

