613 items
https://w3id.org/class/redaktor/items
Definition
Identifies the items contained in a collection. The items might be ordered or unordered. For Ordered Collections use :orderedItemssee 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"
}
]
}