@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 locn: <http://www.w3.org/ns/locn#> .
@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/092f9378-9dc7-4d0e-a9fb-b90e880e85bf> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/openNRW> ;
    dcatde:maintainer [ a foaf:Organization ;
            foaf:homepage <https://www.arnsberg.de/open-data> ;
            foaf:mbox "pressestelle.kettler@arnsberg.de" ;
            foaf:name "Stadt Arnsberg" ;
            foaf:phone <+49%202932%20201-1634> ] ;
    dcatde:politicalGeocodingLevelURI <http://dcat-ap.de/def/politicalGeocoding/Level/municipality> ;
    dcatde:politicalGeocodingURI <http://dcat-ap.de/def/politicalGeocoding/regionalKey/059580004004> ;
    dct:description "Der Datensatz enthält den Jahresabschluss der Ergebnisrechnung - Gesamt für 2019 der Stadt Arnsberg. " ;
    dct:identifier "bf08dbc8-f196-5e3f-89fc-50370aec2a2c" ;
    dct:issued "2020-09-15"^^xsd:date ;
    dct:modified "2023-09-19"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:homepage <https://www.arnsberg.de/open-data> ;
            foaf:mbox "pressestelle.kettler@arnsberg.de" ;
            foaf:name "Stadt Arnsberg" ;
            foaf:phone <tel:02932%20201-1634> ] ;
    dct:spatial [ a dct:Location ;
            locn:adminUnitL2 <http://dcat-ap.de/def/politicalGeocoding/regionalKey/059580004004> ] ;
    dct:title "Jahresabschluss - Ergebnisrechnung - Gesamt - 2019" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Stadt Arnsberg" ;
            vcard:hasEmail <mailto:pressestelle.kettler@arnsberg.de> ;
            vcard:hasTelephone <tel:+49%202932%20201-1634> ] ;
    dcat:distribution <https://test.ckan.open.nrw.de/dataset/092f9378-9dc7-4d0e-a9fb-b90e880e85bf/resource/c9e561b6-41fe-430a-afbf-a239dcf9817e> ;
    dcat:keyword "Arnsberg",
        "Ergebnisrechnung",
        "Jahresabschlüsse" ;
    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/CSV> a dct:MediaTypeOrExtent .

<https://test.ckan.open.nrw.de/dataset/092f9378-9dc7-4d0e-a9fb-b90e880e85bf/resource/c9e561b6-41fe-430a-afbf-a239dcf9817e> a dcat:Distribution ;
    dct:description "-" ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/CSV> ;
    dct:issued "2026-07-21T19:36:12.724523"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/dl-zero-de/2.0> ;
    dct:modified "2023-09-19"^^xsd:date ;
    dcat:downloadURL <https://www.arnsberg-daten.de/open-data/haushalt/jahresabschluesse/ergebnisrechnung/gesamt/jahresabschluss-ergebnisrechnung-gesamt-2019.csv> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/text/csv> .

<https://www.arnsberg-daten.de/open-data/haushalt/jahresabschluesse/ergebnisrechnung/gesamt/jahresabschluss-ergebnisrechnung-gesamt-2019.csv> a rdfs:Resource .

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

