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
83ea25f6
Commit
83ea25f6
authored
Jan 16, 2019
by
David Maus
Browse files
Allow foaf:Person and foaf:Organization alongside dct:Agent
parent
83874f00
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/instance/schema/shared-dc.rnc
View file @
83ea25f6
# Wiederverwendbare Definition von Eigenschaften aus Dublin Core Qualified
#
# Autor: David Maus <maus@hab.de>
# Timestamp: <2019-01-16 12:29:
00
maus>
# Timestamp: <2019-01-16 12:29:
59
maus>
#
namespace dct = "http://purl.org/dc/terms/"
...
...
@@ -45,9 +45,11 @@ property.rightsHolder =
}
entity.Agent =
element dct:Agent {
model.Entity
}
(
element dct:Agent { model.Entity }
| element foaf:Person { model.Entity }
| element foaf:Organization { model.Entity }
)
property.label =
element skos:prefLabel {
...
...
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