jena
jena copied to clipboard
Apache Jena
GitHub issue resolved #1477 The API changes to AsyncParser are intended to be completely backwards-compatible. I will add more tests for the issues outlined in #1477 later. ---- - [...
### Version 4.6.0-SNAPSHOT ### Feature Issues: - Closing the iterator's returned by AsyncParser does not abort the parsing process. In fact, repeatedly abandoning iterators will cause parsing threads to silently...
### Version 4.6.0-SNAPSHOT ### What happened? (Credits to @LorenzBuehmann for spotting this) While creating an assembler config that creates two services with different configurations over the same spatial dataset we...
PR: https://github.com/apache/jena/pull/1475 ### Version 4.6.0-SNAPSHOT ### What happened? Another follow up on https://issues.apache.org/jira/browse/JENA-2309 I investigated the issue of slow PrefixMapStd further and it turns out that when there are 'hits'...
GitHub issue resolved #1474 Reimplementation of PrefixMapStd to combine "fast-track" with trie backing. ---- - [x] Tests are included. (All existing tests apply - no new ones created) - [...
### Version 4.6.0-SNAPSHOT ### What happened? I started again looking into the issues I had with Jena in Spark settings; related to https://issues.apache.org/jira/browse/JENA-2309 Right now I am investigating some long...
Jira issue: https://issues.apache.org/jira/browse/JENA-2282 Pull request Description: An initial implementation of a query library for the Fuseki2 Vue UI using Vuex. Adds two buttons to the dataset query page for saving...
part of #1306 closes #1443 - [x] b-alert - [x] b-badge - [x] b-btn - [x] b-button - [x] b-card - [x] b-card-body - [x] b-card-header - [x] b-card-title -...
### Version 4.6.0-SNAPSHOT ### Feature From: https://github.com/apache/jena/pull/1307#issuecomment-1202252555 At the moment the upload is handled with a Vue component. It works very well, and is highly customizable. The default behavior for...
### Version Apache Jena Fuseki 4.3.1 ### Question I'd like to use a try it button for queries as it is possible for some other RDF triplestores. E.g. - [try...