@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://devweb.datansw.links.com.au/dataset/b99ad78d-a3e3-4c00-910c-6bfe880df2a9> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "b99ad78d-a3e3-4c00-910c-6bfe880df2a9" ;
    dct:issued "2026-05-18T09:38:53.152176"^^xsd:dateTime ;
    dct:modified "2026-05-21T11:25:10.686092"^^xsd:dateTime ;
    dct:publisher <https://devweb.datansw.links.com.au/organization/bd51f117-86fb-497a-935f-d8547fca8647> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((108.1055 -44.7155, 108.1055 -16.6362, 154.8633 -16.6362, 154.8633 -44.7155, 108.1055 -44.7155))"^^gsp:wktLiteral ] ;
    dct:title "Test data for sync 18/5" ;
    dcat:distribution <https://devweb.datansw.links.com.au/dataset/b99ad78d-a3e3-4c00-910c-6bfe880df2a9/resource/9611d447-10c7-47d5-a9b1-59e644165cc4>,
        <https://devweb.datansw.links.com.au/dataset/b99ad78d-a3e3-4c00-910c-6bfe880df2a9/resource/bccdaff9-2df1-4e73-8f3f-5fe8b11d59b4> ;
    dcat:keyword "test2" .

<https://devweb.datansw.links.com.au/dataset/b99ad78d-a3e3-4c00-910c-6bfe880df2a9/resource/9611d447-10c7-47d5-a9b1-59e644165cc4> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-05-21T11:25:10.731726"^^xsd:dateTime ;
    dct:modified "2026-05-21T11:25:10.705234"^^xsd:dateTime ;
    dct:title "7264df03-1e33-4bc0-ab90-370e4794eaab.csv" ;
    dcat:accessURL <https://devweb.seed-v2.links.com.au/dataset/664b6810-09b7-458c-bf38-232321a4a7b3/resource/80eb3b52-9228-45d7-a8ee-783ca5726c76/download/7264df03-1e33-4bc0-ab90-370e4794eaab.csv> ;
    dcat:mediaType "text/csv" .

<https://devweb.datansw.links.com.au/dataset/b99ad78d-a3e3-4c00-910c-6bfe880df2a9/resource/bccdaff9-2df1-4e73-8f3f-5fe8b11d59b4> a dcat:Distribution ;
    dct:format "PDF" ;
    dct:issued "2026-05-21T11:25:10.731732"^^xsd:dateTime ;
    dct:modified "2026-05-21T11:25:10.705418"^^xsd:dateTime ;
    dct:title "file qa 21/5" ;
    dcat:accessURL <https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf> ;
    dcat:mediaType "application/pdf" .

<https://devweb.datansw.links.com.au/organization/bd51f117-86fb-497a-935f-d8547fca8647> a foaf:Agent ;
    foaf:name "Another org" .

