612 erste
https://w3id.org/class/redaktor/first
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
: PropertyExample
{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Sally's blog posts",
"type": "Collection",
"totalItems": 3,
"first": "http://example.org/collection?page=0"
}