ont-app / igraph-jena

Porting Jena to the IGraph protocol
Eclipse Public License 2.0
14 stars 2 forks source link

support LangStr in IGraph removals #4

Closed simongray closed 1 year ago

simongray commented 1 year ago

I went looking for removal functionality in IGraph and noticed that—while it does use your own Vocabulary lib—removal of triples containing LangStrings wasn't supported. This is just a quick fix to support that scenario.

ont-app commented 1 year ago

Thanks Simon!