@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/0dc74d79-be76-4bf3-be5a-bbfe7c1a4999> a dcat:Dataset ;
    dct:description "for test only" ;
    dct:identifier "0dc74d79-be76-4bf3-be5a-bbfe7c1a4999" ;
    dct:issued "2025-01-17T09:02:37.538029"^^xsd:dateTime ;
    dct:modified "2025-01-17T09:02:37.538034"^^xsd:dateTime ;
    dct:publisher <https://bdi-dev.opend.cloud/organization/d595a5ea-c410-45ea-b9de-c83151ac27b8> ;
    dct:title "test multi test" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "กองการทดสอบ" ;
            vcard:hasEmail <mailto:test@test.or.th> ] ;
    dcat:keyword "test only",
        "เพื่อการทดสอบเท่านั้น" .

<https://bdi-dev.opend.cloud/organization/d595a5ea-c410-45ea-b9de-c83151ac27b8> a foaf:Agent ;
    foaf:name "Test-Excel-Importer" .

