Batching federated calls using VALUES block

2019-04-30 Thread Dave Griffith
I'm tracking down an issue with a very slow federated query. Looking through logs, Jena appears to be doing one call to the remote endpoint for every set of values that match locally. This struck me as odd, since the SPARQL federation specs suggest that implementations may create "batched" querie

Re: Fuseki authentication

2019-04-30 Thread Dan Pritts
Let me state up front that if I had to do it over again, is to handle the authN in the frontend apache that I run anyway.  But if you don't do that, or don't know apache, or whatever, here are some notes i have saved for shiro. if you use CLI to make sha256 hashes for passwords, ensure that th

Re: Mapping and alignment

2019-04-30 Thread Thomas Francart
OnaGUI (Ontology Alignement GUI) could maybe help ? https://github.com/lmazuel/onagui You will need either OWL or SKOS files as input. Le mar. 30 avr. 2019 à 17:09, elio hbeich a écrit : > > > > I am trying to find a tool that can help me map and align IFCOWL and ISO > > ontology > > > Do u have

Re: Mapping and alignment

2019-04-30 Thread elio hbeich
> > I am trying to find a tool that can help me map and align IFCOWL and ISO > ontology > Do u have any idea or tools that could help me in this process Thank u in advance Best Regards Elio Hbeich

Mapping and alignment

2019-04-30 Thread elio hbeich
Dear All, I am trying to find

[ANN] Apache Jena 3.11.0

2019-04-30 Thread Andy Seaborne
The Apache Jena development community is pleased to announce the release of Apache Jena 3.11.0! == Key features of the release 37 JIRA: https://s.apache.org/jena-3.11.0-jira == Changes of note: JENA-1691 : Metric services for Fuseki Sean Ryan JENA-1664, JENA-1665, JENA-1673 SDB improv

Re: Fuseki authentication

2019-04-30 Thread Andy Seaborne
On 30/04/2019 10:43, Mikael Pesonen wrote: Ok so I need to look at shiro.ini... Fuseki Main is same server without the web interface? Same core engine (servlets), different delivery, no UI. Fuseki Full is the webapp/war packing, and there is a combined jar for it as well as the .war file

Re: Fuseki authentication

2019-04-30 Thread Mikael Pesonen
Ok so I need to look at shiro.ini... Fuseki Main is same server without the web interface? On 29/04/2019 20:01, Andy Seaborne wrote: Are you running the war file, full server jar with UI?  That stiul uses shiro.ini. The data-access-control.html applies to Fuseki Main. 3.10.0 works for me.

Re: Fuseki authentication

2019-04-30 Thread Mikael Pesonen
I'm running jar-file as follows: /usr/bin/java -Dlog4j.configuration=file:log4j.properties -Xmx5600M -jar fuseki-server.jar --update --port 3030 --config=config.ttl Also tried passwd with file: and without, so [] rdf:type fuseki:Server ;    fuseki:passwd "file:///tmp/passwdfile";    fuseki: