@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 vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://lfu.landsh.de/pegel/114597/Abfluss> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/schleswigHolstein> ;
    dcatde:licenseAttributionByText "LfU-SH" ;
    dct:description """
Alle Daten sind Rohdaten ohne Gewähr. Das Land Schleswig-Holstein übernimmt keine Gewähr für die Aktualität, Korrektheit, Vollständigkeit oder Qualität der dargestellten Informationen. Haftungsansprüche sind grundsätzlich ausgeschlossen.


[Informationen zum Pegel](https://hsi-sh.de/pegel/pegel.html?mstnr=114597)

Der Datensatz enthält folgende Felder

* **Zeit** im Format `yyyy-MM-dd HH:mm:ss`
* **Abfluss** in m³/s
* **Status** Angabe "1" bedeutet qualitätsgesichert, "0" bedeutet nicht qualitätsgesichert
* **Wertetyp** Angabe "mw" bedeutet Mittelwert, "thw" bedeutet Tidehochwasser, "tlw" bedeutet Tideniedrigwasser

Zeichensatz ist ISO-8859-1, Spaltentrenner ist Semikolon.

""" ;
    dct:identifier <http://lfu.landsh.de/pegel/114597/Abfluss> ;
    dct:issued "2019-11-11T00:00:00"^^xsd:dateTime ;
    dct:language <http://publications.europa.eu/resource/authority/language/DEU> ;
    dct:license <http://dcat-ap.de/def/licenses/dl-by-de/2.0> ;
    dct:modified "2026-03-15T00:00:00"^^xsd:dateTime ;
    dct:publisher <https://opendata.schleswig-holstein.de/organization/lfu> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POINT (10.8710 54.2557)"^^gsp:wktLiteral,
                "{\"type\": \"Point\", \"coordinates\": [10.87099176, 54.255691014]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2026-01-28T00:00:00"^^xsd:dateTime ;
            dcat:startDate "2009-06-12T00:00:00"^^xsd:dateTime ] ;
    dct:title "Abfluss Pegel Sipsdorf - Johannisbek" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "LKN, Kiel" ] ;
    dcat:distribution <http://lfu.landsh.de/pegel/114597/Abfluss.csv>,
        <https://hsi-sh.de/pegel/od/114597_q_messwerte.json> ;
    dcat:keyword "Abfluss",
        "Johannisbek",
        "Pegel",
        "in Betrieb" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ENVI> .

<http://lfu.landsh.de/pegel/114597/Abfluss.csv> a dcat:Distribution ;
    dcatde:licenseAttributionByText "LfU-SH" ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/CSV> ;
    dct:issued "2026-01-23T08:10:31.376747"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/dl-by-de/2.0> ;
    dct:modified "2026-02-23T08:06:56.828896"^^xsd:dateTime ;
    dct:title "114597.csv" ;
    dcat:accessURL <https://hsi-sh.de/pegel/download/114597_q_messwerte.csv> ;
    dcat:mediaType "text/csv" .

<https://opendata.schleswig-holstein.de/organization/lfu> a foaf:Organization ;
    foaf:name "Landesamt für Umwelt (LfU)" .

<https://hsi-sh.de/pegel/od/114597_q_messwerte.json> a dcat:Distribution ;
    dcatde:licenseAttributionByText "LfU-SH" ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/JSON> ;
    dct:issued "2026-02-23T08:06:56.836611"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/dl-by-de/2.0> ;
    dct:modified "2026-02-23T08:06:56.829039"^^xsd:dateTime ;
    dct:title "Frictionless Tabular Data Resource" ;
    dcat:accessURL <https://hsi-sh.de/pegel/od/114597_q_messwerte.json> ;
    dcat:mediaType "application/json" .

