@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/2a6a7ced-b592-49ca-ac68-7041eb527ec1> a dcat:Dataset ;
    dct:description "for test only" ;
    dct:identifier "2a6a7ced-b592-49ca-ac68-7041eb527ec1" ;
    dct:issued "2025-01-17T09:02:36.761727"^^xsd:dateTime ;
    dct:modified "2025-01-17T09:02:36.761733"^^xsd:dateTime ;
    dct:publisher <https://bdi-dev.opend.cloud/organization/d595a5ea-c410-45ea-b9de-c83151ac27b8> ;
    dct:title "ทดสอบ GIS" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "ฝ่ายทดสอบ" ;
            vcard:hasEmail <mailto:test@gis.or.th> ] ;
    dcat:keyword "gis",
        "grid",
        "thai map" ;
    dcat:landingPage <gis.gov> .

<gis.gov> a foaf:Document .

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

