Skip to content
Snippets Groups Projects
Commit b7ed3d73 authored by David Maus's avatar David Maus
Browse files

skos:broader/skos:narrower in vocab.rnc

parent bb4bb214
No related branches found
No related tags found
No related merge requests found
...@@ -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
}* }*
...@@ -70,4 +68,8 @@ skos.match = ...@@ -70,4 +68,8 @@ skos.match =
skos.altLabel = element skos:altLabel { skos.altLabel = element skos:altLabel {
attribute xml:lang { xsd:language }?, attribute xml:lang { xsd:language }?,
text text
} }
\ No newline at end of file
skos.hierarchy =
element skos:broader { rdfResource }
& element skos:narrower { rdfResource }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment