From 69f6c98466ca1142daabc2c30e0b4618692b6ca7 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Wed, 16 Jan 2019 12:27:52 +0100 Subject: [PATCH] Add properties creator and contributor --- public/instance/schema/shared-dc.rnc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/instance/schema/shared-dc.rnc b/public/instance/schema/shared-dc.rnc index 88ecda56a..85896c558 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 -- GitLab