From 4e31ad218e852e580eeb6f3ad3b192e7a32df1de Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Mon, 15 Apr 2024 21:07:07 +0200 Subject: [PATCH] add: [relationships] add a few relationship types and opposites --- relationships/definition.json | 41 ++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index a4523d9..e51cfaa 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1764,7 +1764,46 @@ ], "name": "is-acquired-by", "opposite": "acquires" + }, + { + "description": "The source object supports the target object.", + "format": [ + "misp" + ], + "name": "supports", + "opposite": "supported-by" + }, + { + "description": "The source object is supported by the target object.", + "format": [ + "misp" + ], + "name": "supported-by", + "opposite": "supports" + }, + { + "description": "The source object sponsors the target object.", + "format": [ + "misp" + ], + "name": "sponsors", + "opposite": "sponsored-by" + }, + { + "description": "The source object is sponsored by the target object.", + "format": [ + "misp" + ], + "name": "sponsored-by", + "opposite": "sponsors" + }, + { + "description": "The source object operates from the target object.", + "format": [ + "misp" + ], + "name": "operates-from" } ], - "version": 43 + "version": 44 } \ No newline at end of file