@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/7d9d4e7d-16c8-4541-8f5f-a34b0922ad97> a dcat:Dataset ;
    dct:accrualPeriodicity "Daily" ;
    dct:description "Database holding records of all the births in Ireland" ;
    dct:identifier "7d9d4e7d-16c8-4541-8f5f-a34b0922ad97" ;
    dct:issued "2021-01-11T14:34:28"^^xsd:dateTime ;
    dct:modified "2021-01-11T14:34:28"^^xsd:dateTime ;
    dct:publisher <https://psb.prod.derilinx.com/organization/43629d97-fe36-4883-a3fd-761696fb9304> ;
    dct:title "Birth 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" .

