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

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

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

<https://munigrid.de/hbg/dataset/haushalt-2019> a dcat:Dataset,
        foaf:Document ;
    dct:description "Haushaltsdaten der Stadt Herrenberg, 2019" ;
    dct:identifier <https://munigrid.de/hbg/dataset/haushalt-2019> ;
    dct:issued "2026-02-13T10:53:51+00:00"^^xsd:dateTime ;
    dct:modified "2026-02-13T10:53:51+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:homepage <https://munigrid.de/hbg> ;
            foaf:name "Stadt Herrenberg" ] ;
    dct:title "Haushaltsdaten 2019" ;
    dcat:distribution <https://munigrid.de/hbg/distribution/8> ;
    dcat:keyword "finanzen",
        "haushalt" ;
    dcat:landingPage <https://munigrid.de/hbg/dataset/haushalt-2019> ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ECON>,
        <http://publications.europa.eu/resource/authority/data-theme/GOVE> .

<https://munigrid.de/hbg/distribution/8> a rdfs:Resource,
        dcat:Distribution ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/TXT> ;
    dct:issued "2026-02-13T10:53:51+00:00"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/cc-zero> ;
    dct:modified "2026-02-13T10:53:51+00:00"^^xsd:dateTime ;
    dct:title "TXT" ;
    dcat:accessURL <https://munigrid.de/hbg/distribution/8> ;
    dcat:downloadURL <https://munigrid.de/api/distribution/8/latest> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/text/plain> .

