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

<https://data.jatengprov.go.id/dataset/19df7544-04dd-4288-bd0e-4a3c1728d2f3> a dcat:Dataset ;
    dct:description "Berisi informasi anggaran dan realisasi keuangan sampai dengan April 2023" ;
    dct:identifier "19df7544-04dd-4288-bd0e-4a3c1728d2f3" ;
    dct:issued "2023-10-01T13:22:37.123088"^^xsd:dateTime ;
    dct:modified "2023-10-01T13:22:37.123097"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/9a0d31ba-4240-41cd-b908-82330997896a> ;
    dct:title "Laporan Realisasi Anggaran April 2023" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:martejowili0@gmail.com> ] ;
    dcat:distribution <https://data.jatengprov.go.id/dataset/19df7544-04dd-4288-bd0e-4a3c1728d2f3/resource/efc1eb05-01c8-4f17-b408-366b264d63a6> ;
    dcat:keyword "keuangan" .

<https://data.jatengprov.go.id/dataset/19df7544-04dd-4288-bd0e-4a3c1728d2f3/resource/efc1eb05-01c8-4f17-b408-366b264d63a6> a dcat:Distribution ;
    dct:description "LRA April 2023" ;
    dct:format "XLS" ;
    dcat:accessURL <http://data.cilacapkab.go.id/dataset/19df7544-04dd-4288-bd0e-4a3c1728d2f3/resource/efc1eb05-01c8-4f17-b408-366b264d63a6/download/april-2023.xls> ;
    dcat:byteSize 38912.0 ;
    dcat:mediaType "application/vnd.ms-excel" .

<https://data.jatengprov.go.id/organization/9a0d31ba-4240-41cd-b908-82330997896a> a foaf:Organization ;
    foaf:name "Pemerintah Kabupaten Cilacap" .

