@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/551a5b26-4b91-4c50-9d67-7582f0da3034> 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> ;
    dct:description "Ergebnisse der Integrationsratswahl 2014 in Arnsberg." ;
    dct:identifier "6e230ebb-62fd-5bc2-8d47-0efb9a8fbe33" ;
    dct:issued "2020-09-25"^^xsd:date ;
    dct:modified "2023-02-08"^^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" ],
        [ a foaf:Agent ;
            foaf:homepage <https://www.arnsberg.de/open-data> ;
            foaf:mbox "pressestelle.kettler@arnsberg.de" ;
            foaf:name "Stadt Arnsberg" ],
        [ 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:title "Integrationsratswahl 2014 - Ergebnisse in Arnsberg" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Stadt Arnsberg" ;
            vcard:hasEmail <mailto:pressestelle.kettler@arnsberg.de> ],
        [ a vcard:Organization ;
            vcard:fn "Stadt Arnsberg" ;
            vcard:hasEmail <mailto:pressestelle.kettler@arnsberg.de> ],
        [ 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/551a5b26-4b91-4c50-9d67-7582f0da3034/resource/21d66033-2a80-49e6-9afc-800547f8870f> ;
    dcat:keyword "Arnsberg",
        "Integrationsratswahl" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/SOCI> .

<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/551a5b26-4b91-4c50-9d67-7582f0da3034/resource/21d66033-2a80-49e6-9afc-800547f8870f> a dcat:Distribution ;
    dct:description "-" ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/CSV> ;
    dct:issued "2026-02-05T20:34:12.328413"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/dl-zero-de/2.0> ;
    dct:modified "2020-09-25"^^xsd:date ;
    dcat:downloadURL <https://www.arnsberg-daten.de/open-data/wahlen/integrationsratswahl-2014.csv> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/text/csv> .

<https://www.arnsberg-daten.de/open-data/wahlen/integrationsratswahl-2014.csv> a rdfs:Resource .

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

