@prefix adms: <http://www.w3.org/ns/adms#> .
@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 locn: <http://www.w3.org/ns/locn#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://dcat-ap.de/def/licenses/dl-by-de/2.0> a dct:LicenseDocument ;
    dct:type <http://purl.org/adms/licencetype/UnknownIPR> .

<http://publications.europa.eu/resource/authority/file-type/CSV> a dct:MediaTypeOrExtent .

<https://localhost/duva2dcat/dataset/de-bw-freiburg-fahrrad-zaehlstellen_zeitreihe> a rdfs:Resource,
        dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/stadtFreiburgImBreisgau> ;
    dcatde:maintainer [ a foaf:Person ;
            foaf:name "Nicole Kühn" ] ;
    dcatde:politicalGeocodingLevelURI <http://dcat-ap.de/def/politicalGeocoding/Level/municipality> ;
    dcatde:politicalGeocodingURI <http://dcat-ap.de/def/politicalGeocoding/regionalKey/083110000000> ;
    dct:description "Fahrrad-Zählstellen Zeitreihe" ;
    dct:identifier "3800" ;
    dct:issued "2026-03-13T02:10:18.631296"^^xsd:dateTime ;
    dct:language <http://publications.europa.eu/resource/authority/language/DEU> ;
    dct:modified "2026-04-08"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "Stadt Freiburg i. Br." ] ;
    dct:spatial [ a dct:Location ;
            locn:adminUnitL2 <http://dcat-ap.de/def/politicalGeocoding/regionalKey/083110000000> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2025-12-31T00:00:00"^^xsd:dateTime ;
            dcat:startDate "2015-01-01T00:00:00"^^xsd:dateTime ] ;
    dct:title "Fahrrad-Zählstellen Zeitreihe" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Nicole Kühn" ;
            vcard:hasEmail <mailto:statistik@freiburg.de> ] ;
    dcat:distribution <https://localhost/duva2dcat/dataset/de-bw-freiburg-fahrrad-zaehlstellen_zeitreihe#dist-csv> ;
    dcat:keyword "all",
        "anzahl-fahrräder",
        "art-der-nutzung-fahrradfußgänger",
        "datetime",
        "datum",
        "fahrrad-zählstelle",
        "fahrrad-zählstelle-richtung-in",
        "out",
        "stunde" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/TRAN> .

<https://localhost/duva2dcat/dataset/de-bw-freiburg-fahrrad-zaehlstellen_zeitreihe#dist-csv> a dcat:Distribution ;
    dct:description "de-bw-freiburg-fahrrad-zaehlstellen_zeitreihe" ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/CSV> ;
    dct:issued "2026-03-13T02:10:18.632394"^^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-04-08"^^xsd:date ;
    dct:title "Fahrrad-Zählstellen Zeitreihe" ;
    adms:status <http://purl.org/adms/status/Completed> ;
    dcat:accessURL <https://localhost/duva2dcat/dataset/de-bw-freiburg-fahrrad-zaehlstellen_zeitreihe> ;
    dcat:downloadURL <https://localhost/duva2dcat/dataset/de-bw-freiburg-fahrrad-zaehlstellen_zeitreihe/content.csv> ;
    dcat:mediaType "text/csv" .

<https://localhost/duva2dcat/dataset/de-bw-freiburg-fahrrad-zaehlstellen_zeitreihe/content.csv> a rdfs:Resource .

<http://publications.europa.eu/resource/authority/language/DEU> a dct:LinguisticSystem .

