Open
Description
Within the section Representations with Annotation IRIs the same annotation collection ( in the sense that it contains the same annotations objects), gets 2 different IRIs.
"id": "http://example.org/annotations/?iris=1"
"id": "http://example.org/annotations/?iris=0"
Consequently, a client will consider that these 2 responses contain 2 different collections.
However, the fact is that the client retrieves 2 different representations of the same collection.
Is there a posibility to move the iris param from the url? Can we consider using different profiles and/or headers so that the ids of collections are the same, independently from the representation of annotations?
This seems to be conceptually related to #371