@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatde: <http://dcat-ap.de/def/dcatde/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://134.245.19.93/dataset/f3dbdd8a-9e87-4171-a5a2-ff245a48c10f> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/schleswigHolstein> ;
    dct:description """Liste der Kreise, Städte und Gemeinden, für die es Ortschroniken im Bestand der Schleswig-Holsteinischen Landesbilbiothek (SHLB) gibt.\r
\r
## Attribute\r
- `ARS` - Amticher Regionalschlüssel der Gemeinde, Stadt oder Kreis\r
-  `Name` - Name der Gemeinde, Stadt oder Kreis\r
- `Katalog` - Link zum Katalog der SHLB, über den die bibliografischen Daten der Chroniken eingesehen werden können\r
\r
Zeichensatz ist UTF-8, Spaltentrenner ist Semikolon\r
""" ;
    dct:identifier "f3dbdd8a-9e87-4171-a5a2-ff245a48c10f" ;
    dct:issued "2022-03-14T00:00:00"^^xsd:dateTime ;
    dct:modified "2022-03-14T11:06:02.522049"^^xsd:dateTime ;
    dct:publisher <http://134.245.19.93/organization/a77be7e7-d9d2-4bc8-af70-fe8a29d41660> ;
    dct:spatial <http://dcat-ap.de/def/politicalGeocoding/stateKey/01> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2022-03-02T00:00:00"^^xsd:dateTime ;
            dcat:startDate "2022-03-02T00:00:00"^^xsd:dateTime ] ;
    dct:title "Ortschroniken" ;
    dcat:distribution <http://134.245.19.93/dataset/f3dbdd8a-9e87-4171-a5a2-ff245a48c10f/resource/d0aa0b92-44cc-4d80-adde-acbb108b69fb> ;
    dcat:keyword "Ortschronik" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/EDUC>,
        <http://publications.europa.eu/resource/authority/data-theme/REGI> .

<http://134.245.19.93/dataset/f3dbdd8a-9e87-4171-a5a2-ff245a48c10f/resource/d0aa0b92-44cc-4d80-adde-acbb108b69fb> a dcat:Distribution ;
    dct:format <https://publications.europa.eu/resource/authority/file-type/CSV> ;
    dct:issued "2022-03-10T12:22:54.388466"^^xsd:dateTime ;
    dct:modified "2022-03-10T12:22:54.270790"^^xsd:dateTime ;
    dct:title "ortschroniken.csv" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:algorithm <http://dcat-ap.de/def/hashAlgorithms/md/5> ;
            spdx:checksumValue "c6d4de4ec6729e3b96284daa54952b30"^^xsd:hexBinary ] ;
    dcat:accessURL <http://134.245.19.93/dataset/f3dbdd8a-9e87-4171-a5a2-ff245a48c10f/resource/d0aa0b92-44cc-4d80-adde-acbb108b69fb/download/ortschroniken.csv> ;
    dcat:byteSize 67935.0 ;
    dcat:mediaType "text/csv" .

<http://134.245.19.93/organization/a77be7e7-d9d2-4bc8-af70-fe8a29d41660> a foaf:Agent ;
    foaf:name "Schleswig-Holsteinische Landesbibliothek" .

<http://dcat-ap.de/def/hashAlgorithms/md/5> a spdx:ChecksumAlgorithm .

<http://dcat-ap.de/def/politicalGeocoding/stateKey/01> a dct:Location ;
    skos:prefLabel "Bundesland Schleswig-Holstein" ;
    locn:geometry "POLYGON ((7.8690 53.3600, 7.8690 55.0583, 11.3126 55.0583, 11.3126 53.3600, 7.8690 53.3600))"^^gsp:wktLiteral .

<https://publications.europa.eu/resource/authority/file-type/CSV> a dct:MediaTypeOrExtent .

