18 Profile

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

JSON

Inbox

Definition

A Profile is a content object that describes another Object, typically used to describe Actor Type objects. The describes property is used to reference the object being described by the profile.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-profile

Scope Note

: Object

Example

Example 59

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Profile",
  "summary": "Sally's Profile",
  "describes": {
    "type": "Person",
    "name": "Sally Smith"
  }
}