@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/GEOJSON> a dct:MediaTypeOrExtent .

<https://www.iana.org/assignments/media-types/application/json/application/geo+json> a dct:MediaType .

<https://munigrid.de/hbg/dataset/8> a dcat:Dataset,
        foaf:Document ;
    dct:description "Alle Orte zum Abstellen von Fahrrädern im Herrenberger Stadtgebiet." ;
    dct:identifier <https://munigrid.de/hbg/dataset/8> ;
    dct:issued "2024-09-04T11:24:22+00:00"^^xsd:dateTime ;
    dct:modified "2024-09-04T11:24:22+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:homepage <https://munigrid.de/hbg> ;
            foaf:name "Stadt Herrenberg" ] ;
    dct:title "Fahrradabstellanlagen" ;
    dcat:distribution <https://munigrid.de/hbg/file/11> ;
    dcat:keyword "fahrrad",
        "fahrradabstellanlage",
        "fahrradparken",
        "fahrradstellplatz" ;
    dcat:landingPage <https://munigrid.de/hbg/dataset/8> ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/REGI>,
        <http://publications.europa.eu/resource/authority/data-theme/TRAN> .

<https://munigrid.de/hbg/file/11> a rdfs:Resource,
        dcat:Distribution ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/GEOJSON> ;
    dct:issued "2024-09-04T11:24:22+00:00"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/cc-zero> ;
    dct:modified "2024-09-04T11:24:22+00:00"^^xsd:dateTime ;
    dct:title "main" ;
    dcat:accessURL <https://munigrid.de/hbg/file/11> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/application/json/application/geo+json> .

