@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/2a92d743-5ff5-4662-a853-0e2db2705906> 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 "2a92d743-5ff5-4662-a853-0e2db2705906" ;
    dct:issued "2019-05-21T15:15:27.888986"^^xsd:dateTime ;
    dct:modified "2019-05-21T15:15:27.889001"^^xsd:dateTime ;
    dct:publisher <https://data.jatengprov.go.id/organization/71fe5b55-bcf9-4cd6-8efa-b987e1808a01> ;
    dct:title "A Novel By Tolstoy" ;
    owl:versionInfo "0.7a" ;
    dcat:distribution <https://data.jatengprov.go.id/dataset/2a92d743-5ff5-4662-a853-0e2db2705906/resource/c7c783a3-f213-4aad-8632-7c9d0dc90013>,
        <https://data.jatengprov.go.id/dataset/2a92d743-5ff5-4662-a853-0e2db2705906/resource/f649407f-77e5-4599-b988-9ba8760db161> ;
    dcat:landingPage <http://datahub.io> .

<https://data.jatengprov.go.id/dataset/2a92d743-5ff5-4662-a853-0e2db2705906/resource/c7c783a3-f213-4aad-8632-7c9d0dc90013> 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/dataset/2a92d743-5ff5-4662-a853-0e2db2705906/resource/f649407f-77e5-4599-b988-9ba8760db161> 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/organization/71fe5b55-bcf9-4cd6-8efa-b987e1808a01> a foaf:Organization ;
    foaf:name "Pemerintah Kabupaten Pekalongan" .

