129 describes

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

JSON

Inbox

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

: Property

Example

Example 141

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