@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/272e2d03-325b-46fa-bb98-55d9af9dff05> a dcat:Dataset ;
    dct:identifier "272e2d03-325b-46fa-bb98-55d9af9dff05" ;
    dct:issued "2026-07-16T02:39:12.583004"^^xsd:dateTime ;
    dct:modified "2026-07-16T02:57:45.078437"^^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': [[[140.48337936401367, -31.782078239356796], [140.48337936401367, -31.72923937905131], [140.5561637878418, -31.72923937905131], [140.5561637878418, -31.782078239356796], [140.48337936401367, -31.782078239356796]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "Magnetotelluric Survey of the Kalkaroo Cu-Au Deposit (2020-21)" .

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

