@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/ac4d2277-846a-4cfe-9fb7-b619354fdbd0> a dcat:Dataset ;
    dct:identifier "ac4d2277-846a-4cfe-9fb7-b619354fdbd0" ;
    dct:issued "2026-07-17T02:11:51.537290"^^xsd:dateTime ;
    dct:modified "2026-07-17T02:19:35.359647"^^xsd:dateTime ;
    dct:publisher <https://pidinst.data.auscope.org.au/organization/12345678-1234-1234-1234-123456789012> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "{'type': 'Polygon', 'coordinates': [[[131.94305419921875, -31.6274406375195], [131.94305419921875, -30.60696428476746], [132.42095947265625, -30.60696428476746], [132.42095947265625, -31.6274406375195], [131.94305419921875, -31.6274406375195]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "Magnetotelluric and Passive Seismic Survey of the Western Gawler Craton (2022)" .

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

