@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/abf3f8e8-89fc-4d0c-b169-05fd23c27ae8> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/schleswigHolstein> ;
    dct:description """Hier finden Sie die Aufschlüsselung der Corona-Zahlen der Ämter, amtsfreie Gemeinden und Städte im Kreisgebiet. Kurzzeitige numerische Abweichungen von anderen Lageinformationen können leider nicht ausgeschlossen werden. Die Zahlen stellen nur einen Anhaltspunkt dar. \r
\r
## Felder\r
\r
- `Datum` - Datum im Format `yyyy-MM-dd`\r
- `Ort` - Name der Gemeinde oder des Amts\r
- `Neu Infizierte` - Personen, die in den 7 Tagen vor dem angegebenen Datum positiv auf Corona getestet wurden\r
\r
\r
Zeichensatz ist UTF-8, Spaltentrenner ist Komma.\r
\r
[Zur Informationsseite des Kreises mit aktuellen Informationen zu Corona](https://www.kreis-stormarn.de/aktuelles/pressemeldungen/2021/zahl-der-bestaetigten-corona-faelle-in-stormarn.html)""" ;
    dct:identifier "abf3f8e8-89fc-4d0c-b169-05fd23c27ae8" ;
    dct:issued "2021-12-15T00:00:00"^^xsd:dateTime ;
    dct:modified "2022-01-10T10:04:49.266248"^^xsd:dateTime ;
    dct:publisher <http://134.245.19.93/organization/0ef12f70-1a8b-439e-95aa-d9b284ee6df7> ;
    dct:spatial <http://dcat-ap.de/def/politicalGeocoding/districtKey/01062> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2021-12-22T00:00:00"^^xsd:dateTime ;
            dcat:startDate "2021-12-01T00:00:00"^^xsd:dateTime ] ;
    dct:title "Corona-Zahlen Kreis Stormarn" ;
    dcat:distribution <http://134.245.19.93/dataset/abf3f8e8-89fc-4d0c-b169-05fd23c27ae8/resource/1845e00f-985a-49fd-a122-aa4995eaabba> ;
    dcat:keyword "COVID-19",
        "Corona" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

<http://134.245.19.93/dataset/abf3f8e8-89fc-4d0c-b169-05fd23c27ae8/resource/1845e00f-985a-49fd-a122-aa4995eaabba> a dcat:Distribution ;
    dct:format <https://publications.europa.eu/resource/authority/file-type/CSV> ;
    dct:issued "2021-12-15T12:20:07.910121"^^xsd:dateTime ;
    dct:modified "2022-01-10T10:04:48.203986"^^xsd:dateTime ;
    dct:title "corona-zahlen-kreis-stormarn.csv" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:algorithm <http://dcat-ap.de/def/hashAlgorithms/md/5> ;
            spdx:checksumValue "54a90abf4488a2ec664b5ef26a0019b6"^^xsd:hexBinary ] ;
    dcat:accessURL <http://134.245.19.93/dataset/abf3f8e8-89fc-4d0c-b169-05fd23c27ae8/resource/1845e00f-985a-49fd-a122-aa4995eaabba/download/corona-zahlen-kreis-stormarn.csv> ;
    dcat:byteSize 2697.0 ;
    dcat:mediaType "text/csv" .

<http://134.245.19.93/organization/0ef12f70-1a8b-439e-95aa-d9b284ee6df7> a foaf:Agent ;
    foaf:name "Kreis Stormarn" .

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

<http://dcat-ap.de/def/politicalGeocoding/districtKey/01062> a dct:Location ;
    skos:prefLabel "Kreis Stormarn" ;
    locn:geometry "POLYGON ((10.0227 53.4954, 10.0227 53.9202, 10.6218 53.9202, 10.6218 53.4954, 10.0227 53.4954))"^^gsp:wktLiteral .

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

