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

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/110100/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 (8.7911 54.6115)"^^gsp:wktLiteral,
                "{\"type\": \"Point\", \"coordinates\": [8.791081853, 54.611482247]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2026-03-15T00:00:00"^^xsd:dateTime ;
            dcat:startDate "1984-11-01T00:00:00"^^xsd:dateTime ] ;
    dct:title "Wasserstand Pegel Strand - Nordsee" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Landesbetrieb für Küstenschutz, Nationalpark und Meeresschutz" ] ;
    dcat:distribution <http://lfu.landsh.de/pegel/110100/Wasserstand.csv>,
        <https://hsi-sh.de/pegel/od/110100_w_messwerte.json> ;
    dcat:keyword "Nordsee",
        "Online-Pegel",
        "Pegel",
        "Wasserstand",
        "in Betrieb" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ENVI> .

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

