@prefix adms: <http://www.w3.org/ns/adms#> .
@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 gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@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://www-test.daten-bw.de/ckan/dataset/526132e3-64f6-40b1-81a8-2a1662e9b19e> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/gdiDE> ;
    dct:accessRights [ a dct:RightsStatement ;
            rdfs:label "test" ] ;
    dct:description "dfxgbkv qw" ;
    dct:identifier "95be343e-cfa0-415f-8e9e-c375164f6a97" ;
    dct:issued "2023-02-17"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/DEU> ;
    dct:modified "2023-02-17"^^xsd:date ;
    dct:publisher [ a foaf:Agent ;
            foaf:mbox "mailto:gdi@ulm.de" ;
            foaf:name "Stadt Ulm" ] ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-30.0000 35.0000, 50.0000 35.0000, 50.0000 4.0000, -30.0000 4.0000, -30.0000 35.0000))"^^gsp:wktLiteral ] ;
    dct:title "DB-test" ;
    dct:type <http://inspire.ec.europa.eu/metadata-codelist/ResourceType/dataset> ;
    adms:identifier "95be343e-cfa0-415f-8e9e-c375164f6a97" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Stadt Ulm" ;
            vcard:hasEmail <mailto:gdi@ulm.de> ] ;
    dcat:keyword "opendata" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/REGI>,
        <http://publications.europa.eu/resource/authority/data-theme/TRAN> .

<http://publications.europa.eu/resource/authority/language/DEU> a dct:LinguisticSystem .

