@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/1cf0a680-8e6e-49a4-984f-e0964f0a62dd> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/schleswigHolstein> ;
    dct:description """Impfstellen (mit Terminvergabe) und mobilen Impfaktionen (ohne Terminvergabe) in Schleswig-Holstein.\r
\r
Die Datei wird bis zu zwei Mal täglich aktualisiert.\r
\r
[Impfstellen auf interaktive Karte](https://www.schleswig-holstein.de/DE/Schwerpunkte/Coronavirus/Allgemeines/ImpfangeboteKarte/impfangebote_node.html?lang=de)\r
\r
## Felder eines Eintrags\r
\r
 - `Name` - Name des Impfangebots\r
 - `Ort` - Ortsname\r
 - `Plz` - Postleitzahl\r
 - `Str` - Straßenname\r
 - `Hsnr` - Hausnummer\r
 - `Krs` - Names des Kreises\r
 - `lng`: geographische Lage, Rechtswert\r
 - `lat`: geographische Lage, Hochwert\r
 - `FID`: eindeutige Kennung des Impfangebots\r
 - `json_featuretype` - immer Text `data_stk_impfstellen`\r
 - `Thema` -  immer Text `Impfaktion`\r
 - `Fachinfo1` - Datum im Format `dd.MM.yyyy`\r
 - `Fachinfo2` - Öffnungszeiten ab im Format `HH:mm`\r
 - `Fachinfo3` - Öffnungszeiten bis im Format `HH:mm`\r
 - `Fachinfo4` - Internetadresse\r
 - `Fachinfo5` - weitere Informationen, z.B. Hinweis auf Impfung von Kindern zwischen 5 und 11 Jahren\r
 - `Fachinfo7` - `Impfaktion` oder `Impfstelle`\r
 - `Fachinfo8` - Öffnungszeit Wochentage\r
""" ;
    dct:identifier "1cf0a680-8e6e-49a4-984f-e0964f0a62dd" ;
    dct:issued "2021-12-13T00:00:00"^^xsd:dateTime ;
    dct:modified "2023-03-31T06:56:25.613467"^^xsd:dateTime ;
    dct:publisher <http://134.245.19.93/organization/346ba696-1d14-443e-a2ef-d0408f5ea570> ;
    dct:spatial <http://dcat-ap.de/def/politicalGeocoding/stateKey/01> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2023-03-31T00:00:00"^^xsd:dateTime ;
            dcat:startDate "2021-12-13T00:00:00"^^xsd:dateTime ] ;
    dct:title "Corona-Impfangebote in Schleswig-Holstein" ;
    dcat:distribution <http://134.245.19.93/dataset/1cf0a680-8e6e-49a4-984f-e0964f0a62dd/resource/8b3669e6-b67f-421f-835a-83b0552601ce> ;
    dcat:keyword "COVID-19",
        "Corona",
        "Impfen",
        "Impfzentrum" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

<http://134.245.19.93/dataset/1cf0a680-8e6e-49a4-984f-e0964f0a62dd/resource/8b3669e6-b67f-421f-835a-83b0552601ce> a dcat:Distribution ;
    dct:format <https://publications.europa.eu/resource/authority/file-type/JSON> ;
    dct:issued "2021-12-13T11:40:18.537085"^^xsd:dateTime ;
    dct:modified "2023-03-31T06:56:24.682124"^^xsd:dateTime ;
    dct:title "data_stk_impfstellen.json" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:algorithm <http://dcat-ap.de/def/hashAlgorithms/md/5> ;
            spdx:checksumValue "4a4e2c7ee192d347bc64940b1d53b0cd"^^xsd:hexBinary ] ;
    dcat:accessURL <http://134.245.19.93/dataset/1cf0a680-8e6e-49a4-984f-e0964f0a62dd/resource/8b3669e6-b67f-421f-835a-83b0552601ce/download/data_stk_impfstellen.json> ;
    dcat:byteSize 699740.0 ;
    dcat:mediaType "application/json" .

<http://134.245.19.93/organization/346ba696-1d14-443e-a2ef-d0408f5ea570> a foaf:Agent ;
    foaf:name "Staatskanzlei" .

<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/JSON> a dct:MediaTypeOrExtent .

