Skip to content

Handling References to other LogisticsObjects in add operations in Changes

Daniel A. Doeppner requested to merge 203-iris-in-change-operations into develop

This merge request addresses the issue #203 concerning the handling of links to other LogisticsObjects within Change ADD operations. Previously, the system treated references to other resources as embedded objects rather than IRIs leading to incorrect additions to the RDF repository. In particular, the links were converted to neone ids and RDF#type were added.

This patch modifies the applyOperations logic to recognize and handle these references as IRIs, ensuring proper linkage and data integrity in RDF statements.

Merge request reports