613 Elemente
https://w3id.org/class/redaktor/items
Definition
Bezeichnet die in einer Sammlung enthaltenen Elemente. Die Elemente können geordnet oder ungeordnet sein. Für geordnete Sammlungen siehe :orderedItemssiehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-items
Scope Note
: PropertyExample
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally's notes",
  "type": "Collection",
  "totalItems": 2,
  "items": [
    {
      "type": "Note",
      "name": "Reminder for Going-Away Party"
    },
    {
      "type": "Note",
      "name": "Meeting 2016-11-17"
    }
  ]
}