@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/b65d85c9-269f-4284-95a7-53124d13683d> a dcat:Dataset ;
    dct:description "Data pengaduan RSUD Cilacap pada bulan Januari 2023 " ;
    dct:identifier "b65d85c9-269f-4284-95a7-53124d13683d" ;
    dct:issued "2023-10-02T13:31:26.665761"^^xsd:dateTime ;
    dct:modified "2023-10-03T13:33:26.264099"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/9a0d31ba-4240-41cd-b908-82330997896a> ;
    dct:title "PENGADUAN JANUARI 2023" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "RSUD CILACAP " ;
            vcard:hasEmail <mailto:rsud@gmail.cilacapkab.go.id> ] ;
    dcat:distribution <https://data.jatengprov.go.id/dataset/b65d85c9-269f-4284-95a7-53124d13683d/resource/1e6e37c0-657c-406b-a7fb-644e97fd0528> ;
    dcat:keyword "RSUD Cilacap" .

<https://data.jatengprov.go.id/dataset/b65d85c9-269f-4284-95a7-53124d13683d/resource/1e6e37c0-657c-406b-a7fb-644e97fd0528> a dcat:Distribution ;
    dct:description "Data pengaduan RSUD Cilacap bulan Januari 2023 " ;
    dct:format "XLS" ;
    dct:title "PENGADUAN JANUARI 2023" ;
    dcat:accessURL <http://data.cilacapkab.go.id/dataset/b65d85c9-269f-4284-95a7-53124d13683d/resource/1e6e37c0-657c-406b-a7fb-644e97fd0528/download/pengaduan-januari-2023.xlsx> ;
    dcat:byteSize 108864.0 ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" .

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

