SynBioDex / pySBOL3

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

Add validation rule for identity/namespace mismatch #278

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

Add a rule that detects a mismatch between an object's namespace and its identity. The namespace must always match the beginning of the identity. See #277 for the origin story.