Skip to content

Commit

Permalink
Merge pull request #2183 from DISSINET/2129-disable-soe-for-b-b-enabl…
Browse files Browse the repository at this point in the history
…e-soe-for-o-p-and-o-b

Apply changes to SOE relations
  • Loading branch information
adammertel committed May 24, 2024
2 parents edfbd39 + 50f955d commit 84fe6d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/shared/types/relation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,10 @@ export namespace Relation {
[EntityEnums.Class.Statement, EntityEnums.Class.Statement],
[EntityEnums.Class.Statement, EntityEnums.Class.Event],
[EntityEnums.Class.Event, EntityEnums.Class.Statement],
[EntityEnums.Class.Being, EntityEnums.Class.Being],
[EntityEnums.Class.Value, EntityEnums.Class.Value],
[EntityEnums.Class.Resource, EntityEnums.Class.Resource],
[EntityEnums.Class.Object, EntityEnums.Class.Person],
[EntityEnums.Class.Object, EntityEnums.Class.Being],
],
asymmetrical: true,
multiple: true,
Expand Down

0 comments on commit 84fe6d5

Please sign in to comment.