RDFLib / prez-ui

BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Fix for list pages not reading rdfs:member & /object page links not rendering properly #130

Closed jamiefeiss closed 10 months ago

jamiefeiss commented 10 months ago

Some intermediate code was left behind while transitioning to using a new helper function getObjects() which accepts a list of multiple predicates for ease of use. Currently, feature collections & features are not rendered on list pages. This is now fixed by using the new getObjects() function.

Also, objects on the /object page were not rendering links correctly if they had multiple links. The current logic was that links for parent objects may have included the prez:link for the focus object. This is now fixed with an extra filter condition.