3211 Beziehung
https://w3id.org/class/redaktor/relationship
Definition
Bei einem Beziehungsobjekt identifiziert die Eigenschaft relationship die Art der Beziehung, die zwischen Subjekt und Objekt besteht.siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-relationship-term
Scope Note
: PropertyExample
{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Sally is an acquaintance of John's",
"type": "Relationship",
"subject": {
"type": "Person",
"name": "Sally"
},
"relationship": "http://purl.org/vocab/relationship/acquaintanceOf",
"object": {
"type": "Person",
"name": "John"
}
}