intbio-ncl / shortbol

ShortBOL - A abstract language implementing the SBOL Data Model.
3 stars 1 forks source link

RuntimeGraph.bind_prefix() case of already bound prefix #7

Closed MattyCrowther closed 4 years ago

MattyCrowther commented 4 years ago

The method should check if the prefix is already bound in the rdflib.Graph, then handle this case appropriately, either overwriting the previous binding or signalling an error.