- Notifications
You must be signed in to change notification settings - Fork143
Open
Labels
Description
Right now "Related results" are rendered from the results of the current container page. That rules out any properties that are not on that page, i.e. optional properties because some instances have them and some don't.
It would be rather simple to generate a SPARQL queries that retrievesall properties ofall instances projected by the container, allowing parallax navigation using optional properties as well. The query performance might be a problem though.