@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/9793df42-da1d-4ada-ac96-e5720d73e229> a dcat:Dataset ;
    dct:identifier "9793df42-da1d-4ada-ac96-e5720d73e229" ;
    dct:issued "2026-07-16T02:07:31.508121"^^xsd:dateTime ;
    dct:modified "2026-07-16T02:14:51.756917"^^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.23361206054688, -31.20377201950975], [140.23361206054688, -30.97091230224745], [140.56320190429688, -30.97091230224745], [140.56320190429688, -31.20377201950975], [140.23361206054688, -31.20377201950975]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "Ultra-wideband Magnetotelluric Survey of Jupiter prospect (2021)" .

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

