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

<https://pidinst.data.auscope.org.au/dataset/a36833e6-ee32-4212-8b95-606d2eb25b15> a dcat:Dataset ;
    dct:identifier "a36833e6-ee32-4212-8b95-606d2eb25b15" ;
    dct:issued "2026-08-14T05:28:55.748999"^^xsd:dateTime ;
    dct:modified "2026-08-14T05:29:00.906017"^^xsd:dateTime ;
    dct:publisher <https://pidinst.data.auscope.org.au/organization/12345678-1234-1234-1234-123456789012> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "{'type': 'Point', 'coordinates': [138.60561, -34.91733]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "Adelaide-Flinders MT Logger (Orange Box / HFM)" .

<https://pidinst.data.auscope.org.au/organization/12345678-1234-1234-1234-123456789012> a foaf:Organization ;
    foaf:name "AuScope-Org" .

