615 geordnete Elemente
https://w3id.org/class/redaktor/orderedItems
Definition
Bezeichnet die in einer geordneten Sammlung enthaltenen Elemente.Siehe übergeordnete Definition https://www.w3.org/TR/activitystreams-vocabulary/#dfn-items
Scope Note
: PropertyExample
[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"
}
]
}