Re: Federated Query Basic Authentification using Fuseki

2020-10-25 Thread Peter Winstanley
You could use a proxy to do you authentication. A simple one in python that will handle and number of endpoints with different types of authentication including e.g Kerberos can be out together in a few lines using http.server and the requests modules On Sun, 25 Oct 2020, 15:10 Bardo Nelgen, <

Re: Federated Query Basic Authentification using Fuseki

2020-10-25 Thread Bardo Nelgen
Hi Andy, thanks for the effort, despite I havestillno clue about how to properly do this in **pure** SPARQL, as I do not have any influence on the function calling that query…  – all I can do is insert the variables provided to me. Sorry for the persistence. — Bardo On 24.10.20 18.41 Uhr,

Re: Fw: GenericRuleReasoner live rule update

2020-10-25 Thread Johan Kumps
Hi all, I'm really interested in being able to reload rules/ add rules without having to restart the server. Could you share some code for achieving this? Thanks! Johan, Op wo 26 jun. 2019 om 09:41 schreef Dave Reynolds : > I don't think fuseki has any built in autoreload for rules and the

Re: Add rules at runtime

2020-10-25 Thread Johan Kumps
Hi Barry, Could you share your code please? Thanks! Op di 13 okt. 2020 om 08:30 schreef Nouwt, B. (Barry) : > Hi Johan, you can definitely reload the rules in Apache Jena Fuseki, but > it requires programming. I did it by creating a custom Dataset > implementation (which I configured using an