- From: Ruben Verborgh <ruben.verborgh@ugent.be>
- Date: Tue, 15 Apr 2014 11:44:47 +0200
- To: public-hydra@w3.org
Dear all,
How do I express the relation between a Collection and a PagedCollection?
Example:
<http://example.org/foo#dataset> a hydra:Collection.
<http://example.org/foo?page=1> a hydra:PagedCollection;
hydra:firstPage <http://example.org/foo?page=1>;
hydra:nextPage <http://example.org/foo?page=2>.
I need to say that the first is a paged version of the second.
That way, a client can know how to retrieve pages of the collection.
Thanks,
Ruben
Received on Tuesday, 15 April 2014 09:45:22 UTC