@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/80230acd-baa3-41e7-bc8d-ef594f0490fb> a dcat:Dataset ;
    dct:description "Kegiatan di upload" ;
    dct:identifier "80230acd-baa3-41e7-bc8d-ef594f0490fb" ;
    dct:issued "2019-09-26T02:49:16.556664"^^xsd:dateTime ;
    dct:modified "2019-09-26T02:49:16.556678"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/f76fec9c-8877-4410-9c0c-2325921d55d3> ;
    dct:title "Judul" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Yang bertanggung jawab atas data" ] ;
    dcat:distribution <https://data.jatengprov.go.id/dataset/80230acd-baa3-41e7-bc8d-ef594f0490fb/resource/f0410b34-1ea1-4dad-beb2-f2f73b4ffb4b> ;
    dcat:landingPage <Data%20yang%20mengeluarkan%20/%20Bidang> .

<https://data.jatengprov.go.id/dataset/80230acd-baa3-41e7-bc8d-ef594f0490fb/resource/f0410b34-1ea1-4dad-beb2-f2f73b4ffb4b> a dcat:Distribution ;
    dct:format "microsoft exel" ;
    dct:title "Nama file yang di upload" .

<https://data.jatengprov.go.id/organization/f76fec9c-8877-4410-9c0c-2325921d55d3> a foaf:Organization ;
    foaf:name "Pemerintah Kabupaten Banjarnegara" .

