@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatap: <http://data.europa.eu/r5r/> .
@prefix dcatde: <http://dcat-ap.de/def/dcatde/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://www-test.daten-bw.de/ckan/dataset/89fd5e1e-f04b-48fa-b56e-e51cba97bac8> a dcat:Dataset ;
    dcatap:applicableLegislation <http://data.europa.eu/eli/reg_impl/2023/138/oj> ;
    dcatap:hvdCategory <http://data.europa.eu/bna/c_b79e35eb>,
        <http://data.europa.eu/bna/c_e1da4e07> ;
    dcatde:maintainer [ a foaf:Organization ;
            foaf:mbox "asdf@test.de" ;
            foaf:name "ich " ] ;
    dcatde:politicalGeocodingLevelURI <http://dcat-ap.de/def/politicalGeocoding/Level/state> ;
    dct:description "Hier testen wir einen Test" ;
    dct:identifier "89fd5e1e-f04b-48fa-b56e-e51cba97bac8" ;
    dct:issued "2026-06-12T00:00:00"^^xsd:dateTime ;
    dct:modified "2026-06-12T00:00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:homepage <https://stadtplan.esslingen.de/statistik> ;
            foaf:mbox "asdlf@test.de" ;
            foaf:name "Hier schreibe ich mich rein" ] ;
    dct:spatial [ a dct:Location ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2026-06-11T00:00:00"^^xsd:dateTime ;
            dcat:startDate "2025-06-12T00:00:00"^^xsd:dateTime ] ;
    dct:title "Testvariable" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "ich " ;
            vcard:hasEmail <mailto:asdf@test.de> ] ;
    dcat:distribution <https://www-test.daten-bw.de/ckan/dataset/89fd5e1e-f04b-48fa-b56e-e51cba97bac8/resource/904b0369-f6ac-4afd-9ed2-fb93c2ae3ef1> ;
    dcat:keyword "hvd",
        "opendata",
        "test" ;
    dcat:landingPage <https://stadtplan.esslingen.de/statistik> ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ECON>,
        <http://publications.europa.eu/resource/authority/data-theme/ENVI>,
        <http://publications.europa.eu/resource/authority/data-theme/GOVE>,
        <http://publications.europa.eu/resource/authority/data-theme/REGI> .

<http://data.europa.eu/eli/reg_impl/2023/138/oj> a <http://data.europa.eu/eli/ontology#LegalResource> .

<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/89fd5e1e-f04b-48fa-b56e-e51cba97bac8/resource/904b0369-f6ac-4afd-9ed2-fb93c2ae3ef1> a dcat:Distribution ;
    dct:issued "2026-06-12T15:08:06.280405"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/cc-zero> ;
    dct:modified "2026-06-12T15:08:06.262855"^^xsd:dateTime ;
    dcat:accessURL <https://stadtplan.esslingen.de/statistik-dashboard/statistik/Statistikmonitor.html#> .

<https://stadtplan.esslingen.de/statistik> a foaf:Document .

