@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/d8d0407e-8787-45ab-81dd-df6b47ff85dd> a dcat:Dataset ;
    dct:description "Contoh 1" ;
    dct:identifier "d8d0407e-8787-45ab-81dd-df6b47ff85dd" ;
    dct:issued "2017-11-14T02:33:22.110561"^^xsd:dateTime ;
    dct:modified "2017-11-14T03:28:11.620831"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/4622f2c3-86a3-46f1-b4c8-fd4cead35a3e> ;
    dct:title "Contoh 1" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "DInkominfo" ;
            vcard:hasEmail <mailto:dinkominfo@rembangkab.go.id> ] ;
    dcat:distribution <https://data.jatengprov.go.id/dataset/d8d0407e-8787-45ab-81dd-df6b47ff85dd/resource/30ae1bc1-8ccc-4e0f-916b-e5f80b1c6318>,
        <https://data.jatengprov.go.id/dataset/d8d0407e-8787-45ab-81dd-df6b47ff85dd/resource/4d829f85-b5c9-467f-9dc0-f157675be529> .

<https://data.jatengprov.go.id/dataset/d8d0407e-8787-45ab-81dd-df6b47ff85dd/resource/30ae1bc1-8ccc-4e0f-916b-e5f80b1c6318> a dcat:Distribution ;
    dct:description "Data 2" ;
    dct:format "DOCX" ;
    dct:title "Data 2" ;
    dcat:accessURL <https://data.jatengprov.go.id/dataset/d8d0407e-8787-45ab-81dd-df6b47ff85dd/resource/30ae1bc1-8ccc-4e0f-916b-e5f80b1c6318/download/sk3.docx> ;
    dcat:byteSize 11132.0 ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.wordprocessingml.document" .

<https://data.jatengprov.go.id/dataset/d8d0407e-8787-45ab-81dd-df6b47ff85dd/resource/4d829f85-b5c9-467f-9dc0-f157675be529> a dcat:Distribution ;
    dct:description "Data 1" ;
    dct:format "word" ;
    dct:title "Data 1" ;
    dcat:accessURL <https://data.jatengprov.go.id/dataset/d8d0407e-8787-45ab-81dd-df6b47ff85dd/resource/4d829f85-b5c9-467f-9dc0-f157675be529/download/sk.docx> ;
    dcat:byteSize 11162.0 ;
    dcat:mediaType "application/vnd.openxmlformats-officedocument.wordprocessingml.document" .

<https://data.jatengprov.go.id/organization/4622f2c3-86a3-46f1-b4c8-fd4cead35a3e> a foaf:Organization ;
    foaf:name "Pemerintah Kabupaten Rembang" .

