@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/114599/Wasserstand> 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=114599)

Der Datensatz enthält folgende Felder

* **Zeit** im Format `yyyy-MM-dd HH:mm:ss`
* **Wasserstand** in cm
* **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/114599/Wasserstand> ;
    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:references <https://musterdatenkatalog.de/def/musterdatensatz/gewaesser/pegelstaende> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POINT (9.3237 54.5005)"^^gsp:wktLiteral,
                "{\"type\": \"Point\", \"coordinates\": [9.323745868, 54.500472278]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2017-08-16T00:00:00"^^xsd:dateTime ;
            dcat:startDate "2009-07-14T00:00:00"^^xsd:dateTime ] ;
    dct:title "Wasserstand Pegel Treia-Goosholz - Treene" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "LKN, Husum" ] ;
    dcat:distribution <http://lfu.landsh.de/pegel/114599/Wasserstand.csv>,
        <https://hsi-sh.de/pegel/od/114599_w_messwerte.json> ;
    dcat:keyword "Pegel",
        "Treene",
        "Wasserstand",
        "stillgelegt" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ENVI> .

<http://lfu.landsh.de/pegel/114599/Wasserstand.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.996310"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/dl-by-de/2.0> ;
    dct:modified "2026-02-23T08:06:57.276508"^^xsd:dateTime ;
    dct:title "114599.csv" ;
    dcat:accessURL <https://hsi-sh.de/pegel/download/114599_w_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/114599_w_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:57.285773"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/dl-by-de/2.0> ;
    dct:modified "2026-02-23T08:06:57.276640"^^xsd:dateTime ;
    dct:title "Frictionless Tabular Data Resource" ;
    dcat:accessURL <https://hsi-sh.de/pegel/od/114599_w_messwerte.json> ;
    dcat:mediaType "application/json" .

