AtomGraph / LinkedDataHub

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

Linked Data resources not loaded from external service #93

Closed namedgraph closed 3 years ago

namedgraph commented 3 years ago

Containers can load SPARQL results from a defined external service, but loading Linked Data resources (e.g. by clicking the result links) fails in case the URI is not dereferenceable and not available in the main service.

We need some extra step in ResourceBase::describe.

namedgraph commented 3 years ago

Solved by moving the request URI indirection to ApplicationFilter and introducing Dispatcher resource