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

skos:altLabel für Vokabulare

parent 2f894af0
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ skos.Concept = ...@@ -27,6 +27,7 @@ skos.Concept =
element skos:Concept { element skos:Concept {
rdfPrimarySubject rdfPrimarySubject
& Label+ & Label+
& skos.altLabel*
& skos.notation? & skos.notation?
& skos.inScheme & skos.inScheme
& skos.match & skos.match
...@@ -61,4 +62,9 @@ skos.match = ...@@ -61,4 +62,9 @@ skos.match =
}* }*
& element skos:related { & element skos:related {
rdfResource rdfResource
}* }*
\ No newline at end of file
skos.altLabel = element skos:altLabel {
attribute xml:lang { xsd:language }?,
text
}
\ No newline at end of file
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