SynBioDex / pySBOL3

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

Add hasNamespace property #226

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

Add namespace property to TopLevel per the 3.0.1 specification. Add automatic determination of namespace where possible. Update test data files to include or expect hasNamespace triples. Add some unit tests for the automatic determination of namespace.

Closes #47