From fdc6140182fed2f41ba64f843c7865982fdee3df Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 3 Feb 2022 18:36:33 +0100 Subject: [PATCH] new: [relationships] FOAF relationship added ref: A module for defining relationships in FOAF (ref. Eric Vitiello Jr.) --- relationships/definition.json | 58 ++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index cea81cb..49b4f93 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1235,7 +1235,63 @@ "misp" ], "name": "drives" + }, + { + "description": "The referenced source object is a friend of the target object.", + "format": [ + "foaf" + ], + "name": "friend-of" + }, + { + "description": "The referenced source object is an acquaintance of the target object.", + "format": [ + "foaf" + ], + "name": "acquaintance-of" + }, + { + "description": "The referenced source object is a sibling of the target object.", + "format": [ + "foaf" + ], + "name": "sibling-of" + }, + { + "description": "The referenced source object is a grandchild of the target object.", + "format": [ + "foaf" + ], + "name": "grandchild-of" + }, + { + "description": "The referenced source object is a spouse of the target object.", + "format": [ + "foaf" + ], + "name": "spouse-of" + }, + { + "description": "The referenced source object is an ennemy of the target object.", + "format": [ + "foaf" + ], + "name": "ennemy-of" + }, + { + "description": "The referenced source object is an antagonist of the target object.", + "format": [ + "foaf" + ], + "name": "antagonist-of" + }, + { + "description": "The referenced source object is an ambivalent of the target object.", + "format": [ + "foaf" + ], + "name": "ambivalient-of" } ], - "version": 28 + "version": 29 } \ No newline at end of file