@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://opendata.karokab.go.id/dataset/5962feaa-87e8-4d66-b20b-780212dfcd76> a dcat:Dataset ;
    dct:description "Sample makanan dan Minuman yang diperiksa  produk IRTP" ;
    dct:identifier "5962feaa-87e8-4d66-b20b-780212dfcd76" ;
    dct:issued "2024-04-22T08:46:09.347615"^^xsd:dateTime ;
    dct:modified "2024-05-02T07:37:06.818458"^^xsd:dateTime ;
    dct:publisher <http://opendata.karokab.go.id/organization/5e9e0bcb-4d17-436d-942e-fa5aaf19d61a> ;
    dct:title "Jumlah sample makanan yang diperiksa" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "dinas kesehatan" ;
            vcard:hasEmail <mailto:katarinabangun@yahoo.co.id> ] ;
    dcat:distribution <http://opendata.karokab.go.id/dataset/5962feaa-87e8-4d66-b20b-780212dfcd76/resource/30b964ee-925f-47f8-a889-2afbb5c7e6c4> .

<http://opendata.karokab.go.id/dataset/5962feaa-87e8-4d66-b20b-780212dfcd76/resource/30b964ee-925f-47f8-a889-2afbb5c7e6c4> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:title "Jumlah sample makanan yang diperiksa 2023" ;
    dcat:accessURL <http://opendata.karokab.go.id/dataset/5962feaa-87e8-4d66-b20b-780212dfcd76/resource/30b964ee-925f-47f8-a889-2afbb5c7e6c4/download/tabel-83-jumlah-sample-makanan-yang-diperiksa.csv> ;
    dcat:byteSize 137.0 ;
    dcat:mediaType "text/csv" .

<http://opendata.karokab.go.id/organization/5e9e0bcb-4d17-436d-942e-fa5aaf19d61a> a foaf:Organization ;
    foaf:name "Dinas Kesehatan" .

