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

<https://uatweb.datansw.links.com.au/dataset/a753c0fe-ab8d-44f4-9af0-042a29019b96> a dcat:Dataset ;
    dct:description "test " ;
    dct:identifier "a753c0fe-ab8d-44f4-9af0-042a29019b96" ;
    dct:issued "2026-04-20T09:14:38.364432"^^xsd:dateTime ;
    dct:modified "2026-04-20T09:14:42.372888"^^xsd:dateTime ;
    dct:publisher <https://uatweb.datansw.links.com.au/organization/7cc21bb6-3c3d-4ff5-be2c-c91d1b7b3165> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((114.9609 -34.7416, 114.9609 -24.5271, 132.3633 -24.5271, 132.3633 -34.7416, 114.9609 -34.7416))"^^gsp:wktLiteral ] ;
    dct:title "Test data QA 20/4 v2" ;
    dcat:distribution <https://uatweb.datansw.links.com.au/dataset/a753c0fe-ab8d-44f4-9af0-042a29019b96/resource/14cf4ac9-afd5-468a-9674-cda07726194b> .

<https://uatweb.datansw.links.com.au/dataset/a753c0fe-ab8d-44f4-9af0-042a29019b96/resource/14cf4ac9-afd5-468a-9674-cda07726194b> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-04-20T09:14:42.388617"^^xsd:dateTime ;
    dct:modified "2026-04-20T09:14:42.383130"^^xsd:dateTime ;
    dct:title "coastalpopulation.csv" ;
    dcat:accessURL <https://dataset-uat-new.stage.lz.seed.nsw.gov.au/dataset/419a5ea0-3f6e-4f06-a8f4-7f7e851eca27/resource/e3744309-bb6d-4e34-8e44-624349974874/download/coastalpopulation.csv> ;
    dcat:mediaType "text/csv" .

<https://uatweb.datansw.links.com.au/organization/7cc21bb6-3c3d-4ff5-be2c-c91d1b7b3165> a foaf:Agent ;
    foaf:name "Another test org" .

