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

<https://uatdatansw.dac.nsw.gov.au/dataset/b23f4c04-0db0-4775-b721-7f7b8e00afeb> a dcat:Dataset ;
    dct:description "Test data with lat and long csv" ;
    dct:identifier "b23f4c04-0db0-4775-b721-7f7b8e00afeb" ;
    dct:issued "2022-05-09T07:38:25.370198"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2022-06-27T00:51:05.508380"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/33a52d56-0b4b-406d-b0d5-fbd503fcf648> ;
    dct:title "Test data with lat and long csv" ;
    dcat:distribution <https://uatdatansw.dac.nsw.gov.au/dataset/b23f4c04-0db0-4775-b721-7f7b8e00afeb/resource/d267c89e-572b-41d6-8c36-51b21df752b7> .

<https://uatdatansw.dac.nsw.gov.au/dataset/b23f4c04-0db0-4775-b721-7f7b8e00afeb/resource/d267c89e-572b-41d6-8c36-51b21df752b7> a dcat:Distribution ;
    dct:description "Test data with lat and long csv" ;
    dct:format "csv-geo-au" ;
    dct:issued "2022-05-09T07:38:53.455367"^^xsd:dateTime ;
    dct:modified "2022-06-27T00:51:05.515656"^^xsd:dateTime ;
    dct:title "Test data with lat and long csv" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "3b33ffa88953141651b500c2d162d62e"^^xsd:hexBinary ] ;
    dcat:accessURL <https://nsw-azure-uat.links.com.au/data/dataset/b23f4c04-0db0-4775-b721-7f7b8e00afeb/resource/d267c89e-572b-41d6-8c36-51b21df752b7/download/test-data-excel-format-with-lat-and-long-info-3.csv> ;
    dcat:byteSize "3250"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/csv" .

<https://uatdatansw.dac.nsw.gov.au/organization/33a52d56-0b4b-406d-b0d5-fbd503fcf648> a foaf:Agent ;
    foaf:name "AAA test org for Saeed" .

