From 9b9379bbacd9e064d8421f7def685ff4690fd602 Mon Sep 17 00:00:00 2001 From: Delta-Sierra Date: Tue, 14 Feb 2023 12:08:50 +0100 Subject: [PATCH] Add relationships based on XFN format --- relationships/definition.json | 126 ++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) diff --git a/relationships/definition.json b/relationships/definition.json index c92a3a1..8f83332 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1373,6 +1373,132 @@ "misp" ], "name": "is-not-targeted-by" + }, + { + "description": "The source object considers the target object as a friend. Is not necessarily symmetric.", + "format": [ + "XFN" + ], + "name": "Friend" + }, + { + "description": "The source object considers the target object as a acquaintance. Is not necessarily symmetric.", + "format": [ + "XFN" + ], + "name": "Acquaintance" + }, + { + "description": "The source object have information to contact and/or get in touch with the target object.", + "format": [ + "XFN" + ], + "name": "Contact" + }, + { + "description": "The source object have physically met the target object.", + "format": [ + "XFN" + ], + "name": "Met" + }, + { + "description": "The source object shares an employer with the target object. This relationship is not geographically limited.", + "format": [ + "XFN" + ], + "name": "Co-worker" + }, + { + "description": "The source object regards the target object as a peer, someone who they feel is on their level and has skills and interests similar to their own. A colleague does not have to be a co-worker, although of course can be.", + "format": [ + "XFN" + ], + "name": "Colleague" + }, + { + "description": "The source object is co-resident with the target object, which means they share a street address with the target object. Co-resident is symmetric.", + "format": [ + "XFN" + ], + "name": "Co-resident" + }, + { + "description": "The source object is neighbor with the target object. This is not limited to next door neighbor.", + "format": [ + "XFN" + ], + "name": "Neighbor" + }, + { + "description": "The target object is the child of the source object.", + "format": [ + "XFN" + ], + "name": "Child" + }, + { + "description": "The target object is the parent of the source object.", + "format": [ + "XFN" + ], + "name": "Parent" + }, + { + "description": "The source object share a parent with the target object. Brothers, sisters, half-brothers, and half-sisters are all examples of siblings.", + "format": [ + "XFN" + ], + "name": "Sibling" + }, + { + "description": "The source object is -or feels themself to be- married, whether legally or not, to the target object.", + "format": [ + "XFN" + ], + "name": "Spouse" + }, + { + "description": "The target object is a relative of the source object.", + "format": [ + "XFN" + ], + "name": "Kin" + }, + { + "description": "The source object is inspired in some way by the target object.", + "format": [ + "XFN" + ], + "name": "Muse" + }, + { + "description": "The source object is attracted -romantically speaking- to the target object.", + "format": [ + "XFN" + ], + "name": "Crush" + }, + { + "description": "The source object is dating the target object.", + "format": [ + "XFN" + ], + "name": "Date" + }, + { + "description": "The source object is intimate, whether physically or emotionally, with the target object.", + "format": [ + "XFN" + ], + "name": "Sweetheart" + }, + { + "description": "The source object refers to the target object as themself or a representation of themself. Can be a profile on social-networking for example. This value is exclusive of all other XFN values.", + "format": [ + "XFN" + ], + "name": "Me" } ], "version": 35