798 partie de

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

JSON

Inbox

Definition

Identifie la collection à laquelle appartiennent les objets d'une CollectionPage.
voir https://www.w3.org/TR/activitystreams-vocabulary/#dfn-partof

Scope Note

: Property

Example

Exemple 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"
    }
  ]
}