Skip to content

Fix duplicate instance-of statements

Marcel Konrad requested to merge fix-duplicate-instance-of-statements into master

In !826 (merged), we introduced internal INSTANCE_OF relations between resources and classes. This gives us the opportunity to much more efficiently query inherited classes. But due to a mistake, newly created resources would end up with exactly two INSTANCE_OF relations per class. This MR fixes that issue and removed the duplicate INSTANCE_OF relations from the graph again.

Merge request reports