@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://demo.gdcatalog.go.th/dataset/5bb3439f-9694-4616-a62d-a09c89dc464b> a dcat:Dataset ;
    dct:description "dcdcdc" ;
    dct:identifier "5bb3439f-9694-4616-a62d-a09c89dc464b" ;
    dct:issued "2026-07-02T04:55:50.355774"^^xsd:dateTime ;
    dct:modified "2026-07-02T04:56:00.896214"^^xsd:dateTime ;
    dct:publisher <https://demo.gdcatalog.go.th/organization/4b759eaa-409f-42f2-935c-d0730c8bd87c> ;
    dct:title "TDLA" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "...." ;
            vcard:hasEmail <mailto:tawan.b@kkumail.com> ] ;
    dcat:distribution <https://demo.gdcatalog.go.th/dataset/5bb3439f-9694-4616-a62d-a09c89dc464b/resource/1e58c54c-779c-40c5-a790-ef821ba526f6> ;
    dcat:keyword "Annual data" .

<https://demo.gdcatalog.go.th/dataset/5bb3439f-9694-4616-a62d-a09c89dc464b/resource/1e58c54c-779c-40c5-a790-ef821ba526f6> a dcat:Distribution ;
    dct:format "PDF" ;
    dct:issued "2026-07-02T04:56:00.555254"^^xsd:dateTime ;
    dct:modified "2026-07-02T04:56:00.903717"^^xsd:dateTime ;
    dct:title "970.pdf" ;
    dcat:accessURL <https://demo.gdcatalog.go.th/dataset/5bb3439f-9694-4616-a62d-a09c89dc464b/resource/1e58c54c-779c-40c5-a790-ef821ba526f6/download/970.pdf> ;
    dcat:byteSize "7885975"^^xsd:nonNegativeInteger ;
    dcat:mediaType "application/pdf" .

<https://demo.gdcatalog.go.th/organization/4b759eaa-409f-42f2-935c-d0730c8bd87c> a foaf:Agent ;
    foaf:name "tawansss" .

