@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/3345d2d7-6b9a-495d-b4e4-f0a6388f2227> a dcat:Dataset ;
    dct:description "Dataset ini menyajikan data Jumlah Produksi Kopi berdasarkan Kecamatan" ;
    dct:identifier "3345d2d7-6b9a-495d-b4e4-f0a6388f2227" ;
    dct:issued "2024-07-02T19:26:57.708996"^^xsd:dateTime ;
    dct:modified "2024-07-02T19:26:57.709004"^^xsd:dateTime ;
    dct:publisher <http://5.189.187.109/organization/397ba877-038d-43c3-8c94-a9a2def4cd74> ;
    dct:title "Jumlah Produksi Kopi" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Fatmawati" ;
            vcard:hasEmail <mailto:bidprogramdistanajay@gmail.com> ] ;
    dcat:distribution <http://5.189.187.109/dataset/3345d2d7-6b9a-495d-b4e4-f0a6388f2227/resource/5b0dfeee-6e0d-461b-be79-5bb5315738a8> ;
    dcat:keyword "kopi",
        "pertanian",
        "produksi" ;
    dcat:landingPage <https://distan.acehjayakab.go.id/halaman/database> .

<http://5.189.187.109/dataset/3345d2d7-6b9a-495d-b4e4-f0a6388f2227/resource/5b0dfeee-6e0d-461b-be79-5bb5315738a8> a dcat:Distribution ;
    dct:description "Dataset ini menyajikan data Jumlah Produksi Kopi berdasarkan Kecamatan di Kabupaten Aceh Jaya Tahun 2022 dengan satuan Ton" ;
    dct:format "CSV" ;
    dct:issued "2024-05-16T03:14:27.760914"^^xsd:dateTime ;
    dct:modified "2024-07-02T19:26:57.698598"^^xsd:dateTime ;
    dct:title "(2022) Jumlah Produksi Kopi 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 .

