Can we improve the use of the uuid module so that it handles namespaces directly instead of manually indicating the namespace urn each time?
Describe the solution you'd like
A complete management of uuids and namespaces by a particular module (maybe uuid)
Describe alternatives you've considered
If we add the urn namespace manually then we will have to declare it somewhere, in the context and in the RDF python library.
Additional context
Context : bids-standard#83 (comment)