-
Notifications
You must be signed in to change notification settings - Fork 0
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
Design item link schema #1
Comments
It looks like informal URN namespaces should still be registered[1][2]. Should we provision a single namespace for all registers? Or require that each register has its own namespace, which would be configured by register/registry manager in metadata? A single namespace could presumably help us distinguish all registers that conform to our schema, though I don’t know how registration works and whether someone else can use this namespace without our input. If we go with a single namespace, perhaps it could reference Relaton (e.g., |
(Assigning you as well, since if we need to register a namespace it might require action by Ribose or Relaton.) |
Agree with something like this:
Potentially we could try something as you suggested like urn:metaregistry:... and link it to a resolver for registry items. Each register should definitely be namespaced. |
That works. The top-level namespace ("relaton" or otherwise) may need to be registered, right? And as you noted, it may better be registered by a non-profit organization. Should we commit to registration and implement linking when we have the namespace? If registration takes a while or we are not sure about committing to this, is there something that prevents us from using the desired namespace for linking right now, before it is registered? (If so, we can start with a shared informal namespace, but that means we would have to perform data migration on all registers to convert links from that namespace to our chosen and registered one.) |
@strogonoff as discussed let's use |
Implement universal registry item linking format, e.g. using an informal URN.
Update basic registry item schema to capture imported item source (handled in Support item source in basic registry item schema #2)The text was updated successfully, but these errors were encountered: