@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/45f07a9f-d584-4b52-a022-0d5d8e0a1a6f> a dcat:Dataset ;
    dct:description "Surat Edaran Bupati Pembentukan Bank Sampah" ;
    dct:identifier "45f07a9f-d584-4b52-a022-0d5d8e0a1a6f" ;
    dct:issued "2019-11-07T04:25:03.687870"^^xsd:dateTime ;
    dct:modified "2019-11-07T04:25:03.687883"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/5072a2fe-2eed-4fb5-ba82-811f56c445a9> ;
    dct:title "Pembentukan Bank Sampah" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "admin dlh" ;
            vcard:hasEmail <mailto:dinas_lh@blorakab.go.id> ] ;
    dcat:landingPage <dlh.blorakab.go.id> .

<https://data.jatengprov.go.id/organization/5072a2fe-2eed-4fb5-ba82-811f56c445a9> a foaf:Organization ;
    foaf:name "Pemerintah Kabupaten Blora" .

