18 Profile
https://w3id.org/class/redaktor/Profile
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
: ObjectExample
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Profile",
  "summary": "Sally's Profile",
  "describes": {
    "type": "Person",
    "name": "Sally Smith"
  }
}