@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://uatdatansw.dac.nsw.gov.au/dataset/dc95d210-ed2c-4077-a7ad-f11b8b311c86> a dcat:Dataset ;
    dct:description "\"test\"" ;
    dct:identifier "dc95d210-ed2c-4077-a7ad-f11b8b311c86" ;
    dct:issued "2025-12-17T02:45:46.490547"^^xsd:dateTime ;
    dct:modified "2025-12-17T02:45:46.490556"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/cf38cf6d-4e29-48f5-b23f-83c428d8bd77> ;
    dct:title "need to change this description" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Albury City Council" ] ;
    dcat:distribution <https://uatdatansw.dac.nsw.gov.au/dataset/dc95d210-ed2c-4077-a7ad-f11b8b311c86/resource/d8dc5ee9-308c-4712-b13d-0ad212349df6> ;
    dcat:keyword "flood",
        "upload_test" ;
    dcat:landingPage <%3Csource%3E> .

<%3Csource%3E> a foaf:Document .

<https://uatdatansw.dac.nsw.gov.au/dataset/dc95d210-ed2c-4077-a7ad-f11b8b311c86/resource/d8dc5ee9-308c-4712-b13d-0ad212349df6> a dcat:Distribution ;
    dct:issued "2025-12-17T02:45:46.492749"^^xsd:dateTime ;
    dct:modified "2025-12-17T02:45:46.478174"^^xsd:dateTime ;
    dct:title "<resource name>" ;
    dcat:accessURL <https://uatweb.fdp.links.com.au/dataset/d1e21527-869b-441a-850a-8e53dedb6e59/resource/17e4b115-5402-4579-9f23-236b6cbcbdce> .

<https://uatdatansw.dac.nsw.gov.au/organization/cf38cf6d-4e29-48f5-b23f-83c428d8bd77> a foaf:Agent ;
    foaf:name "Albury City Council" .

