Re: Fuseki security : ACL, https etc.

2021-09-27 Thread Martynas Jusevičius
Danny, Have you checked https://jena.apache.org/documentation/fuseki2/fuseki-security.html Re. the first part, your Fuseki runs on http:// but your links lead to https://. If you fix the links to be http://, the data from Fuseki will still not load because the browser will not load insecure conte

Re: Fuseki security : ACL, https etc.

2021-09-27 Thread Danny Ayers
PS. and now I am really confused. This, which I think is doing http calls from a https-served page appears to work : https://hyperdata.it/sparql-diamonds/html/bookmarks.html unless there's a localhost:3030 somewhere I've overlooked... On Mon, 27 Sept 2021 at 20:52, Danny Ayers wrote: > Hiya, >

Fuseki security : ACL, https etc.

2021-09-27 Thread Danny Ayers
Hiya, For the first time in ages I've got a host, want Fuseki as my main backend but am struggling with aspects related to security. Some specific issues, but broader problems, seems likely other folks have dealt with them already. (I have no idea of current best practices, even less on security i

Re: Filter nodes by type

2021-09-27 Thread Martynas Jusevičius
FILTER (isURI(?node)) https://www.w3.org/TR/sparql11-query/#func-isIRI On Mon, Sep 27, 2021 at 7:12 PM Laura Morales wrote: > > This query returns two types of nodes > > SELECT ?node > WHERE { ?node ?prop ?val } > > {'node': {'type': 'uri', 'value': ''}} > {'node': {'type': 'triple', 'va

Filter nodes by type

2021-09-27 Thread Laura Morales
This query returns two types of nodes SELECT ?node WHERE { ?node ?prop ?val } {'node': {'type': 'uri', 'value': ''}} {'node': {'type': 'triple', 'value': '' }} Is it possible to filter by type (I need only type=uri)?

Re: SHACL & TDB

2021-09-27 Thread Andy Seaborne
On 27/09/2021 16:28, Adrian Gschwend wrote: Hi group, I recently started playing with SHACL validation in Jena, worked well with the cli for the few things I tested, thanks for the work! What I don't really get is where SHACL support in Jena is heading. From what I understand in the documenta

Re: SHACL & TDB

2021-09-27 Thread Florian Kleedorfer
Hi, Cannot help with the question as far as jena is concerned. Fwiw, there is (limited) support for SHACL in RDF4J Sails, which is also supported by GraphDB - as you may know. Am 27. September 2021 11:28:50 GMT-04:00 schrieb Adrian Gschwend : >Hi group, > >I recently started playing with S

SHACL & TDB

2021-09-27 Thread Adrian Gschwend
Hi group, I recently started playing with SHACL validation in Jena, worked well with the cli for the few things I tested, thanks for the work! What I don't really get is where SHACL support in Jena is heading. From what I understand in the documentation this is currently only usable in in-memory

[Preview] Upcoming changes for Jena 4.3.0

2021-09-27 Thread Andy Seaborne
For the next Jena release, there is a change to use JDK java.net.http package for HTTP. This affects authentication. There is also a lot of code cleanup around SPARQL operations. Fuseki users are not affected by these changes. * HTTP usage provided by the JDK java.net.http package, with chal