openworm / owmeta-core

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

Add support for statement removals #15

Open mwatts15 opened 5 years ago

mwatts15 commented 5 years ago

To date, all of the statements we make are positive: they declare something. We would also like to support removal of statements from a context to avoid the annoyance of either manually editing contexts to remove statements which are no longer needed or regenerating contexts with only the desired statements.

To a first approximation, retraction probably looks like a slight modification of making statements, plus a method on Context to except query objects.