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