@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/1916e06c-6acb-486c-8eb9-77ec1eb6eb49> a dcat:Dataset ;
    dct:identifier "1916e06c-6acb-486c-8eb9-77ec1eb6eb49" ;
    dct:issued "2026-08-11T22:34:43.497374"^^xsd:dateTime ;
    dct:modified "2026-08-11T23:01:36.214097"^^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.976, -38.919], [140.976, -34.493], [149.498, -34.493], [149.498, -38.919], [140.976, -38.919]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "AusLAMP Victoria (2013-2014) - ANSIR Magnetotelluric Instrument Deployment" .

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

