thegetty / crom

Python library to make creation of CIDOC CRM easier by mapping classes/predicates to python objects
Apache License 2.0
49 stars 16 forks source link

Support tag: URIs for internal identity management #55

Closed azaroth42 closed 5 years ago

azaroth42 commented 5 years ago

Rather than assigning UUIDs or other final URIs to instances, crom should support tag: URIs that are temporary carriers of the identity conditions, to then be substituted on the way into a more permanent infrastructure. These would need to be assigned (they can't be auto-generated) and would be similar to the urn:uuid: pattern otherwise.

(/ht @kasei)