@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://ckan-dev.opend.cloud/dataset/0825ad2a-ea07-4bf9-a5aa-7295b6ba169c> a dcat:Dataset ;
    dct:description "ชุดข้อมูลที่ถูก Harvest มาจากแหล่งอื่น" ;
    dct:identifier "0825ad2a-ea07-4bf9-a5aa-7295b6ba169c" ;
    dct:issued "2025-07-19T07:28:01.871931"^^xsd:dateTime ;
    dct:modified "2025-07-19T07:28:01.871938"^^xsd:dateTime ;
    dct:publisher <https://ckan-dev.opend.cloud/organization/c909cfe1-844a-44f0-8c2f-6b60d4f91b86> ;
    dct:title "TW-04" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "test" ;
            vcard:hasEmail <mailto:test@gmail.com> ] ;
    dcat:keyword "Harvest" .

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

