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
e30f5863
Commit
e30f5863
authored
6 years ago
by
David Maus
Browse files
Options
Downloads
Patches
Plain Diff
Add dcterms property identifier
parent
b48a8d88
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/instance/schema/shared-dc.rnc
+10
-1
10 additions, 1 deletion
public/instance/schema/shared-dc.rnc
with
10 additions
and
1 deletion
public/instance/schema/shared-dc.rnc
+
10
−
1
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
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