@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/154f9ff1-faa6-4423-aa3d-71cd2bc6dbc2> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/openNRW> ;
    dcatde:maintainer [ a foaf:Organization ;
            foaf:mbox "Thomas.Hauberichs@mags.nrw.de" ;
            foaf:name "Ministerium für Arbeit, Gesundheit und Soziales des Landes NRW" ] ;
    dct:description "Übersicht der Mitglieder (Seniorenbüros) der Landesarbeitsgemeinschaft Seniorenbüros Nordrhein-Westfalen (LaS NRW)" ;
    dct:identifier "93c60311-de26-532d-ab42-d3efdebe7012" ;
    dct:issued "2024-05-10"^^xsd:date ;
    dct:modified "2024-05-10T14:20:33+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "Thomas.Hauberichs@mags.nrw.de" ;
            foaf:name "Ministerium für Arbeit, Gesundheit und Soziales des Landes NRW" ],
        [ a foaf:Agent ;
            foaf:mbox "Thomas.Hauberichs@mags.nrw.de" ;
            foaf:name "Ministerium für Arbeit, Gesundheit und Soziales des Landes NRW" ],
        [ a foaf:Agent ;
            foaf:mbox "Thomas.Hauberichs@mags.nrw.de" ;
            foaf:name "Ministerium für Arbeit, Gesundheit und Soziales des Landes NRW" ] ;
    dct:title "LaS Mitglieder NRW" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Ministerium für Arbeit, Gesundheit und Soziales des Landes NRW" ;
            vcard:hasEmail <mailto:Thomas.Hauberichs@mags.nrw.de> ],
        [ a vcard:Organization ;
            vcard:fn "Ministerium für Arbeit, Gesundheit und Soziales des Landes NRW" ;
            vcard:hasEmail <mailto:Thomas.Hauberichs@mags.nrw.de> ],
        [ a vcard:Organization ;
            vcard:fn "Ministerium für Arbeit, Gesundheit und Soziales des Landes NRW" ;
            vcard:hasEmail <mailto:Thomas.Hauberichs@mags.nrw.de> ] ;
    dcat:distribution <https://test.ckan.open.nrw.de/dataset/154f9ff1-faa6-4423-aa3d-71cd2bc6dbc2/resource/407b31de-0bc5-4847-b5f2-4c78fa8d8b30> ;
    dcat:keyword "Seniorenbüros" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/SOCI> .

<http://dcat-ap.de/def/licenses/dl-by-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://dateien.open.nrw/download/las_mitglieder_nrw.csv> a rdfs:Resource .

<https://test.ckan.open.nrw.de/dataset/154f9ff1-faa6-4423-aa3d-71cd2bc6dbc2/resource/407b31de-0bc5-4847-b5f2-4c78fa8d8b30> a dcat:Distribution ;
    dct:description "-" ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/CSV> ;
    dct:issued "2026-02-05T20:35:06.206330"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/dl-by-de/2.0> ;
    dct:modified "2024-05-10T14:20:33+00:00"^^xsd:dateTime ;
    dcat:byteSize "7397"^^xsd:nonNegativeInteger ;
    dcat:downloadURL <https://dateien.open.nrw/download/las_mitglieder_nrw.csv> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/text/csv> .

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

