@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/518da94f-e77f-4643-a39b-3e287aa52d31> a dcat:Dataset ;
    dct:description "Data Kunjungan Tahun 2023 (s/d Bulan April) UPTD Puskesmas Sampang" ;
    dct:identifier "518da94f-e77f-4643-a39b-3e287aa52d31" ;
    dct:issued "2023-05-26T08:30:36.759699"^^xsd:dateTime ;
    dct:modified "2023-10-01T13:23:55.817593"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/9a0d31ba-4240-41cd-b908-82330997896a> ;
    dct:title "Data Kunjungan Tahun 2023 (s/d Bulan April) UPTD Puskesmas Sampang" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Dinas Kesehatan Kabupaten Cilacap" ;
            vcard:hasEmail <mailto:pusksampang27@gmail.com> ] ;
    dcat:keyword "Cilacap",
        "Kesehatan",
        "Puskesmas",
        "Sampang" ;
    dcat:landingPage <UPTD%20Puskesmas%20Sampang> .

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

