new: [relationships] FOAF relationship added

ref: A module for defining relationships in FOAF (ref. Eric Vitiello Jr.)
pull/345/head
Alexandre Dulaunoy 2022-02-03 18:36:33 +01:00
parent 30c53a61eb
commit fdc6140182
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 57 additions and 1 deletions

View File

@ -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
}