@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/59152c0a-80f7-4470-a7cd-003a0581694a> a dcat:Dataset ;
    dct:description "Election results and preference data for the NSW State General Election 2015." ;
    dct:identifier "59152c0a-80f7-4470-a7cd-003a0581694a" ;
    dct:issued "2015-12-18T05:19:29.884637"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2016-07-20T12:10:13.431736"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/899f3fdc-59f7-4dd1-9a7c-2001b23fc56f> ;
    dct:title "NSW State General Election 2015 Results" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "brighi" ] ;
    dcat:distribution <https://uatdatansw.dac.nsw.gov.au/dataset/59152c0a-80f7-4470-a7cd-003a0581694a/resource/90bce357-cbe0-4e2c-af91-77c11d741fbb> ;
    dcat:keyword "2015",
        "election",
        "preference data",
        "results" .

<https://uatdatansw.dac.nsw.gov.au/dataset/59152c0a-80f7-4470-a7cd-003a0581694a/resource/90bce357-cbe0-4e2c-af91-77c11d741fbb> a dcat:Distribution ;
    dct:description "Results for the NSW State General Election 2015" ;
    dct:format "HTML" ;
    dct:issued "2015-12-18T16:21:02.432601"^^xsd:dateTime ;
    dct:modified "2015-12-18T16:21:02.432601"^^xsd:dateTime ;
    dct:title "NSW State General Election Results" ;
    dcat:accessURL <http://pastvtr.elections.nsw.gov.au/SGE2015/home.htm> .

<https://uatdatansw.dac.nsw.gov.au/organization/899f3fdc-59f7-4dd1-9a7c-2001b23fc56f> a foaf:Agent ;
    foaf:name "NSW Electoral Commission" .

