@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 spdx: <http://spdx.org/rdf/terms#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.jatengprov.go.id/dataset/f9ab1cff-f5cb-49ff-9d3e-419d6d200adb> a dcat:Dataset ;
    dct:description """Some test notes

### A 3rd level heading

**Some bolded text.**

*Some italicized text.*

Foreign characters:
u with umlaut ü
66-style quote “
foreign word: thümb

Needs escaping:
left arrow <

<http://ckan.net/>

""" ;
    dct:identifier "f9ab1cff-f5cb-49ff-9d3e-419d6d200adb" ;
    dct:issued "2018-05-18T09:57:46.024013"^^xsd:dateTime ;
    dct:modified "2018-05-18T09:57:46.024034"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/efc93875-9d42-43c8-9241-6adcb85471f6> ;
    dct:title "A Novel By Tolstoy" ;
    owl:versionInfo "0.7a" ;
    dcat:distribution <https://data.jatengprov.go.id/dataset/f9ab1cff-f5cb-49ff-9d3e-419d6d200adb/resource/d9826f04-fe04-492b-a300-3e7021b9d46b>,
        <https://data.jatengprov.go.id/dataset/f9ab1cff-f5cb-49ff-9d3e-419d6d200adb/resource/ea0153a3-773d-4ed4-8190-eb2a5b5d4c7d> ;
    dcat:landingPage <http://datahub.io> .

<https://data.jatengprov.go.id/dataset/f9ab1cff-f5cb-49ff-9d3e-419d6d200adb/resource/d9826f04-fe04-492b-a300-3e7021b9d46b> a dcat:Distribution ;
    dct:description "Full text. Needs escaping: \" Umlaut: ü" ;
    dct:format "plain text" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "abc123"^^xsd:hexBinary ] ;
    dcat:accessURL <http://datahub.io/download/x=1&y=2> .

<https://data.jatengprov.go.id/dataset/f9ab1cff-f5cb-49ff-9d3e-419d6d200adb/resource/ea0153a3-773d-4ed4-8190-eb2a5b5d4c7d> a dcat:Distribution ;
    dct:description "Index of the novel" ;
    dct:format "JSON" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "def456"^^xsd:hexBinary ] ;
    dcat:accessURL <http://datahub.io/index.json> .

<https://data.jatengprov.go.id/organization/efc93875-9d42-43c8-9241-6adcb85471f6> a foaf:Organization ;
    foaf:name "Pemerintah Kota Salatiga" .

