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
e30f5863
Commit
e30f5863
authored
Jan 16, 2019
by
David Maus
Browse files
Add dcterms property identifier
parent
b48a8d88
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/instance/schema/shared-dc.rnc
View file @
e30f5863
# Wiederverwendbare Definition von Eigenschaften aus Dublin Core Qualified
#
# Autor: David Maus <maus@hab.de>
# Timestamp: <2019-01-16 12:
17:44
maus>
# Timestamp: <2019-01-16 12:
22:25
maus>
#
namespace dct = "http://purl.org/dc/terms/"
...
...
@@ -9,6 +9,11 @@ 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.identifier =
element dct:identifier {
model.rdfLiteral
}
property.license =
element dct:license {
element dct:LicenseDocument {
...
...
@@ -50,3 +55,7 @@ model.externalEntity =
attribute rdf:resource { xsd:anyURI }
}*
& property.label
model.rdfLiteral =
attribute rdf:datatype { xsd:anyURI }?
& text
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