@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.gov.au/dataset/2c220754-99c7-42a7-a3d3-5d54f7a543a1> a dcat:Dataset ;
    dct:description "This dataset (geomorphology_point_knickpoints.shp) contains points identifying the location of significant knickpoints within in the area covered by the Tasmanian Landslide Hazard Map Series: Launceston. The data has been generated by aerial photography interpretation and the shape file created using ArcGIS software." ;
    dct:identifier "2c220754-99c7-42a7-a3d3-5d54f7a543a1" ;
    dct:issued "2025-06-25T05:19:49.292307"^^xsd:dateTime ;
    dct:modified "2025-06-25T05:19:49.292315"^^xsd:dateTime ;
    dct:publisher <https://data.gov.au/organization/090f1330-0d1f-422a-a875-b4d6b7721058> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((146.9880 -41.5060, 147.2280 -41.5060, 147.2280 -41.3260, 146.9880 -41.3260, 146.9880 -41.5060))"^^gsp:wktLiteral ] ;
    dct:title "Launceston geomorphology - knickpoint location points" ;
    dcat:keyword "GEOSCIENCES Geology",
        "GEOSCIENCES Geomorphology",
        "HAZARDS Landslip" .

<https://data.gov.au/organization/090f1330-0d1f-422a-a875-b4d6b7721058> a foaf:Agent ;
    foaf:mbox "listhelp@dpipwe.tas.gov.au" ;
    foaf:name "Tasmania Government's The List Data" .

