799 anterior
https://w3id.org/class/redaktor/prev
Definition
En una Colección paginada, identifica la página anterior de elementos.ver https://www.w3.org/TR/activitystreams-vocabulary/#dfn-prev
Scope Note
: PropertyExample
{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Page 1 of Sally's blog posts",
"type": "CollectionPage",
"prev": "http://example.org/collection?page=1",
"items": [
"http://example.org/posts/1",
"http://example.org/posts/2",
"http://example.org/posts/3"
]
}