openworm / owmeta-core

Core library for owmeta
MIT License
3 stars 2 forks source link

Contexts can be saved with blank node identifiers #35

Open mwatts15 opened 2 years ago

mwatts15 commented 2 years ago

Contexts shouldn't be saved to the graph with blank node identifiers: we don't have a good way to refer to blank node contexts since everything relies on contexts having URIs for names. Instead of saving the context with a bnode, we should cause an error to be raised in such cases.