@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/80d21e98-0942-4c5d-9870-09507d00a7f7> a dcat:Dataset ;
    dct:description "test only you know!!" ;
    dct:identifier "80d21e98-0942-4c5d-9870-09507d00a7f7" ;
    dct:issued "2025-01-17T09:02:38.325312"^^xsd:dateTime ;
    dct:modified "2025-01-17T09:02:38.325319"^^xsd:dateTime ;
    dct:publisher <https://bdi-dev.opend.cloud/organization/d595a5ea-c410-45ea-b9de-c83151ac27b8> ;
    dct:title "ภาพถ่ายตัวอย่าง" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "test division" ;
            vcard:hasEmail <mailto:test.dev@test.go.th> ] ;
    dcat:keyword "stat",
        "test people",
        "เพื่อการทดสอบ" .

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

