-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
The current approach for converting SBOL2 -> SBOL3 compliant URIs results in broken links.
For example, here is a broken link in this intermediate test file currently being used as the expected SBOL3:
https://github.com/SynBioDex/SBOL-utilities/blob/develop/test/test_files/sbol_3to2_implementation_compliant.nt#L6
Perhaps an important design decision here is:
Do we update all SBOL2 URIs that reference objects either internal or external to the Document (probably using some kind of regex pattern matching)?
or
Do we update only SBOL2 URIs that reference other objects internal the Document (probably using some kind of lookup table)?
Reactions are currently unavailable