Server.js
Server.js copied to clipboard
Fragment URL and first-page URL are the same
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.