3211 relationship

https://w3id.org/class/redaktor/relationship

JSON

Inbox

Definition

On a Relationship object, the relationship property identifies the kind of relationship that exists between subject and object.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-relationship-term

Scope Note

: Property

Example

Example 140

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