AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
485 stars 122 forks source link

Optional property support in parallax navigation #140

Open namedgraph opened 1 year ago

namedgraph commented 1 year ago

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 retrieves all properties of all instances projected by the container, allowing parallax navigation using optional properties as well. The query performance might be a problem though.