798 part of

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

JSON

Inbox

Definition

Identifies the Collection to which a CollectionPage objects items belong.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-partof

Scope Note

: Property

Example

Example 123

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Page 1 of Sally's notes",
  "type": "CollectionPage",
  "id": "http://example.org/collection?page=1",
  "partOf": "http://example.org/collection",
  "items": [
    {
      "type": "Note",
      "name": "Pizza Toppings to Try"
    },
    {
      "type": "Note",
      "name": "Thought about California"
    }
  ]
}