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

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/114579/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.1039 54.7000)"^^gsp:wktLiteral,
                "{\"type\": \"Point\", \"coordinates\": [9.103949276, 54.700013394]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2026-02-18T00:00:00"^^xsd:dateTime ;
            dcat:startDate "2009-04-02T00:00:00"^^xsd:dateTime ] ;
    dct:title "Wasserstand Pegel Riesbriek-Mitte - Linnau" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "LKN, Husum" ] ;
    dcat:distribution <http://lfu.landsh.de/pegel/114579/Wasserstand.csv>,
        <https://hsi-sh.de/pegel/od/114579_w_messwerte.json> ;
    dcat:keyword "Linnau",
        "Pegel",
        "Wasserstand",
        "in Betrieb" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ENVI> .

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

