Skip to content

SBOL 2->3 converter: post-creation fix-up of links #326

@bbartley

Description

@bbartley

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)?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions