129 décrit

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

JSON

Inbox

Definition

Sur un objet Profile, la propriété describes identifie l'objet décrit par le Profile.
voir https://www.w3.org/TR/activitystreams-vocabulary/#dfn-describes

Scope Note

: Property

Example

Exemple 141

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