@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#> .

<http://5.189.187.109/dataset/123b3e94-ff78-43c1-8059-e7528bc49e17> a dcat:Dataset ;
    dct:description "Dataset ini menyajikan data Jumlah Potensi Kakao berdasarkan Kecamatan" ;
    dct:identifier "123b3e94-ff78-43c1-8059-e7528bc49e17" ;
    dct:issued "2024-07-02T19:26:51.505827"^^xsd:dateTime ;
    dct:modified "2024-07-02T19:26:51.505834"^^xsd:dateTime ;
    dct:publisher <http://5.189.187.109/organization/397ba877-038d-43c3-8c94-a9a2def4cd74> ;
    dct:title "Jumlah Potensi Kakao" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Fatmawati" ;
            vcard:hasEmail <mailto:bidprogramdistanajay@gmail.com> ] ;
    dcat:distribution <http://5.189.187.109/dataset/123b3e94-ff78-43c1-8059-e7528bc49e17/resource/1d8d04d1-aeb1-4447-8f10-79a89320dacf> ;
    dcat:keyword "Kakao",
        "Pertanian",
        "Potensi" ;
    dcat:landingPage <https://distan.acehjayakab.go.id/halaman/database> .

<http://5.189.187.109/dataset/123b3e94-ff78-43c1-8059-e7528bc49e17/resource/1d8d04d1-aeb1-4447-8f10-79a89320dacf> a dcat:Distribution ;
    dct:description "Dataset ini menyajikan data Jumlah Potensi Kakao berdasarkan Kecamatan di Kabupaten Aceh Jaya Tahun 2022 dengan satuan Biji Kering" ;
    dct:format "CSV" ;
    dct:issued "2024-05-31T09:58:31.702809"^^xsd:dateTime ;
    dct:modified "2024-07-02T19:26:51.495986"^^xsd:dateTime ;
    dct:title "(2022) Jumlah Potensi Kakao Kab. Aceh Jaya Tahun 2022" .

<http://5.189.187.109/organization/397ba877-038d-43c3-8c94-a9a2def4cd74> a foaf:Agent ;
    foaf:name "Kabupaten Aceh Jaya" .

<https://distan.acehjayakab.go.id/halaman/database> a foaf:Document .

