@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://thaigdc-training.opend.cloud/dataset/d5dd8cd4-b4a9-4827-8e0d-cc61c45756f9> a dcat:Dataset ;
    dct:description "Forest Statistics (MB - 99)" ;
    dct:identifier "d5dd8cd4-b4a9-4827-8e0d-cc61c45756f9" ;
    dct:issued "2026-05-28T13:59:30.886795"^^xsd:dateTime ;
    dct:modified "2026-05-28T14:05:18.267531"^^xsd:dateTime ;
    dct:publisher <https://thaigdc-training.opend.cloud/organization/d2f9f936-45be-4851-81f4-5f619745e7fc> ;
    dct:title "Forest Statistics (MB - 99)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Test Department" ;
            vcard:hasEmail <mailto:test@test.com> ] ;
    dcat:distribution <https://thaigdc-training.opend.cloud/dataset/d5dd8cd4-b4a9-4827-8e0d-cc61c45756f9/resource/6682cabf-d5cd-4bb6-9d2c-c7b8064e5467> ;
    dcat:keyword "forest",
        "statistics" .

<https://thaigdc-training.opend.cloud/dataset/d5dd8cd4-b4a9-4827-8e0d-cc61c45756f9/resource/6682cabf-d5cd-4bb6-9d2c-c7b8064e5467> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-05-28T14:00:14.516375"^^xsd:dateTime ;
    dct:modified "2026-05-28T14:00:16.407635"^^xsd:dateTime ;
    dct:title "Forest Statistics 2015 (csv)" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "b8b27fc549941f161d80407e9172010d"^^xsd:hexBinary ] ;
    dcat:accessURL <https://thaigdc-training.opend.cloud/dataset/d5dd8cd4-b4a9-4827-8e0d-cc61c45756f9/resource/6682cabf-d5cd-4bb6-9d2c-c7b8064e5467/download/forest_stat_en-1.csv> ;
    dcat:byteSize "5896"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/csv" .

<https://thaigdc-training.opend.cloud/organization/d2f9f936-45be-4851-81f4-5f619745e7fc> a foaf:Agent ;
    foaf:name "NECTEC-demo" .

