The SKOS import does a good job of allowing repeated import of UUIDs (based on the URIs of controlled list items) created in Arches.
It would be very useful to have the same repeatability for the UUIDs assigned to prefLabels and other values associated with controlled list items. A deterministically generated UUID for prefLabels and other values may be very useful to promote interoperability between multiple Arches instances that import the same SKOS file. It would also help with ETL workflows, since these value_ids often need to be referenced.
The UUID5 generator may be a good way to go about it. To deterministically generate UUIDs for list item values, the namespace argument can be given from the list item URI, and the name argument can be something like f'{valuetype_id}:{value}'