129 describes
https://w3id.org/class/redaktor/describes
Definition
On a Profile object, the describes property identifies the object described by the Profile.see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-describes
Scope Note
: PropertyExample
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally's profile",
  "type": "Profile",
  "describes": {
    "type": "Person",
    "name": "Sally"
  },
  "url": "http://sally.example.org"
}