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

<https://uatdatansw.dac.nsw.gov.au/dataset/ec98be11-ac39-4bf8-b007-e6de80049dd0> a dcat:Dataset ;
    dct:description "1m contours created from 2020 Aerial survey. Height of ground is interpolated through improvements to land (buildings)" ;
    dct:identifier "ec98be11-ac39-4bf8-b007-e6de80049dd0" ;
    dct:issued "2020-08-25T20:01:09.931560"^^xsd:dateTime ;
    dct:modified "2021-06-15T20:00:44.487314"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/7bc775f8-d41f-40cf-8259-1a7f5b660f25> ;
    dct:title "Terrain contours" ;
    dcat:keyword "City of Sydney",
        "contours",
        "environmental",
        "height",
        "terrain" .

<https://uatdatansw.dac.nsw.gov.au/organization/7bc775f8-d41f-40cf-8259-1a7f5b660f25> a foaf:Agent ;
    foaf:name "City of Sydney" .

