@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://opendata.ruhr/dataset/5eb44e49-efc1-4cf1-bd0c-f114d6743d20> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/openNRW> ;
    dct:description "Der Datensatz enthält die Pressemeldungen der Kreisverwaltung Wesel und wird täglich aktualisiert." ;
    dct:identifier "5eb44e49-efc1-4cf1-bd0c-f114d6743d20" ;
    dct:issued "2025-11-06T11:04:01.549983"^^xsd:dateTime ;
    dct:modified "2025-11-06T11:04:01.549990"^^xsd:dateTime ;
    dct:publisher <https://opendata.ruhr/organization/890f77f5-660f-4a3c-8974-5b9fe129a00f> ;
    dct:title "Pressemeldungen der Kreisverwaltung Wesel" ;
    dcat:distribution <https://opendata.ruhr/dataset/5eb44e49-efc1-4cf1-bd0c-f114d6743d20/resource/4626fe4b-533e-4e52-b2b0-f45f5b3acf62> ;
    dcat:keyword "Pressemeldung" ;
    dcat:landingPage <https://www.kreis-wesel.de/de/system/presse-xml/> .

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

<https://opendata.ruhr/dataset/5eb44e49-efc1-4cf1-bd0c-f114d6743d20/resource/4626fe4b-533e-4e52-b2b0-f45f5b3acf62> a dcat:Distribution ;
    dct:description "Der Datensatz enthält die Pressemeldungen der Kreisverwaltung Wesel." ;
    dct:format "XML" ;
    dct:issued "2018-05-22T11:44:52.272787"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/other-closed> ;
    dct:modified "2025-11-06T11:04:01.546264"^^xsd:dateTime ;
    dct:title "Pressemeldungen der Kreisverwaltung Wesel" ;
    dcat:accessURL <https://www.kreis-wesel.de/de/system/presse-xml/> .

<https://opendata.ruhr/organization/890f77f5-660f-4a3c-8974-5b9fe129a00f> a foaf:Agent ;
    foaf:name "Kreis Wesel " .

<https://www.kreis-wesel.de/de/system/presse-xml/> a rdfs:Resource,
        foaf:Document .

