@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/f481bb00-d5a0-417f-8565-eb36fed2b547> a dcat:Dataset ;
    dct:description "<dataset description>" ;
    dct:identifier "f481bb00-d5a0-417f-8565-eb36fed2b547" ;
    dct:issued "2022-07-25T04:00:00.557803"^^xsd:dateTime ;
    dct:modified "2025-12-17T02:45:07.549888"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/cf38cf6d-4e29-48f5-b23f-83c428d8bd77> ;
    dct:title "Second" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Albury City Council" ] ;
    dcat:keyword "tag-1",
        "tag-2" ;
    dcat:landingPage <%3Csource%3E> .

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

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

