@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/d777fc7a-7121-4997-9f9f-29729ae9e5f7> a dcat:Dataset ;
    dct:accrualPeriodicity "Daily" ;
    dct:description "Database of all customers registered with the Department of Agriculture, Food and the Marine" ;
    dct:identifier "d777fc7a-7121-4997-9f9f-29729ae9e5f7" ;
    dct:issued "2020-12-08T16:22:47"^^xsd:dateTime ;
    dct:modified "2021-01-18T18:26:43"^^xsd:dateTime ;
    dct:publisher <https://psb.prod.derilinx.com/organization/2752ef53-36fc-4c36-abfa-cf8aee21571e> ;
    dct:title "Customer Registration Database" ;
    dcat:theme <Agriculture> .

<https://psb.prod.derilinx.com/organization/2752ef53-36fc-4c36-abfa-cf8aee21571e> a foaf:Organization ;
    foaf:name "Department of Agriculture, Food and the Marine" .

