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

<https://uatdatansw.dac.nsw.gov.au/dataset/7104ab05-b708-4ea5-aaf8-055ca667e976> a dcat:Dataset ;
    dct:description "testing" ;
    dct:identifier "7104ab05-b708-4ea5-aaf8-055ca667e976" ;
    dct:issued "2022-06-19T09:10:20.332492"^^xsd:dateTime ;
    dct:modified "2022-07-20T17:49:46.913313"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/0761f657-20e4-4e8e-bd42-aa76081264ca> ;
    dct:title "Dataset_Test_Thanh" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Test organization label" ] ;
    dcat:distribution <https://uatdatansw.dac.nsw.gov.au/dataset/7104ab05-b708-4ea5-aaf8-055ca667e976/resource/82475694-a289-492c-a586-59c676b6408c> ;
    dcat:keyword "economy" .

<https://uatdatansw.dac.nsw.gov.au/dataset/7104ab05-b708-4ea5-aaf8-055ca667e976/resource/82475694-a289-492c-a586-59c676b6408c> a dcat:Distribution ;
    dct:issued "2022-07-20T17:49:46.932070"^^xsd:dateTime ;
    dct:modified "2022-07-20T17:49:46.918368"^^xsd:dateTime ;
    dct:title "test file" ;
    dcat:accessURL <https://dev.floodplains.links.com.au/dataset/f964336b-75ae-4fb5-9f87-5ffcc6904271/resource/c41a52a8-c3b3-4b56-9db3-15f244f43bf5> .

<https://uatdatansw.dac.nsw.gov.au/organization/0761f657-20e4-4e8e-bd42-aa76081264ca> a foaf:Agent ;
    foaf:name "Test organization label" .

