7 Sammlung Seite

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

JSON

Inbox

Definition

Wird verwendet, um bestimmte Teilmengen von Elementen aus einer Collection darzustellen. Eine vollständige Beschreibung des CollectionPage-Objekts finden Sie im Activity Streams 2.0 Core.
siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-collectionpage

Scope Note

: Object

Example

Beispiel 7

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Page 1 of Sally's notes",
  "type": "CollectionPage",
  "id": "http://example.org/foo?page=1",
  "partOf": "http://example.org/foo",
  "items": [
    {
      "type": "Note",
      "name": "A Simple Note"
    },
    {
      "type": "Note",
      "name": "Another Simple Note"
    }
  ]
}