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

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

<https://munigrid.de/hbg/dataset/16> a dcat:Dataset,
        foaf:Document ;
    dct:description "Überblick über alle städtischen Projekte als auch alle Bürgerprojekte, die von der Stadt Herrenberg gefördert werden oder wurden." ;
    dct:identifier <https://munigrid.de/hbg/dataset/16> ;
    dct:issued "2024-09-05T09:36:17+00:00"^^xsd:dateTime ;
    dct:modified "2024-10-01T12:21:05+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:homepage <https://munigrid.de/hbg> ;
            foaf:name "Stadt Herrenberg" ] ;
    dct:title "Projektdatenbank" ;
    dcat:distribution <https://munigrid.de/hbg/file/15> ;
    dcat:keyword "projektdatenbank",
        "projekte",
        "soziales" ;
    dcat:landingPage <https://munigrid.de/hbg/dataset/16> ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/EDUC>,
        <http://publications.europa.eu/resource/authority/data-theme/REGI>,
        <http://publications.europa.eu/resource/authority/data-theme/SOCI> .

<https://munigrid.de/hbg/file/15> a rdfs:Resource,
        dcat:Distribution ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/JSON> ;
    dct:issued "2024-09-05T09:36:17+00:00"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/cc-zero> ;
    dct:modified "2024-10-01T12:21:05+00:00"^^xsd:dateTime ;
    dct:title "main" ;
    dcat:accessURL <https://munigrid.de/hbg/file/15> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/application/json/application/json> .

