@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/353a2f7c-dfdd-4775-a285-05a89e8875bb> a dcat:Dataset ;
    dct:identifier "353a2f7c-dfdd-4775-a285-05a89e8875bb" ;
    dct:issued "2026-08-10T04:15:18.593192"^^xsd:dateTime ;
    dct:modified "2026-08-11T22:20:49.614688"^^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': [[[133.2861328125, -21.111406004942275], [133.2861328125, -14.505155836749273], [141.50390625, -14.505155836749273], [141.50390625, -21.111406004942275], [133.2861328125, -21.111406004942275]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "AusLAMP EFTF Phase 1 (2017) - ANSIR Magnetotelluric Instrument Deployment" .

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

