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

<https://uatdatansw.dac.nsw.gov.au/dataset/6bd162ab-7d04-448f-afae-f34d06e0bf8c> a dcat:Dataset ;
    dct:description "Test" ;
    dct:identifier "6bd162ab-7d04-448f-afae-f34d06e0bf8c" ;
    dct:issued "2020-09-23T23:39:10.935588"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2020-09-23T23:43:03.191854"^^xsd:dateTime ;
    dct:title "New test dataset" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Joel" ] .

