@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://uatdatansw.dac.nsw.gov.au/dataset/16083cb8-f391-4084-80ff-36c0fca636f1> a dcat:Dataset ;
    dct:description "Testing user privileges. Editor can approve record - should not be the case" ;
    dct:identifier "16083cb8-f391-4084-80ff-36c0fca636f1" ;
    dct:issued "2022-04-01T04:13:20.221420"^^xsd:dateTime ;
    dct:modified "2025-10-08T04:50:41.692182"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/371fae64-f426-4d51-b34c-5b757284926e> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((154.0000 -38.0000, 154.0000 -28.0000, 141.0000 -28.0000, 141.0000 -38.0000, 154.0000 -38.0000))"^^gsp:wktLiteral ] ;
    dct:title "Testing user privileges - Editor rights - RM test" .

<https://uatdatansw.dac.nsw.gov.au/organization/371fae64-f426-4d51-b34c-5b757284926e> a foaf:Agent ;
    foaf:name "Ricky test org" .

