From 732defba14f4a1992246390ec4c40c5526042c9a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 27 Nov 2021 12:30:46 +0100 Subject: [PATCH] chg: [relationships] works-with relationship added Credits: Student from University of Lorraine (GRU example) --- relationships/definition.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index 75b7f08..99d57f5 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -993,6 +993,13 @@ ], "name": "works-for" }, + { + "description": "Represents an object working with another one.", + "format": [ + "misp" + ], + "name": "works-with" + }, { "description": "Represents an object being a witness of something.", "format": [ @@ -1223,5 +1230,5 @@ "name": "found-in" } ], - "version": 26 + "version": 27 } \ No newline at end of file