You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should the "Merge" operation preserve non-OCDM-compliant statements from the removed entity?
Actually, in A.merge(B), the non-OCDM-compliant statements from A are kept intact, while the ones from B are not moved into A (and so they are lost forever). Should we change this behaviour?
The text was updated successfully, but these errors were encountered:
Should the "Merge" operation preserve non-OCDM-compliant statements from the removed entity?
Actually, in
A.merge(B)
, the non-OCDM-compliant statements from A are kept intact, while the ones from B are not moved into A (and so they are lost forever). Should we change this behaviour?The text was updated successfully, but these errors were encountered: