@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/2cfb2fe3-3403-4671-b72e-241bc2d25c0f> a dcat:Dataset ;
    dct:description "Dataset ini menyajikan data jumlah sampah perhari dalam satuan orang dalam periode tahun 2023." ;
    dct:identifier "2cfb2fe3-3403-4671-b72e-241bc2d25c0f" ;
    dct:issued "2024-06-03T03:39:45.823181"^^xsd:dateTime ;
    dct:modified "2024-06-03T03:39:45.823189"^^xsd:dateTime ;
    dct:publisher <http://5.189.187.109/organization/87f9bdfa-f934-4594-af62-da62b9622ba4> ;
    dct:title "Jumlah Sampah" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Risnawati" ;
            vcard:hasEmail <mailto:risrisnawatisp@gmail.com> ] ;
    dcat:distribution <http://5.189.187.109/dataset/2cfb2fe3-3403-4671-b72e-241bc2d25c0f/resource/73f59543-95f5-460c-b7b1-725d3ca1972f> ;
    dcat:keyword "DLHK Bireuen",
        "Sampah Perhari" ;
    dcat:landingPage <Jumlah%20Sampah%20Perhari> .

<Jumlah%20Sampah%20Perhari> a foaf:Document .

<http://5.189.187.109/dataset/2cfb2fe3-3403-4671-b72e-241bc2d25c0f/resource/73f59543-95f5-460c-b7b1-725d3ca1972f> a dcat:Distribution ;
    dct:description "Data source ini menyajikan data jumlah sampah perhari menurut kecamatan pada DLHK Kabupaten Bireuen tahun 2023" ;
    dct:format "CSV" ;
    dct:issued "2024-05-21T07:46:09.926466"^^xsd:dateTime ;
    dct:modified "2024-06-03T03:39:45.812949"^^xsd:dateTime ;
    dct:title "Jumlah Sampah Perhari Kabupaten Bireuen Menurut Kecamatan" ;
    dcat:accessURL <https://data.bireuenkab.go.id/dataset/2cfb2fe3-3403-4671-b72e-241bc2d25c0f/resource/73f59543-95f5-460c-b7b1-725d3ca1972f/download/jumlah-sampah-perhari-kabupaten-bireuen-menurut-kecamatan.csv> ;
    dcat:byteSize "1422"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/csv" .

<http://5.189.187.109/organization/87f9bdfa-f934-4594-af62-da62b9622ba4> a foaf:Agent ;
    foaf:name "Kabupaten Bireuen" .

