@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/d245c0b5-1fe9-4803-bcab-d801bdf44536> a dcat:Dataset ;
    dct:identifier "d245c0b5-1fe9-4803-bcab-d801bdf44536" ;
    dct:issued "2026-07-16T01:23:01.784650"^^xsd:dateTime ;
    dct:modified "2026-07-24T23:36:35.612571"^^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': [[[139.6856689453125, -38.51069888213816], [139.6856689453125, -36.356195339542715], [142.4652099609375, -36.356195339542715], [142.4652099609375, -38.51069888213816], [139.6856689453125, -38.51069888213816]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "Broadband Magnetotelluric survey of the Newer Volcanic Province (2019)" .

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

