@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ogd.cynkra.dev/dataset/f35d0a25-585e-4f24-801d-6e6e43cd7057> a dcat:Dataset ;
    dct:description "<p>Der Datensatz zeigt die Regenmessung an drei Standorten in der Stadt St.Gallen. Die Daten werden stündlich aggregiert.<br></p>" ;
    dct:identifier "f35d0a25-585e-4f24-801d-6e6e43cd7057" ;
    dct:issued "2026-07-02T05:41:09.858109"^^xsd:dateTime ;
    dct:modified "2026-07-02T05:41:09.858117"^^xsd:dateTime ;
    dct:publisher <https://ogd.cynkra.dev/organization/1cf16550-65c1-4558-886a-01c34efaf27d> ;
    dct:title "Regenmessung Stadt St.Gallen" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "St.Galler Stadtwerke (sgsw)" ] ;
    dcat:keyword "niederschlag",
        "offene sensordaten",
        "ogd",
        "raum und umwelt",
        "real-time",
        "sensor" .

<https://ogd.cynkra.dev/organization/1cf16550-65c1-4558-886a-01c34efaf27d> a foaf:Agent ;
    foaf:name "DSSG" .

