@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 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#> .

<https://test.ckan.open.nrw.de/dataset/073bfda9-645f-45ee-800e-336dc9da40a4> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/openNRW> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/NEVER> ;
    dct:description "Haushaltsplan 2025 2026" ;
    dct:identifier "cb2675d7-53da-5345-a48e-8aa60eabebc7" ;
    dct:issued "2025-05-13"^^xsd:date ;
    dct:modified "2026-02-04T06:48:01+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:homepage <https://www.hennef.de> ;
            foaf:mbox "michael.vogler@hennef.de" ;
            foaf:name "Stadt Hennef (Sieg)" ],
        [ a foaf:Agent ;
            foaf:homepage <https://www.hennef.de> ;
            foaf:mbox "michael.vogler@hennef.de" ;
            foaf:name "Stadt Hennef (Sieg)" ;
            foaf:phone <tel:02242-888-162> ],
        [ a foaf:Agent ;
            foaf:homepage <https://www.hennef.de> ;
            foaf:mbox "michael.vogler@hennef.de" ;
            foaf:name "Stadt Hennef (Sieg)" ] ;
    dct:title "Haushaltsplan 2025/2026 der Stadt Hennef (Sieg)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Stadt Hennef (Sieg)" ;
            vcard:hasEmail <mailto:digital@hennef.de> ;
            vcard:hasTelephone <tel:+49%202242%20888%200> ;
            vcard:hasURL <https://www.hennef.de> ],
        [ a vcard:Organization ;
            vcard:fn "Stadt Hennef (Sieg)" ;
            vcard:hasEmail <mailto:digital@hennef.de> ],
        [ a vcard:Organization ;
            vcard:fn "Stadt Hennef (Sieg)" ;
            vcard:hasEmail <mailto:digital@hennef.de> ] ;
    dcat:distribution <https://test.ckan.open.nrw.de/dataset/073bfda9-645f-45ee-800e-336dc9da40a4/resource/612cde0d-0f52-4535-b64a-5c7f8963965d> ;
    dcat:keyword "2025",
        "2026",
        "Haushaltsplan",
        "Hennef" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ECON> .

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

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

<http://publications.europa.eu/resource/authority/frequency/NEVER> a dct:Frequency .

<https://test.ckan.open.nrw.de/dataset/073bfda9-645f-45ee-800e-336dc9da40a4/resource/612cde0d-0f52-4535-b64a-5c7f8963965d> a dcat:Distribution ;
    dct:description "-" ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/PDF> ;
    dct:issued "2026-02-05T20:33:59.960836"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/dl-zero-de/2.0> ;
    dct:modified "2025-05-13T06:48:01+00:00"^^xsd:dateTime ;
    adms:status <http://purl.org/adms/status/Completed> ;
    dcat:accessURL <https://www.hennef.de/rathaus/haushalt/> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/application/pdf> .

<https://www.hennef.de/rathaus/haushalt/> a rdfs:Resource .

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

