From 90b0390ad5bb4acf115b927a847cee30241b227c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 28 Aug 2020 15:43:12 +0200 Subject: [PATCH] chg: [relationships] update relationships with space --- relationships/definition.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/relationships/definition.json b/relationships/definition.json index 6880d6d..fb87d94 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1012,7 +1012,7 @@ "name": "owns" }, { - "description": "awarded to", + "description": "awarded-to", "format": [ "followthemoney" ], @@ -1026,14 +1026,14 @@ "name": "directs" }, { - "description": "involved in", + "description": "involved-in", "format": [ "followthemoney" ], "name": "involved-in" }, { - "description": "associated with", + "description": "associated-with", "format": [ "followthemoney" ], @@ -1075,5 +1075,5 @@ "name": "paid" } ], - "version": 19 -} \ No newline at end of file + "version": 20 +}