798 Teil von
https://w3id.org/class/redaktor/partOf
Definition
Identifiziert die Sammlung, zu der die Objekte einer CollectionPage gehören.siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-partof
Scope Note
: PropertyExample
{
  "@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"
    }
  ]
}