612 erste

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

JSON

Inbox

Definition

Gibt in einer paginierten Sammlung die am weitesten zurückliegende Seite der Elemente in der Sammlung an.
siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-first

Scope Note

: Property

Example

Beispiel 76

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally's blog posts",
  "type": "Collection",
  "totalItems": 3,
  "first": "http://example.org/collection?page=0"
}