@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/95a5b624-339c-49af-b06b-644022ee13b4> a dcat:Dataset ;
    dct:identifier "95a5b624-339c-49af-b06b-644022ee13b4" ;
    dct:issued "2026-07-16T03:20:19.878229"^^xsd:dateTime ;
    dct:modified "2026-07-24T02:21:57.040454"^^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': [[[136.93462371826172, -30.268936162453464], [136.93462371826172, -30.210801594002035], [137.01496124267578, -30.210801594002035], [137.01496124267578, -30.268936162453464], [136.93462371826172, -30.268936162453464]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "Magnetotelluric and Passive Seismic Survey of the Vulcan IOCG Prospect (2022)" .

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

