@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/d4ed7b32-7758-4ef2-a85f-9913131782e8> a dcat:Dataset ;
    dct:identifier "d4ed7b32-7758-4ef2-a85f-9913131782e8" ;
    dct:issued "2026-08-11T22:48:59.975557"^^xsd:dateTime ;
    dct:modified "2026-08-12T22:07:58.378319"^^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': [[[141.469, -38.514], [141.469, -36.977], [148.471, -36.977], [148.471, -38.514], [141.469, -38.514]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "AusLAMP Victoria (2016-2018) - ANSIR Magnetotelluric Instrument Deployment" .

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

