@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/3d439eaa-1e48-49e4-a8ca-cde6f7d2d41e> a dcat:Dataset ;
    dct:identifier "3d439eaa-1e48-49e4-a8ca-cde6f7d2d41e" ;
    dct:issued "2026-06-30T13:39:26.976436"^^xsd:dateTime ;
    dct:modified "2026-07-15T05:08:25.041705"^^xsd:dateTime ;
    dct:publisher <https://pidinst.data.auscope.org.au/organization/12345678-1234-1234-1234-123456789012> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "{'type': 'Point', 'coordinates': [138.60561311245, -34.9173326256782]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "Phoenix Geophysics MTC-150 magnetic induction coil sensor" .

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

