@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/42d2f988-3689-4028-a01d-970c9f323b8d> a dcat:Dataset ;
    dct:accrualPeriodicity "Weekly" ;
    dct:description "Purchase orders for goods and services" ;
    dct:identifier "42d2f988-3689-4028-a01d-970c9f323b8d" ;
    dct:issued "2021-01-11T14:42:16"^^xsd:dateTime ;
    dct:modified "2021-01-18T18:38:07"^^xsd:dateTime ;
    dct:publisher <https://psb.prod.derilinx.com/organization/36d26b0e-9b8f-4366-a9fb-1e9f7302af59> ;
    dct:title "Purchase Orders" ;
    dcat:theme <Local%20Government> .

<https://psb.prod.derilinx.com/organization/36d26b0e-9b8f-4366-a9fb-1e9f7302af59> a foaf:Organization ;
    foaf:name "Laois County Council" .

