Hi there,
From looking at the code (!) it's srv:serviceContext - website being
corrected.
Do you have an example of code you are trying to get working?
I found this in the test suite:
https://github.com/apache/jena/blob/master/jena-arq/src/test/java/org/apache/jena/sparql/engine/http/TestService.java#L165
It is exact string match on the URI.
Andy
On 22/10/2020 09:17, Bardo Nelgen wrote:
Hi all,
sorry, I know it’s rather basic.
But I just can’t figure out how to properly use the contemporary syntax
from
https://jena.apache.org/documentation/query/service.html#configuration-from-jena-version-311
in a federated SPARQL query on Fuseki.
Of course, one can still include the credentials inside the query IRL,
though this for sure is highly insecure.
Where do these parameters need to go according to the manual ?
(BTW: There also appears to be an inconsistency between srv:queryContext
and srv:serviceContext in the "3.0.0"-section…)
A simple s-p-o example should do.
Loads of thanks to anyone taking the effort.
— Bardo