LinkedDataFragments / Server.Java

A Triple Pattern Fragments server for Java
MIT License
27 stars 20 forks source link

Wrong properties used for next and previous page (nextPage, previousPage) #61

Open ufl-taeber opened 4 years ago

ufl-taeber commented 4 years ago

The latest Hydra Core Vocabulary specification states hydra:next and hydra:previous should be used for the resource following and preceding the current instance in an interlinked set of resources. Currently, this project erroneously uses hydra:nextPage and hydra:previousPage.