relate a Collection and a PagedCollection

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