@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://bdi-dev.opend.cloud/dataset/9971e0aa-bc89-45d0-9500-3c3daa0e065c> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "9971e0aa-bc89-45d0-9500-3c3daa0e065c" ;
    dct:issued "2025-01-22T10:26:22.623957"^^xsd:dateTime ;
    dct:modified "2025-01-23T15:33:58.239142"^^xsd:dateTime ;
    dct:publisher <https://bdi-dev.opend.cloud/organization/03766db6-f27d-4e54-b419-ecd034520f46> ;
    dct:title "ทดสอบ geodata 2" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "test" ;
            vcard:hasEmail <mailto:test@mail.com> ] ;
    dcat:keyword "test" .

<https://bdi-dev.opend.cloud/organization/03766db6-f27d-4e54-b419-ecd034520f46> a foaf:Agent ;
    foaf:name "test1" .

