-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify D in req/core/identifier #182
Comments
Perhaps we can further qualify with:
cc @josusky |
This is too restrictive. The regular expression that you have provided is correct only for the "namespace identifier" NID part. But the NID is fixed in our case to |
I am not deadly against a rule that is more strict than actual URN specification. I looked up the specification because I spotted the innocent dot ( |
Having a slash (
While we can relax the regex set mentioned previously, the above would be error prone. |
The definition as approved during PR #183. "The id property SHALL include a local identifier as defined by the data publisher. The local identifier SHALL NOT have spaces or accented characters." |
TT-WISMD 2024-10-22:
|
Specifying a character set that does not have accented characters and other things that can complicate the usage of this identifier is a good idea. IRA T.50 is an appropriate choice. Apart from that (and the space), did you discuss some more restrictions during TT-WISMD 2024-10-22? |
|D |The
+id+
property shall include a local identifier as defined by the data publisher. The local identifier shall not have spaces or special or accented characters.The question is what are "special" characters?
The text was updated successfully, but these errors were encountered: