@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/fc77098d-cc67-491a-aa78-4c5eafa654b1> a dcat:Dataset ;
    dct:description "economic productivity " ;
    dct:identifier "fc77098d-cc67-491a-aa78-4c5eafa654b1" ;
    dct:issued "2026-05-28T13:59:31.705633"^^xsd:dateTime ;
    dct:modified "2026-05-28T14:04:56.240085"^^xsd:dateTime ;
    dct:publisher <https://thaigdc-training.opend.cloud/organization/13bb3348-c3f7-4ab8-981c-d680a2dbe146> ;
    dct:title "Total Factor Productivity (TFP)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "CIO" ;
            vcard:hasEmail <mailto:djlee@test.org> ] ;
    dcat:distribution <https://thaigdc-training.opend.cloud/dataset/fc77098d-cc67-491a-aa78-4c5eafa654b1/resource/b0045daf-7b03-4543-a60b-1e4110367e9b> ;
    dcat:keyword "economic" .

<https://thaigdc-training.opend.cloud/dataset/fc77098d-cc67-491a-aa78-4c5eafa654b1/resource/b0045daf-7b03-4543-a60b-1e4110367e9b> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-05-28T14:02:33.277457"^^xsd:dateTime ;
    dct:modified "2026-05-28T14:02:37.513948"^^xsd:dateTime ;
    dct:title "total-factor-productivity.csv" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "9f2c27d8adfe3c5ac10fe886f341d996"^^xsd:hexBinary ] ;
    dcat:accessURL <https://thaigdc-training.opend.cloud/dataset/fc77098d-cc67-491a-aa78-4c5eafa654b1/resource/b0045daf-7b03-4543-a60b-1e4110367e9b/download/total-factor-productivity.csv> ;
    dcat:byteSize "191538"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/csv" .

<https://thaigdc-training.opend.cloud/organization/13bb3348-c3f7-4ab8-981c-d680a2dbe146> a foaf:Agent ;
    foaf:name "Productivity" .

