SynBioDex / pySBOL3

Native python implementation of SBOL 3.0 specification
MIT License
37 stars 16 forks source link

Check that namespace is a prefix of identity #331

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

Add a validation rule that checks that the namespace is a prefix of the identity when the identity is a URL.

Closes #278