@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

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

<https://munigrid.de/api/distribution/5/latest> a rdfs:Resource .

<https://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet> a dct:MediaType .

<https://munigrid.de/hbg/dataset/lastenraeder> a dcat:Dataset,
        foaf:Document ;
    dct:description "Kostenlos leihbare E-Lastenräder auf Herrenberger Gemarkung." ;
    dct:identifier <https://munigrid.de/hbg/dataset/lastenraeder> ;
    dct:issued "2026-02-11T23:40:30+00:00"^^xsd:dateTime ;
    dct:modified "2026-02-11T23:40:30+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:homepage <https://munigrid.de/hbg> ;
            foaf:name "Stadt Herrenberg" ] ;
    dct:title "Lastenräder" ;
    dcat:distribution <https://munigrid.de/hbg/distribution/5> ;
    dcat:keyword "cargo",
        "cargobike",
        "e-lastenrad",
        "lastenfahrrad",
        "lastenrad" ;
    dcat:landingPage <https://munigrid.de/hbg/dataset/lastenraeder> ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/SOCI>,
        <http://publications.europa.eu/resource/authority/data-theme/TRAN> .

<https://munigrid.de/hbg/distribution/5> a rdfs:Resource,
        dcat:Distribution ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/XLSX> ;
    dct:issued "2026-02-11T23:40:30+00:00"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/cc-zero> ;
    dct:modified "2026-02-11T23:40:30+00:00"^^xsd:dateTime ;
    dct:title "XLSX" ;
    dcat:accessURL <https://munigrid.de/hbg/distribution/5> ;
    dcat:downloadURL <https://munigrid.de/api/distribution/5/latest> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet> .

