diff --git a/public/instance/schema/shared-dc.rnc b/public/instance/schema/shared-dc.rnc
index 88ecda56abfdf3afcfe5f3076b4ca058efe6ce09..85896c5589c39f00e824165d33ffca7226d581b9 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:22:25 maus>
+# Timestamp: <2019-01-16 12:27:31 maus>
 #
 
 namespace dct = "http://purl.org/dc/terms/"
@@ -9,6 +9,16 @@ 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.creator =
+   element dct:creator {
+      entity.Agent
+   }
+
+property.contributor =
+   element dct:contributor {
+      entity.Agent
+   }
+
 property.identifier =
    element dct:identifier {
       model.rdfLiteral