Hi Dragan,
DESCRIBE is handled by DescribeHandler
The DescribeHandlerRegistry gives a list of handler - they are all
called for
There is only one in the codebase, DescribeBNodeClosure, but an app can
add/change handlers.
The registry is global or is per-query execution with
context.set(ARQConstants.registryDescribeHandlers, reg) ;
If you don't want BNode closure, just in and out links of a graph node,
that can be written with CONSTRUCT.
Andy
On 01/11/2021 09:40, Dragan Lesic wrote:
Hello,
is there a setting for the SPARQL DESCRIBE strategy?
I want to get all the incoming and outgoing edges too.
For example, blazegraph or stardog have query hints which enable this.
I could not find anything for Jena, is there a similar functionality>
Thank you and best regards,
Dragan