@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://ckan-dev.opend.cloud/dataset/63e09773-16c2-469f-aa6b-26c7f9abb482> a dcat:Dataset ;
    dct:description "test" ;
    dct:identifier "63e09773-16c2-469f-aa6b-26c7f9abb482" ;
    dct:issued "2025-08-18T08:30:47.307525"^^xsd:dateTime ;
    dct:modified "2025-12-17T04:29:57.686171"^^xsd:dateTime ;
    dct:publisher <https://ckan-dev.opend.cloud/organization/c909cfe1-844a-44f0-8c2f-6b60d4f91b86> ;
    dct:title "test1file" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "test" ;
            vcard:hasEmail <mailto:test@gmail.com> ] ;
    dcat:distribution <https://ckan-dev.opend.cloud/dataset/63e09773-16c2-469f-aa6b-26c7f9abb482/resource/06a56456-bba6-4e0e-948c-3c914f9b24cd>,
        <https://ckan-dev.opend.cloud/dataset/63e09773-16c2-469f-aa6b-26c7f9abb482/resource/80967cef-0185-45ed-a686-9714387cdd83> ;
    dcat:keyword "test" .

<https://ckan-dev.opend.cloud/dataset/63e09773-16c2-469f-aa6b-26c7f9abb482/resource/06a56456-bba6-4e0e-948c-3c914f9b24cd> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2025-12-17T03:48:56.317445"^^xsd:dateTime ;
    dct:modified "2025-12-17T04:29:56.862338"^^xsd:dateTime ;
    dct:title "rice1" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "ddb83d74402410f8c467c77016e7f1d4"^^xsd:hexBinary ] ;
    dcat:accessURL <https://catalog.ricethailand.go.th/dataset/e39bc9d3-81c7-40da-9443-07485b807512/resource/0cd729c8-048b-4e35-8a1c-68022158fea4/download/08-seed-210266-.csv> ;
    dcat:mediaType "text/csv" .

<https://ckan-dev.opend.cloud/dataset/63e09773-16c2-469f-aa6b-26c7f9abb482/resource/80967cef-0185-45ed-a686-9714387cdd83> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2025-08-18T08:32:23.182738"^^xsd:dateTime ;
    dct:modified "2025-08-18T08:32:25.732437"^^xsd:dateTime ;
    dct:title "TC-COM-01.csv" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "941ad65670a77cd65f782cfda78804c1"^^xsd:hexBinary ] ;
    dcat:accessURL <https://ckan-dev.opend.cloud/dataset/63e09773-16c2-469f-aa6b-26c7f9abb482/resource/80967cef-0185-45ed-a686-9714387cdd83/download/tc-com-01.csv> ;
    dcat:byteSize "11849"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/csv" .

<https://ckan-dev.opend.cloud/organization/c909cfe1-844a-44f0-8c2f-6b60d4f91b86> a foaf:Agent ;
    foaf:name "nectec" .

