145 tag

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

JSON

Inbox

Definition

Ein oder mehrere "tags", die mit einem Objekt verknüpft wurden. Ein Tag kann eine beliebige Art von Objekt sein. Der Hauptunterschied zwischen Attachment und Tag besteht darin, dass Ersteres eine Assoziation durch Einbeziehung impliziert, während Letzteres eine Assoziation durch Verweis impliziert.
siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tag

Scope Note

: Property

Example

Beispiel 105

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Image",
  "summary": "Picture of Sally",
  "url": "http://example.org/sally.jpg",
  "tag": [
    {
      "type": "Person",
      "id": "http://sally.example.org",
      "name": "Sally"
    }
  ]
}