diff --git a/public/instance/schema/shared-dc.rnc b/public/instance/schema/shared-dc.rnc
index 5603132498e710e62c873aec2eb654b37e84dc2e..88ecda56abfdf3afcfe5f3076b4ca058efe6ce09 100644
--- a/public/instance/schema/shared-dc.rnc
+++ b/public/instance/schema/shared-dc.rnc
@@ -1,7 +1,7 @@
 # Wiederverwendbare Definition von Eigenschaften aus Dublin Core Qualified
 #
 # Autor: David Maus <maus@hab.de>
-# Timestamp: <2019-01-16 12:17:44 maus>
+# Timestamp: <2019-01-16 12:22:25 maus>
 #
 
 namespace dct = "http://purl.org/dc/terms/"
@@ -9,6 +9,11 @@ namespace rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 namespace owl = "http://www.w3.org/2002/07/owl#"
 namespace skos = "http://www.w3.org/2004/02/skos/core#"
 
+property.identifier =
+   element dct:identifier {
+      model.rdfLiteral
+   }
+
 property.license =
    element dct:license {
       element dct:LicenseDocument {
@@ -50,3 +55,7 @@ model.externalEntity =
       attribute rdf:resource { xsd:anyURI }
    }*
  & property.label
+
+model.rdfLiteral =
+   attribute rdf:datatype { xsd:anyURI }?
+ & text