@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/ca85f902-e653-48f3-8a49-1eb99f908bd2> a dcat:Dataset ;
    dct:description "Jumlah Pos polisi di kecamatan guntur tahun 2020" ;
    dct:identifier "ca85f902-e653-48f3-8a49-1eb99f908bd2" ;
    dct:issued "2020-11-16T07:15:03.849372"^^xsd:dateTime ;
    dct:modified "2020-11-16T07:15:03.849382"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/577466f0-7297-413e-8083-3b98c9518d5b> ;
    dct:title "JUMLAH POS POLISI DI KECAMATAN GUNTUR" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "kec.guntur" ;
            vcard:hasEmail <mailto:kecamatanguntur@gmail.com> ] ;
    dcat:landingPage <JUMLAH%20POS%20POLISI%20DI%20KECAMATAN%20GUNTUR%20TAHUN%202020> .

<https://data.jatengprov.go.id/organization/577466f0-7297-413e-8083-3b98c9518d5b> a foaf:Organization ;
    foaf:name "Pemerintah Kabupaten Demak" .

