18 Profil
https://w3id.org/class/redaktor/Profile
Definition
Ein Profil ist ein Inhaltsobjekt, das ein anderes Objekt beschreibt und typischerweise zur Beschreibung von Objekten vom Typ Akteur verwendet wird. Die describes-Eigenschaft wird verwendet, um auf das Objekt zu verweisen, das durch das Profil beschrieben wird.siehe 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"
  }
}