Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
uri.hab.de
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dmj
uri.hab.de
Commits
c3c81555
Commit
c3c81555
authored
6 years ago
by
David Maus
Browse files
Options
Downloads
Patches
Plain Diff
Ergänze Schemata für METS-AP
parent
1f771a09
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/instance/schema/diglib-rightsmd.rnc
+52
-0
52 additions, 0 deletions
public/instance/schema/diglib-rightsmd.rnc
public/instance/schema/diglib-structmd.rnc
+12
-0
12 additions, 0 deletions
public/instance/schema/diglib-structmd.rnc
with
64 additions
and
0 deletions
public/instance/schema/diglib-rightsmd.rnc
0 → 100644
+
52
−
0
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
This diff is collapsed.
Click to expand it.
public/instance/schema/diglib-structmd.rnc
0 → 100644
+
12
−
0
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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment