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
c3c81555
Commit
c3c81555
authored
Nov 07, 2018
by
David Maus
Browse files
Ergänze Schemata für METS-AP
parent
1f771a09
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/instance/schema/diglib-rightsmd.rnc
0 → 100644
View file @
c3c81555
# Administrative Metadaten
#
# Autor: David Maus <maus@hab.de>
# Timestamp: <2018-11-07 11:15:49 maus>
#
namespace dct = "http://purl.org/dc/terms/"
namespace foaf = "http://xmlns.com/foaf/0.1/"
namespace marcrel = "http://id.loc.gov/vocabulary/relators/"
namespace owl = "http://www.w3.org/2002/07/owl#"
namespace rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
namespace skos = "http://www.w3.org/2004/02/skos/core#"
start = element rdf:Description {
element dct:relation {
element foaf:Project {
model.Entity
}
}?
& element dct:rightsHolder {
element dct:Agent {
model.Entity
}
}?
& element dct:rights {
element dct:RightsStatement {
model.Entity
}
}?
& element dct:license {
element dct:LicenseDocument {
model.Entity
}
}
& element marcrel:fnd {
element dct:Agent {
model.Entity
}
}*
}
model.Entity =
element owl:sameAs {
attribute rdf:resource { xsd:anyURI }
}*
& element foaf:homepage {
attribute rdf:resource { xsd:anyURI }
}?
& element skos:prefLabel {
attribute xml:lang { xsd:language }?
& text
}+
\ No newline at end of file
public/instance/schema/diglib-structmd.rnc
0 → 100644
View file @
c3c81555
# RelaxNG für deskriptive Metadaten von Objektstrukturen
#
# Autor: David Maus <maus@hab.de>
# Timestamp: <2018-09-21 12:13:22 maus>
#
namespace diglib = "http://uri.hab.de/ontology/diglib-struct#"
namespace rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
start = element rdf:Description {
element diglib:* { text }+
}
\ No newline at end of file
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