@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 vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://uatdatansw.dac.nsw.gov.au/dataset/6f11f7c4-faa1-435c-b10d-39c7f8e1f926> a dcat:Dataset ;
    dct:description "Test data 3" ;
    dct:identifier "6f11f7c4-faa1-435c-b10d-39c7f8e1f926" ;
    dct:issued "2023-04-17T03:28:14.811951"^^xsd:dateTime ;
    dct:modified "2025-12-17T02:46:19.305438"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/adc6d888-8904-486e-93eb-5c02b7e224b7> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((150.9088 -34.3179, 150.9338 -34.3179, 150.9318 -34.3331, 150.9081 -34.3331, 150.9081 -34.3250, 150.9088 -34.3179))"^^gsp:wktLiteral ] ;
    dct:title "Test dataset 3" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Testing Organisation" ] ;
    dcat:distribution <https://uatdatansw.dac.nsw.gov.au/dataset/6f11f7c4-faa1-435c-b10d-39c7f8e1f926/resource/dbd1f460-7605-4c0c-aa82-4699e5242a15> ;
    dcat:keyword "CKAN" .

<https://uatdatansw.dac.nsw.gov.au/dataset/6f11f7c4-faa1-435c-b10d-39c7f8e1f926/resource/dbd1f460-7605-4c0c-aa82-4699e5242a15> a dcat:Distribution ;
    dct:issued "2025-12-17T02:46:19.329749"^^xsd:dateTime ;
    dct:modified "2025-12-17T02:46:19.315743"^^xsd:dateTime ;
    dct:title "Test Data 3" ;
    dcat:accessURL <https://uatweb.fdp.links.com.au/dataset/be0351bb-8c9d-4c1d-ac45-17773818c5c5/resource/cb2154a2-021b-4356-9e41-439f893962d2> .

<https://uatdatansw.dac.nsw.gov.au/organization/adc6d888-8904-486e-93eb-5c02b7e224b7> a foaf:Agent ;
    foaf:name "Testing Organisation" .

