allow multiple legal names #548
VladimirAlexiev
started this conversation in
Ideas
Replies: 1 comment
-
In ePO 4.0.0 the org:Organization concept allows for multiple legal names. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently Organization admits only
[0..1]
legal names.However, there are countries with multiple official languages (eg BE) or scripts (eg SR), so it should allow multiple.
If you can, add a restriction
sh:uniqueLang
(see https://www.w3.org/TR/shacl/#UniqueLangConstraintComponent), which means "only one name per lang". It's the same restriction as onskos:prefLabel
Beta Was this translation helpful? Give feedback.
All reactions