- From: elf Pavlik via GitHub <sysbot+gh@w3.org>
- Date: Mon, 26 Oct 2015 07:28:05 +0000
- To: public-annotation@w3.org
How based on
`GET http://example.org/annos/?p=0`
```json
{
"@id": "http://example.org/annos/?p=0",
"@type": "OrderedCollectionPage",
"partOf": "http://example.org/annos/",
"next": "http://example.org/annos/?p=1",
"orderedItems": [
{
"@id": "http://example.org/annos/anno1",
"@type": "Annotation",
"target": "..."
},
"..."
]
}
```
Client can assert that `http://example.org/annos/anno1` has any kind
of relation to `http://example.org/annos/`? Does it depend on fetching
`http://example.org/annos/` and it including **list of all the
items** in
```
"contains": ["anno3", "anno2", "anno4", "anno1", "anno5", ...]
```
I haven't noticed in AS2.0 any rules for inferencing assertions based
on *as:pageOf*
--
GitHub Notif of comment by elf-pavlik
See
https://github.com/w3c/web-annotation/issues/50#issuecomment-151049075
Received on Monday, 26 October 2015 07:28:08 UTC