@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/9af073aa-4b4e-4218-9c76-a2dcf42f9766> a dcat:Dataset ;
    dct:description "Test report" ;
    dct:identifier "9af073aa-4b4e-4218-9c76-a2dcf42f9766" ;
    dct:issued "2023-04-12T23:18:20.291869"^^xsd:dateTime ;
    dct:modified "2025-12-17T02:46:16.898312"^^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 "CKAN Test Report April 2023" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Testing Organisation" ] ;
    dcat:distribution <https://uatdatansw.dac.nsw.gov.au/dataset/9af073aa-4b4e-4218-9c76-a2dcf42f9766/resource/22206229-04a7-439c-8459-ff3872ccce3b> ;
    dcat:keyword "CKAN" .

<https://uatdatansw.dac.nsw.gov.au/dataset/9af073aa-4b4e-4218-9c76-a2dcf42f9766/resource/22206229-04a7-439c-8459-ff3872ccce3b> a dcat:Distribution ;
    dct:issued "2025-12-17T02:46:16.930781"^^xsd:dateTime ;
    dct:modified "2025-12-17T02:46:16.912538"^^xsd:dateTime ;
    dct:title "CKAN test report" ;
    dcat:accessURL <https://uatweb.fdp.links.com.au/dataset/47ddc964-5cf9-48a0-9a0c-9031fa942831/resource/c3411c6a-8df3-4c9e-bd5f-edcd4cbd2706> .

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

