@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/64d3a7b9-07ca-48bb-b354-a3b89fb4e8ac> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "64d3a7b9-07ca-48bb-b354-a3b89fb4e8ac" ;
    dct:issued "2022-11-01T01:59:32.490806"^^xsd:dateTime ;
    dct:modified "2025-10-08T06:05:07.357281"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/d5e78d73-3dcc-43e7-afab-23b22a7596db> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((148.7988 -33.4704, 148.7988 -28.9625, 149.6777 -28.9625, 149.6777 -33.4704, 148.7988 -33.4704))"^^gsp:wktLiteral ] ;
    dct:title "End October asset" .

<https://uatdatansw.dac.nsw.gov.au/organization/d5e78d73-3dcc-43e7-afab-23b22a7596db> a foaf:Agent ;
    foaf:name "DOI Jane org" .

