@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/66a11439-747b-4da3-94e0-e4d0f2ac24b2> a dcat:Dataset ;
    dct:description "This dataset (damage_poly.shp) contains polygons showing houses damaged by landslides in that area covered by the Tasmanian Landslide Hazard Map Series: Launceston. Data sources for this dataset are unpublished Mineral Resources Tasmania reports, legislation, Launceston City Council data and documents held by the State Archives of Tasmania. The shapefile was created using ArcGIS software" ;
    dct:identifier "66a11439-747b-4da3-94e0-e4d0f2ac24b2" ;
    dct:issued "2025-06-25T05:11:30.604539"^^xsd:dateTime ;
    dct:modified "2025-06-25T05:11:30.604548"^^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 - house damage polygons" ;
    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" .

