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

<https://ckan.integration.publishing.service.gov.uk/dataset/c95eea76-f0f4-4451-b51f-cfbf3c7235d9> a dcat:Dataset ;
    dct:accrualPeriodicity "irregular" ;
    dct:description "River Water Bodies, as defined by Article 2(4) of the Water Framework Directive." ;
    dct:identifier "c95eea76-f0f4-4451-b51f-cfbf3c7235d9" ;
    dct:issued "2017-01-27T15:23:17.476623"^^xsd:dateTime ;
    dct:modified "2026-07-08T13:32:35.527759"^^xsd:dateTime ;
    dct:publisher <https://ckan.integration.publishing.service.gov.uk/organization/8549022f-fa16-43e4-a56f-6a45ca875199> ;
    dct:title "Northern Ireland River Water Bodies" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Wendy McKinley" ;
            vcard:hasEmail <mailto:masked@example.com> ] .

<https://ckan.integration.publishing.service.gov.uk/organization/8549022f-fa16-43e4-a56f-6a45ca875199> a foaf:Organization ;
    foaf:name "OpenDataNI" .

