@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/3831b6c2-849a-4c8f-b48d-bab2f92b482c> a dcat:Dataset ;
    dct:accrualPeriodicity "Daily" ;
    dct:description "Database holding records of all the deaths in Ireland" ;
    dct:identifier "3831b6c2-849a-4c8f-b48d-bab2f92b482c" ;
    dct:issued "2021-01-11T14:35:06"^^xsd:dateTime ;
    dct:modified "2021-01-11T14:35:06"^^xsd:dateTime ;
    dct:publisher <https://psb.prod.derilinx.com/organization/43629d97-fe36-4883-a3fd-761696fb9304> ;
    dct:title "Deaths Register" ;
    dcat:theme <Family%20and%20Relationships> .

<https://psb.prod.derilinx.com/organization/43629d97-fe36-4883-a3fd-761696fb9304> a foaf:Organization ;
    foaf:name "General Registrar Office" .

