Server.js icon indicating copy to clipboard operation
Server.js copied to clipboard

Fragment URL and first-page URL are the same

Open RubenVerborgh opened this issue 7 years ago • 0 comments

http://fragments.dbpedia.org/2016-04/en contains a triple

<http://fragments.dbpedia.org/2016-04/en> void:subset <http://fragments.dbpedia.org/2016-04/en>

This is technically not wrong, but does not make sense.

The second page contains a triple

<http://fragments.dbpedia.org/2016-04/en> void:subset <http://fragments.dbpedia.org/2016-04/en?page=2>.

This can be problematic. Is the second page a subset of the first page? Not really.

We should more carefully consider the resource design. For instance, by changing the hypermedia control to go to ?page=1&subject=…, and by setting a redirect on the non-paged resource.

RubenVerborgh avatar Jan 28 '18 14:01 RubenVerborgh