Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maximilian Görmar
uri.hab.de
Commits
69f6c984
Commit
69f6c984
authored
Jan 16, 2019
by
David Maus
Browse files
Add properties creator and contributor
parent
61708397
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/instance/schema/shared-dc.rnc
View file @
69f6c984
# Wiederverwendbare Definition von Eigenschaften aus Dublin Core Qualified
#
# Autor: David Maus <maus@hab.de>
# Timestamp: <2019-01-16 12:2
2:25
maus>
# Timestamp: <2019-01-16 12:2
7: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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment