- From: ☮ elf Pavlik ☮ <perpetual-tripper@wwelves.org>
- Date: Wed, 01 Oct 2014 12:59:25 +0200
- To: public-hydra@w3.org
Hello,
Looking at: https://www.w3.org/wiki/Socialwg/Collection_Comparison#Hydra
{
"@context": {
"@vocab": "http://www.w3.org/ns/hydra/core#",
"ex": "http://example.net/#"
},
"@id": "http://www.w3.org/2013/socialweb/",
"@type": "ex:Organization",
"ex:name": "Social Web WG",
"collection": {
"@id": "participants?page=1",
"totalItems": "49",
...
"manages": {
"subject": "http://www.w3.org/2013/socialweb",
"property": "ex:participant"
}
}
}
Collection has relative URI 'participants?page=1'
It seems to me useful to have different URIs for Collection and each
PagedCollection
Collection - http://www.w3.org/2013/socialweb/participants
PagedCollection - http://www.w3.org/2013/socialweb/participants?page=1
http://www.w3.org/2013/socialweb/participants?page=2
etc.
Identifying the whole collection with an URI of its first pages gives me
impression of possible ambiguity.
o/
Received on Wednesday, 1 October 2014 11:01:43 UTC