615 ordered items

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

JSON

Inbox

Definition

Identifies the items contained in an ordered collection.
See higher-level definition https://www.w3.org/TR/activitystreams-vocabulary/#dfn-items

Scope Note

: Property

Example

[Example 90](https://www.w3.org/TR/activitystreams-vocabulary/#ex92-jsonld)
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally's notes",
  "type": "OrderedCollection",
  "totalItems": 2,
  "orderedItems": [
    {
      "type": "Note",
      "name": "Meeting 2016-11-17"
    },
    {
      "type": "Note",
      "name": "Reminder for Going-Away Party"
    }
  ]
}

Related