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
b7ed3d73
Commit
b7ed3d73
authored
May 03, 2018
by
David Maus
Browse files
skos:broader/skos:narrower in vocab.rnc
parent
bb4bb214
Changes
1
Show whitespace changes
Inline
Side-by-side
src/schema/vocab.rnc
View file @
b7ed3d73
...
@@ -31,6 +31,7 @@ skos.Concept =
...
@@ -31,6 +31,7 @@ skos.Concept =
& skos.notation?
& skos.notation?
& skos.inScheme
& skos.inScheme
& skos.match
& skos.match
& skos.hierarchy
& empty
& empty
}
}
...
@@ -57,9 +58,6 @@ skos.match =
...
@@ -57,9 +58,6 @@ skos.match =
element skos:relatedMatch {
element skos:relatedMatch {
rdfResource
rdfResource
}*
}*
& element skos:broader {
rdfResource
}*
& element skos:related {
& element skos:related {
rdfResource
rdfResource
}*
}*
...
@@ -71,3 +69,7 @@ skos.altLabel = element skos:altLabel {
...
@@ -71,3 +69,7 @@ skos.altLabel = element skos:altLabel {
attribute xml:lang { xsd:language }?,
attribute xml:lang { xsd:language }?,
text
text
}
}
skos.hierarchy =
element skos:broader { rdfResource }
& element skos:narrower { rdfResource }
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