@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://py3dev.dataforthai.in.th/dataset/545068b2-e00c-4d6e-b45c-8b8ee6acf16f> a dcat:Dataset ;
    dct:description "yyyy" ;
    dct:identifier "545068b2-e00c-4d6e-b45c-8b8ee6acf16f" ;
    dct:issued "2026-03-20T03:15:00.313380"^^xsd:dateTime ;
    dct:modified "2026-03-23T08:59:46.216370"^^xsd:dateTime ;
    dct:publisher <https://py3dev.dataforthai.in.th/organization/ee84d6ce-18eb-492a-8514-bb46fbc408ba> ;
    dct:title "ชุดข้อมูลอุตสาหกรรมสีเขียว" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "rrrr" ;
            vcard:hasEmail <mailto:rrrr@mail.com> ] ;
    dcat:distribution <https://py3dev.dataforthai.in.th/dataset/545068b2-e00c-4d6e-b45c-8b8ee6acf16f/resource/a09f9141-4930-4c2b-a227-484a28e085df> ;
    dcat:keyword "test" .

<https://py3dev.dataforthai.in.th/dataset/545068b2-e00c-4d6e-b45c-8b8ee6acf16f/resource/a09f9141-4930-4c2b-a227-484a28e085df> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-03-23T08:59:43.566824"^^xsd:dateTime ;
    dct:modified "2026-03-23T08:59:45.877058"^^xsd:dateTime ;
    dct:title "test1" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "5a7b9b1f45b000db3fccb5c07a0e42ab"^^xsd:hexBinary ] ;
    dcat:accessURL <https://catalogapi.nso.go.th/api/index?table=con0503_12_0012_table_1&format=csv> .

<https://py3dev.dataforthai.in.th/organization/ee84d6ce-18eb-492a-8514-bb46fbc408ba> a foaf:Agent ;
    foaf:name "eeeeeee" .

