-
Notifications
You must be signed in to change notification settings - Fork 1
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
Provide URN for every "ISO" and "ISO/IEC" document according to RFC 5141 #85
Comments
@ronaldtse We have the to_all_parts function which removes a part number from a document identifier and adds "(all parts)" string to it. How should we handle the URN in the all-parts functionality? |
@andrew2net this case is specified in RFC 5141:
|
Notice that the ISO URN Schema differs from the IEC URN Schema. I will provide details of the IEC URN schema in a separate ticket. This ticket should only be for ISO. |
Thanks @andrew2net please also document this method for API and command line. Thanks! |
We want to provide RFC 5141 URN information per ISO and IEC documents: https://tools.ietf.org/html/rfc5141
The
standard-id
would be something like:For examples, see https://tools.ietf.org/html/rfc5141#section-2.4.2
Related to relaton/relaton-iec#22
The text was updated successfully, but these errors were encountered: