jena icon indicating copy to clipboard operation
jena copied to clipboard

Apache Jena

Results 206 jena issues
Sort by recently updated
recently updated
newest added

### Change The service enhancer module currently uses Guava Cache and should migrate to Caffeine. This does not remove the need for Guava because its RangeMap / RangeSet data structures...

task

### Version 5.0.0-SNAPSHOT ### Feature The current THRIFT format is great, but in practice there are many duplicate strings that unnecessarily bloat the serialised data. Idea: Extend the format with...

enhancement

### Version 4.10.0 ### What happened? I'm using the Jena CLI tools to test parsing a json-ld file containing a referenced context (`"@context": "https://..."`) and noticed that the `@base` is...

bug
json-ld

### Version 5.0.0-SNAPSHOT ### Feature I've noticed that the requirement to clone a graph arises frequently in our codebase. Currently, this is our approach: ``` var copy = GraphFactory.createGraphMem(); graph.find().forEachRemaining(copy::add);...

enhancement

### Version 4.x.x ### Question In [ONT-API](https://github.com/owlcs/ont-api) we need thread-safe graph. For this purpose, I created a separate simple library: https://github.com/sszuev/concurrent-rdf-graph It contains `SynchronizedGraph` & `ReadWriteLockingGraph`. It would be convenient...

question

Please consider submitting an EARL implementation report for [RDF Dataset Canonicalization](https://w3.org/TR/rdf-canon). The implementation report at https://w3c.github.io/rdf-canon/reports/ for CR transition already has five compatible implementations, but we'd like to see reports...

help wanted

### Version 4.10.0 ### What happened? The artefact downloaded from maven for the service enhancer return class not found, when dropped into the extra folder. This happens when running fuseki...

bug

### Version 4.10.0 ### Feature I want to use Jena in a [cats-effect](https://typelevel.org/cats-effect/) Scala application. Cats Effect uses an asynchronous runtime that implements many concurrency constructs in a "semantic" fashion...

enhancement

### Version 5.0.0 ### Feature See #2153 and #2155 . Even if the algebra generator is changed to cope with the non-parser AST generated by querybuilder (PR #2155), should the...

enhancement
Query Builder

### Version 4.10.0 ### Feature Just a minor suggestion, but when I want to upload files to my database via the webapp it simply states that an error occurred, if...

enhancement
Fuseki UI