@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/420b1a05-f25f-4dc9-bb43-6fc5297cdfcb> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "420b1a05-f25f-4dc9-bb43-6fc5297cdfcb" ;
    dct:issued "2025-11-27T13:51:16.468649"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2025-11-27T13:51:39.587691"^^xsd:dateTime ;
    dct:publisher <https://uatdatansw.dac.nsw.gov.au/organization/7cc21bb6-3c3d-4ff5-be2c-c91d1b7b3165> ;
    dct:title "Test data QA 27/11" ;
    dcat:distribution <https://uatdatansw.dac.nsw.gov.au/dataset/420b1a05-f25f-4dc9-bb43-6fc5297cdfcb/resource/a5874233-9d4a-43eb-89e2-5279ff118527> ;
    dcat:keyword "Distribution" .

<https://uatdatansw.dac.nsw.gov.au/dataset/420b1a05-f25f-4dc9-bb43-6fc5297cdfcb/resource/a5874233-9d4a-43eb-89e2-5279ff118527> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2025-11-27T13:51:35.698255"^^xsd:dateTime ;
    dct:modified "2025-11-27T13:51:39.601784"^^xsd:dateTime ;
    dct:title "usage_report (5).csv" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "73887ffe1c2871dbea87148219486480"^^xsd:hexBinary ] ;
    dcat:accessURL <https://nsw-azure-uat.links.com.au/data/dataset/420b1a05-f25f-4dc9-bb43-6fc5297cdfcb/resource/a5874233-9d4a-43eb-89e2-5279ff118527/download/usage_report-5.csv> ;
    dcat:byteSize "364"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/csv" .

<https://uatdatansw.dac.nsw.gov.au/organization/7cc21bb6-3c3d-4ff5-be2c-c91d1b7b3165> a foaf:Agent ;
    foaf:name "Another test org" .

