@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/1c18bedf-9906-42b0-b1a0-0985a0607fc0> a dcat:Dataset ;
    dct:description "Der Datensatz zeigt Windmessungen am Bahnhofplatz St.Gallen. Die Daten werden stündlich aggregiert." ;
    dct:identifier "1c18bedf-9906-42b0-b1a0-0985a0607fc0" ;
    dct:issued "2026-07-02T05:41:36.068320"^^xsd:dateTime ;
    dct:modified "2026-07-02T05:41:36.068328"^^xsd:dateTime ;
    dct:publisher <https://ogd.cynkra.dev/organization/1cf16550-65c1-4558-886a-01c34efaf27d> ;
    dct:title "Windmessung Bahnhofplatz Stadt St.Gallen" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "St.Galler Stadtwerke (sgsw)" ] ;
    dcat:keyword "offene sensordaten",
        "ogd",
        "raum und umwelt",
        "real-time",
        "sensor",
        "wind" .

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

