Skip to content
Snippets Groups Projects
Commit 83ea25f6 authored by David Maus's avatar David Maus
Browse files

Allow foaf:Person and foaf:Organization alongside dct:Agent

parent 83874f00
No related branches found
No related tags found
No related merge requests found
# 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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment