ESWC 2023 - SPARQL Jena related papers

2023-05-31 Thread LB
Hi all, slightly off-topic, but given the ongoing ESWC 2023 conference, I want to share two papers that might be interesting for the one or the other: 1.  Join Ordering of SPARQL Property Path Queries SPARQL property path queries provide a succinct way to write complex navigational queries

Re: Fuseki Modules

2023-01-03 Thread LB
Hi all and late happy new year! Nice work with the modules Andy. Now, a probably a silly question and maybe I missed something already mentioned in some other mail ... I tried to add a Fuseki Module, but for the Fuseki with UI Standalone setup. It looks like my module does only work for setu

Re: [] [] Apache Jena 4.7.0 RC1

2022-12-26 Thread LB
Hi, That is the same issue I also reported very very hidden in a Github PR: https://github.com/apache/jena/pull/1630#issuecomment-1321711418 I suggested a pointer for people building it on server where those libs might be missing, maybe close to or in developers doc, but I don't know what th

Re: [] Apache Jena 4.7.0 RC1

2022-12-24 Thread LB
[X] +1 (binding) tried the RC1 on our current deployment and couldn't see any different or negative behaviour but lots of improvements! Thanks Andy and also thanks to contributors! Cheers, Lorenz On 24.12.22 10:58, Bruno Kinoshita wrote: I don't think I voted yet... I will have time in 5 o

Re: Loader performance test

2022-11-22 Thread LB
! Cheers, On 2022/11/16 12:37:19 Andy Seaborne wrote: On 16/11/2022 07:54, LB wrote: Andy got a new computer? Nice. I'm wondering if higher bandwidth of DDR5 already has an impact. Performance with xloader was ~ 4x lower than tdbloader? Any ideas why? xloader does more work (s

Build from source fails when port 3030 already in use

2022-11-17 Thread LB
Hi, just want to inform about a minor limitation in the current build process: Building Jena from Maven fails when you have something already running on port 3030 (e.g. a Fuseki on standard port) because there is now some YARN test happening in Fuseki UI by using the frontend-maven-plugin: E

Re: Loader performance test

2022-11-15 Thread LB
Andy got a new computer? Nice. I'm wondering if higher bandwidth of DDR5 already has an impact. Performance with xloader was ~ 4x lower than tdbloader? Any ideas why? Can you try a real world dataset like Wikidata truthy as well? I could also give it another try if we agree on timestamp of the

Re: [VOTE] Apache Jena 4.6.1 RC1

2022-09-03 Thread LB
[x] +1 Approve the release Thanks for the quick fix! On 01.09.22 16:55, Andy Seaborne wrote: [x] +1 Approve the release (binding)     Andy On 01/09/2022 15:54, Andy Seaborne wrote: Hi, Here is a vote on the release of Apache Jena 4.6.1 This is a bugfix release for GH-1499. This is the first

Re: Wikidata evolution

2022-03-06 Thread LB
On 06.03.22 23:21, Andy Seaborne wrote: On 06/03/2022 09:08, LB wrote: Hi Andy, yes I also did with rewriting which indeed performed faster. Indeed the issue here was that TDB2 didn't use the stats.opt file because it was in the wrong location. I'm still not convinced that it

Re: Wikidata evolution

2022-03-06 Thread LB
nce. I'm also trying to set it up locally on the same server as the TDB2 instance and will compare again - just learned that in future we should rent servers with way more disk space ... "lesson learned" On 05.03.22 11:57, Andy Seaborne wrote: Two comments inline: On 02/03/202

Re: Wikidata evolution

2022-03-02 Thread LB
Try running the queries twice in the same server. TDB does no pre-work whatsoever so file system caching is significant. > Especially the last two > queries just have different limits, so I assume the joins are just too > heavy?     Andy On 02/03/2022 08:22, LB wrote: Hi all, just as a fo

Re: Wikidata evolution

2022-03-02 Thread LB
Hi all, just as a follow up I loaded Wikidata latest full into TDB2 via xloader on a different less powerful server: - 2x Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz (8 cores per cpu, 2 threads per core, -> 16C/32T) - 128GB RAM - non SSD RAID it took about 93h with  --threads 28; again I lost

Fuseki UI build fails

2022-02-21 Thread LB
Hi all, Fuseki UI module build fails when doing mvn clean install on latest main branch for me. Did the last PR change something? Do I need something specific? [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ jena-fuseki-ui --- [INFO] Preparing remote b

Re: [jira] [Commented] (JENA-2282) Fuseki2 Query Store

2022-02-16 Thread LB
In addition to the current discussion, I'd bring up another potential improvement: query tabs If I'm not totally blind, this isn't possible in the current UI? At least in my work I'm quite often working with multiple queries and so far I've to open multiple windows in Fuseki which makes me usi

Re: Fuseki UI with RDF Star

2022-02-04 Thread LB
oks like yasgui doesn't support RDF-star. I wonder how difficult it is to add the feature. jena-fuseki-ui:package.json @triply/yasr => ^4.21.1 which is latest. On 04/02/2022 08:49, LB wrote: Hi all, just using latest Fuseki UI and it looks like 1) RDF Star isn't supported by the q

Fuseki UI with RDF Star

2022-02-04 Thread LB
Hi all, just using latest Fuseki UI and it looks like 1) RDF Star isn't supported by the query parser - it complains with some red marker but at least we can run queries nevertheless 2) more problematic, it can't visualize RDF Star neither from SELECT queries in a table nor for CONSTRUCT que

Fuseki webapp is missing GeoSPARQL module

2022-02-01 Thread LB
Hi, not sure if intended or simply just forgotten after adding the GeoSPARQL assembler support (finally, thanks for that Andy!), but currently it looks like the Fuseki webapp module is missing the geosparql module import which leads to a Fuseki distribution without GeoSPARQL support by defaul

Re: Fuseki Evolution

2022-01-05 Thread LB
Nice progress so far. Just a probably dumb question: how do I start Fuseki with UI now when enabling GeoSPARQL via assembler? I tried to use the fulljar package java -jar target/jena-fuseki-fulljar-4.4.0-SNAPSHOT.jar --desc ~/fuseki-geosparql.ttl /ds but this seems to lack the webapp contex

Re: Testing tdb2.xloader

2021-12-19 Thread LB
n wrote: good morning Lorenz, Maybe time to get a few query bencharms tests? :) What does tdb2.tdbstats report? Marco On Sat, Dec 18, 2021 at 8:09 AM LB wrote: Good morning, loading of Wikidata truthy is done, this time I didn't forget to keep logs: https://gis

Re: Testing tdb2.xloader

2021-12-18 Thread LB
Good morning, loading of Wikidata truthy is done, this time I didn't forget to keep logs: https://gist.github.com/LorenzBuehmann/e3619d53cf4c158c4e4902fd7d6ed7c3 I'm a bit surprised that this time it was 8h faster than last time, 31h vs 39h. Not sure if a) there was something else on the ser

Re: Testing tdb2.xloader

2021-12-16 Thread LB
easier. I'm also watching the CPU temperature. When the graphics aren't active, the fans aren't even on. After a few minutes of active screen the fans spin up but the temperatures are still well within the limits. The machine is raised up by 1cm to give good airflow. And I keep

Re: Testing tdb2.xloader

2021-12-16 Thread LB
wrote: Thank you Lorenz, can you please post a directory list for Data-0001 with file sizes. On Thu, Dec 16, 2021 at 8:49 AM LB wrote: Loading of latest WD truthy dump (6.6 billion triples) Bzip2 compressed: Server: AMD Ryzen 9 5950X (16C/32T) 128 GB DDR4 ECC RAM 2 x 3.84 TB NVMe SSD

Re: Testing tdb2.xloader

2021-12-16 Thread LB
Loading of latest WD truthy dump (6.6 billion triples) Bzip2 compressed: Server: AMD Ryzen 9 5950X  (16C/32T) 128 GB DDR4 ECC RAM 2 x 3.84 TB NVMe SSD Environment: - Ubuntu 20.04.3 LTS - OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04) - Jena 4.3.1 Command: tools/apache-

Re: Retrieve all sub resources from one resource in one model

2021-07-19 Thread LB
(org.apache.jena.rdf.model.Resource) On Mon, Jul 19, 2021 at 1:39 PM Roland Bailly wrote: Thank you for your swift answer. Yes exactly. The idea is to get the sub graph from a given a node. -Original Message- From: LB Sent: lundi 19 juillet 2021 13:27 To: dev@jena.apache.org Subject: Re: Retrieve all sub

Re: Retrieve all sub resources from one resource in one model

2021-07-19 Thread LB
n all those statements for a given subject s - those statements can be added to a new model Does this already help? On 19.07.21 13:39, Roland Bailly wrote: Thank you for your swift answer. Yes exactly. The idea is to get the sub graph from a given a node. -Original Message- From: LB

Re: Retrieve all sub resources from one resource in one model

2021-07-19 Thread LB
what is a "sub-resource" in RDF? Are you talking about CBDs? Like what SPARQL DESCRIBE returns (to some extend)? On 19.07.21 13:18, Roland Bailly wrote: Hello, Currently I am working with a huge RDF file. I would like to retrieve all sub resources from one resource and put everything in one m