@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 vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://uatdatansw.dac.nsw.gov.au/dataset/55159098-3b51-4a87-80cb-be4f8f8a21c8> a dcat:Dataset ;
    dct:description "Test that approval email generated." ;
    dct:identifier "55159098-3b51-4a87-80cb-be4f8f8a21c8" ;
    dct:issued "2023-01-08T23:58:52.553646"^^xsd:dateTime ;
    dct:modified "2025-12-17T02:45:28.078918"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/1ad47fae-4319-43ca-8911-16269a799a94> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((150.9072 -34.3126, 150.9128 -34.3129, 150.9126 -34.3172, 150.9076 -34.3167, 150.9072 -34.3126))"^^gsp:wktLiteral ] ;
    dct:title "Test dataset" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Lane Cove Municipal Council" ] ;
    dcat:distribution <https://uatdatansw.dac.nsw.gov.au/dataset/55159098-3b51-4a87-80cb-be4f8f8a21c8/resource/49cff08f-f046-4225-94fc-b7e3b33b1f52> ;
    dcat:keyword "test" .

<https://uatdatansw.dac.nsw.gov.au/dataset/55159098-3b51-4a87-80cb-be4f8f8a21c8/resource/49cff08f-f046-4225-94fc-b7e3b33b1f52> a dcat:Distribution ;
    dct:issued "2025-12-17T02:45:28.106909"^^xsd:dateTime ;
    dct:modified "2025-12-17T02:45:28.090267"^^xsd:dateTime ;
    dct:title "Test appproval email" ;
    dcat:accessURL <https://uatweb.fdp.links.com.au/dataset/c00eb53f-23ab-4aa1-b917-7801ee6974d6/resource/183fca1b-ff3d-4bd9-a898-3eebdb7b26cf> .

<https://uatdatansw.dac.nsw.gov.au/organization/1ad47fae-4319-43ca-8911-16269a799a94> a foaf:Agent ;
    foaf:name "Lane Cove Municipal Council" .

