129 beschreibt
https://w3id.org/class/redaktor/describes
Definition
Bei einem Profile-Objekt identifiziert die Eigenschaft describes das Objekt, das durch das Profil beschrieben wird.siehe 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"
}