@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/8d5a756f-ab15-4fd2-8fa3-9c856a5c7790> a dcat:Dataset ;
    dct:description "Dataset ini berisi mengenai DATA PEGAWAI BERDASARKAN GOLONGAN PER DESEMBER 2019" ;
    dct:identifier "8d5a756f-ab15-4fd2-8fa3-9c856a5c7790" ;
    dct:issued "2020-11-23T03:25:00.525262"^^xsd:dateTime ;
    dct:modified "2020-11-23T03:25:18.123078"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/7e04494c-0f85-4338-b251-1420975694f9> ;
    dct:title "DATA PEGAWAI BERDASARKAN GOLONGAN PER DESEMBER 2019" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "RSJD Dr. RM. Soedjarwadi" ;
            vcard:hasEmail <mailto:soedjarwadi@gmail.com> ] ;
    dcat:landingPage <http://data.rsjd-sujarwadi.com/data/detail/data-pegawai-berdasarkan-golongan-per-desember-2019> .

<https://data.jatengprov.go.id/organization/7e04494c-0f85-4338-b251-1420975694f9> a foaf:Organization ;
    foaf:name "RSJD Dr. RM Soedjarwadi " .

