@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://www-test.daten-bw.de/ckan/dataset/beb83cb2-b7a8-4532-9d17-b4a55f7ed5a9> a dcat:Dataset ;
    dct:description "nochmal" ;
    dct:identifier "beb83cb2-b7a8-4532-9d17-b4a55f7ed5a9" ;
    dct:issued "2026-06-12T14:12:16.429827"^^xsd:dateTime ;
    dct:modified "2026-06-12T14:12:16.429832"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "asdf@test.de" ;
            foaf:name "wieder ich" ] ;
    dct:spatial [ a dct:Location ] ;
    dct:title "zweiter TEst" ;
    dcat:distribution <https://www-test.daten-bw.de/ckan/dataset/beb83cb2-b7a8-4532-9d17-b4a55f7ed5a9/resource/b3355739-587e-411a-be15-d03f82a59bc0> ;
    dcat:keyword "opendata" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL>,
        <http://publications.europa.eu/resource/authority/data-theme/INTR> .

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

<https://www-test.daten-bw.de/ckan/dataset/beb83cb2-b7a8-4532-9d17-b4a55f7ed5a9/resource/b3355739-587e-411a-be15-d03f82a59bc0> a dcat:Distribution ;
    dct:issued "2026-06-12T16:12:16"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/cc-zero> ;
    dct:modified "2026-06-12T14:12:16.422694"^^xsd:dateTime ;
    dcat:accessURL <https://stadtplan.esslingen.de/statistik-dashboard/statistik/Statistikmonitor.html#> .

