@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/4b94ed50-f92d-4b6b-9e4a-43679b03e1c0> a dcat:Dataset ;
    dct:description "Test syndication" ;
    dct:identifier "4b94ed50-f92d-4b6b-9e4a-43679b03e1c0" ;
    dct:issued "2023-10-27T05:16:34.340848"^^xsd:dateTime ;
    dct:modified "2025-10-08T06:08:46.059299"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/403a945c-a44d-412e-9f06-50cf89492ac0> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((149.8323 -32.4341, 149.8323 -30.7875, 152.0733 -30.7875, 152.0733 -32.4341, 149.8323 -32.4341))"^^gsp:wktLiteral ] ;
    dct:title "Test 4" ;
    dcat:distribution <https://uatdatansw.dac.nsw.gov.au/dataset/4b94ed50-f92d-4b6b-9e4a-43679b03e1c0/resource/a4f13feb-34de-47f9-bfca-ceec8020f18e> .

<https://uatdatansw.dac.nsw.gov.au/dataset/4b94ed50-f92d-4b6b-9e4a-43679b03e1c0/resource/a4f13feb-34de-47f9-bfca-ceec8020f18e> a dcat:Distribution ;
    dct:format "URL" ;
    dct:issued "2025-10-08T06:08:46.077458"^^xsd:dateTime ;
    dct:modified "2025-10-08T06:08:46.068559"^^xsd:dateTime ;
    dct:title "Website " ;
    dcat:accessURL <https://www.nationalparks.nsw.gov.au/> .

<https://uatdatansw.dac.nsw.gov.au/organization/403a945c-a44d-412e-9f06-50cf89492ac0> a foaf:Agent ;
    foaf:name "Department of Primary Industries (DPI)" .

