Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.2.0
-
None
-
None
Description
.. but relies on Triple.equals() - which then would not do the expected mapping of "foreign" bnodes (as happens on Graph.add(Triple)
This means it's behaviour differs from .contains(s,p,o) and .remove(s,p,o).
The solution should be to do internal mapping also on the Triple methods, if needed.