@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/b0e54bed-e0b6-49e5-bab9-60440ab83381> a dcat:Dataset ;
    dct:description "Test syndication" ;
    dct:identifier "b0e54bed-e0b6-49e5-bab9-60440ab83381" ;
    dct:issued "2023-10-12T04:21:08.929353"^^xsd:dateTime ;
    dct:modified "2025-10-08T06:08:36.555750"^^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.7769 -33.5711, 149.7769 -32.1500, 151.0293 -32.1500, 151.0293 -33.5711, 149.7769 -33.5711))"^^gsp:wktLiteral ] ;
    dct:title "Test 2 asset" ;
    dcat:distribution <https://uatdatansw.dac.nsw.gov.au/dataset/b0e54bed-e0b6-49e5-bab9-60440ab83381/resource/428ee313-abda-4583-8703-c20e03ee3826> .

<https://uatdatansw.dac.nsw.gov.au/dataset/b0e54bed-e0b6-49e5-bab9-60440ab83381/resource/428ee313-abda-4583-8703-c20e03ee3826> a dcat:Distribution ;
    dct:format "URL" ;
    dct:issued "2025-10-08T06:08:36.575528"^^xsd:dateTime ;
    dct:modified "2025-10-08T06:08:36.565025"^^xsd:dateTime ;
    dct:title "Website resource" ;
    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)" .

