612 first

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

JSON

Inbox

Definition

In a paged Collection, indicates the furthest preceeding page of items in the collection.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-first

Scope Note

: Property

Example

Example 76

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