@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/02722502-48bd-492f-bdf9-51487a5460a5> a dcat:Dataset ;
    dct:description "aa" ;
    dct:identifier "02722502-48bd-492f-bdf9-51487a5460a5" ;
    dct:issued "2018-09-27T23:45:12.292487"^^xsd:dateTime ;
    dct:modified "2018-09-27T23:45:12.292500"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/71ab7dad-9a86-4369-bc81-1c8d7bace5f7> ;
    dct:title "tes" ;
    owl:versionInfo "1" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "aaa" ;
            vcard:hasEmail <mailto:dinkominfo@purworejokab.go.id> ] ;
    dcat:distribution <https://data.jatengprov.go.id/dataset/02722502-48bd-492f-bdf9-51487a5460a5/resource/4ed42a19-a760-4235-a075-0b2f3f15dc99> ;
    dcat:landingPage <http://demo.satudata.purworejokab.go.id/api/5134/1/angka-harapan-hidup-waktu-lahir.json> .

<https://data.jatengprov.go.id/dataset/02722502-48bd-492f-bdf9-51487a5460a5/resource/4ed42a19-a760-4235-a075-0b2f3f15dc99> a dcat:Distribution ;
    dct:description "s" ;
    dct:format "JSON" ;
    dct:title "aa" ;
    dcat:accessURL <http://sds.purworejokab.go.id/data/detail/angka-harapan-hidup-wkatu-lahir/16> ;
    dcat:mediaType "application/json" .

<https://data.jatengprov.go.id/organization/71ab7dad-9a86-4369-bc81-1c8d7bace5f7> a foaf:Organization ;
    foaf:name "Pemerintah Kabupaten Purworejo" .

