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

<https://ogd.cynkra.dev/dataset/82231658-e3e0-447a-825c-a73f9e8883ae> a dcat:Dataset ;
    dct:description "miv data" ;
    dct:identifier "82231658-e3e0-447a-825c-a73f9e8883ae" ;
    dct:issued "2026-04-30T06:00:04.087965"^^xsd:dateTime ;
    dct:modified "2026-05-27T09:06:35.900767"^^xsd:dateTime ;
    dct:publisher <https://ogd.cynkra.dev/organization/1cf16550-65c1-4558-886a-01c34efaf27d> ;
    dct:title "MIV test dataset" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Simon" ] ;
    dcat:distribution <https://ogd.cynkra.dev/dataset/82231658-e3e0-447a-825c-a73f9e8883ae/resource/0f89e443-14dd-45f7-af2e-26f2940b8d54> ;
    dcat:keyword "economy",
        "traffic" .

<https://ogd.cynkra.dev/dataset/82231658-e3e0-447a-825c-a73f9e8883ae/resource/0f89e443-14dd-45f7-af2e-26f2940b8d54> a dcat:Distribution ;
    dct:description "some data on traffic" ;
    dct:format "CSV" ;
    dct:issued "2026-04-30T06:01:05.942615"^^xsd:dateTime ;
    dct:modified "2026-05-27T09:03:59.956535"^^xsd:dateTime ;
    dct:title "Miv data" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:checksumValue "50dfa2a453fcde8e967e1787aa32cf32"^^xsd:hexBinary ] ;
    dcat:accessURL <https://stada.sg.ch/publicdocs/ogd_archiv/solar_stadt_stgallen_2021.csv> ;
    dcat:mediaType "text/csv" .

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

