@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://devweb.datansw.links.com.au/dataset/ddd52922-b4b6-4d4d-888a-bf0895b475e3> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "ddd52922-b4b6-4d4d-888a-bf0895b475e3" ;
    dct:issued "2026-05-26T14:20:34.012563"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2026-05-26T14:20:55.532015"^^xsd:dateTime ;
    dct:publisher <https://devweb.datansw.links.com.au/organization/cafeb03f-6c39-4749-a8ca-3eac7496706a> ;
    dct:title "Test data QA 26/5" ;
    dcat:distribution <https://devweb.datansw.links.com.au/dataset/ddd52922-b4b6-4d4d-888a-bf0895b475e3/resource/d9a75409-9318-4a8a-9c53-e25ce2073ef6> .

<https://devweb.datansw.links.com.au/dataset/ddd52922-b4b6-4d4d-888a-bf0895b475e3/resource/d9a75409-9318-4a8a-9c53-e25ce2073ef6> a dcat:Distribution ;
    dct:description "test" ;
    dct:format "CSV" ;
    dct:issued "2026-05-26T14:20:54.931653"^^xsd:dateTime ;
    dct:modified "2026-05-26T14:20:55.540559"^^xsd:dateTime ;
    dct:title "508e8291-8b58-4034-bb7b-509a976d0dc2.csv" ;
    dcat:accessURL <https://devweb.datansw.links.com.au/data/dataset/ddd52922-b4b6-4d4d-888a-bf0895b475e3/resource/d9a75409-9318-4a8a-9c53-e25ce2073ef6/download/508e8291-8b58-4034-bb7b-509a976d0dc2.csv> ;
    dcat:byteSize "57615"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/csv" .

<https://devweb.datansw.links.com.au/organization/cafeb03f-6c39-4749-a8ca-3eac7496706a> a foaf:Agent ;
    foaf:mbox "test" ;
    foaf:name "test org 1" .

