@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/3f444e7a-60ed-4278-b773-a13a305da450> a dcat:Dataset ;
    dct:description "\"test inputs\"" ;
    dct:identifier "3f444e7a-60ed-4278-b773-a13a305da450" ;
    dct:issued "2025-12-17T02:45:38.438965"^^xsd:dateTime ;
    dct:modified "2025-12-17T02:45:38.438975"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/cf38cf6d-4e29-48f5-b23f-83c428d8bd77> ;
    dct:title "result - need to change this description" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Albury City Council" ] ;
    dcat:distribution <https://uatdatansw.dac.nsw.gov.au/dataset/3f444e7a-60ed-4278-b773-a13a305da450/resource/29d529d1-c377-46ec-a5c3-3bd8c5b7b776> ;
    dcat:keyword "flood",
        "results",
        "upload_test" ;
    dcat:landingPage <%3Csource%3E> .

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

<https://uatdatansw.dac.nsw.gov.au/dataset/3f444e7a-60ed-4278-b773-a13a305da450/resource/29d529d1-c377-46ec-a5c3-3bd8c5b7b776> a dcat:Distribution ;
    dct:issued "2025-12-17T02:45:38.441106"^^xsd:dateTime ;
    dct:modified "2025-12-17T02:45:38.424920"^^xsd:dateTime ;
    dct:title "test <resource name>" ;
    dcat:accessURL <https://uatweb.fdp.links.com.au/dataset/a75136f2-e9f9-4c7f-bef3-9744bd1c083e/resource/dbbb5c13-78bd-434c-8402-fc44007c882a> .

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

