Håvard M. Ottestad

Results 276 comments of Håvard M. Ottestad

Thanks for reporting this. I'm not sure if this will be prioritised because the SparqlBuilder code is very incomplete and with poor test coverage.

Timed conversion of latest-lexemes.nt.gz from https://dumps.wikimedia.org/wikidatawiki/entities/ . Tested on an M3 Max with 16 cores. Originally 11 minutes, now 7 minutes. ### Before ### After

A few of the tests assumed that the RDF parser would return statements in a fixed and predictable order. I fixed up a couple of them, but then found out...

May be related to: https://github.com/eclipse-rdf4j/rdf4j/issues/4772

Try to make the query for oneOrMore be split into one and two or more by having the first path in the two-or-more be with + instead of *. Also...

``` export JAVA_OPTIONS="-Xmx32G" ./rdf2hdt.sh -multithread -disk -disklocation "../disk-temp/" ../../latest-lexemes.nt.gz ../../latest-lexemes.hdt ``` ## Before ``` [main] . [##########] 100.0 done File converted in ..... 10 min 33 sec 853 ms 834...

You can create a PR with the fixes you want to backport and we can merge them into main. If the code ends up being identical between main and develop...

Doesn't look like the Github Actions got triggered. Could you try to add a commit to see if it get's triggered.

That would be very welcome from our side. https://rdf4j.org/documentation/reference/rest-api/ Here is the API docs that we have. Did you already have an idea for how to extend it to support...

OWLAPI has been updated to RDF4J 5. We need to wait for it to be released. See: https://github.com/owlcs/owlapi/pull/1146