@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.jatengprov.go.id/dataset/02abc606-02ee-4955-81a3-4f1d8c1d7af7> a dcat:Dataset ;
    dct:description "Data Tenaga Kesehatan Tahun 2019" ;
    dct:identifier "02abc606-02ee-4955-81a3-4f1d8c1d7af7" ;
    dct:issued "2021-05-03T06:05:14.691551"^^xsd:dateTime ;
    dct:modified "2021-05-03T06:05:14.691564"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/1ea343a8-dd40-426b-8a5c-f29c0aee200d> ;
    dct:title "Data Tenaga Kesehatan Tahun 2019" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Rumah Sakit Umum Daerah Kebumen" ;
            vcard:hasEmail <mailto:rsud@kebumenkab.go.id> ] ;
    dcat:landingPage <http://rsuddrsoedirman.kebumenkab.go.id/> .

<https://data.jatengprov.go.id/organization/1ea343a8-dd40-426b-8a5c-f29c0aee200d> a foaf:Organization ;
    foaf:name "Pemerintah Kabupaten Kebumen" .

