@prefix gbv: . @prefix rdfs: . @prefix skos2: . @prefix terms: . @prefix owl: . gbv:dbkey rdfs:label "dbkey"@en ; rdfs:isDefinedBy ; a owl:DatatypeProperty ; rdfs:subPropertyOf terms:identifier ; rdfs:comment "database key, used as prefix in unAPI and at other APIs within the GBV"@en ; skos2:scopeNote "must comply to the regular expression ^[a-z][a-z0-9-]*[a-z0-9]$"@en .