From 56d6b9d0d2bd6417e47b1eb8330a2384956cac9e Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 22 Dec 2021 10:42:35 +0100 Subject: [PATCH] chg: [relationships] `drives` relationship added Based on discussion as someone driving a vehicule might not be the owner of this vehicule. --- relationships/definition.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index 99d57f5..cea81cb 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1228,7 +1228,14 @@ "misp" ], "name": "found-in" + }, + { + "description": "The referenced source object drives the target described (often a vehicule).", + "format": [ + "misp" + ], + "name": "drives" } ], - "version": 27 + "version": 28 } \ No newline at end of file