@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/6cfc511e-e14a-4823-92bc-0fa984a4d28a> a dcat:Dataset ;
    dct:description "Test data only" ;
    dct:identifier "6cfc511e-e14a-4823-92bc-0fa984a4d28a" ;
    dct:issued "2022-05-09T07:33:31.743304"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2022-05-09T07:34:45.120367"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/33a52d56-0b4b-406d-b0d5-fbd503fcf648> ;
    dct:title "Test XLS data with lat and long" ;
    dcat:distribution <https://uatdatansw.dac.nsw.gov.au/dataset/6cfc511e-e14a-4823-92bc-0fa984a4d28a/resource/1a6d5253-c7ae-4798-9d96-418b2822273a> .

<https://uatdatansw.dac.nsw.gov.au/dataset/6cfc511e-e14a-4823-92bc-0fa984a4d28a/resource/1a6d5253-c7ae-4798-9d96-418b2822273a> a dcat:Distribution ;
    dct:description "Test data excel format with lat and long info.xlsx" ;
    dct:format "XLSX" ;
    dct:issued "2022-05-09T07:34:44.871210"^^xsd:dateTime ;
    dct:modified "2022-05-09T07:34:45.125684"^^xsd:dateTime ;
    dct:title "Test data excel format with lat and long info.xlsx" ;
    dcat:accessURL <https://nsw-azure-uat.links.com.au/data/dataset/6cfc511e-e14a-4823-92bc-0fa984a4d28a/resource/1a6d5253-c7ae-4798-9d96-418b2822273a/download/test-data-excel-format-with-lat-and-long-info.xlsx> ;
    dcat:byteSize "21414"^^xsd:nonNegativeInteger ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" .

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

