614 letzte
https://w3id.org/class/redaktor/last
Definition
Gibt in einer paginierten Sammlung die am weitesten fortgeschrittene Seite der Sammlung an.siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-last
Scope Note
: PropertyExample
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "A collection",
  "type": "Collection",
  "totalItems": 3,
  "last": "http://example.org/collection?page=1"
}