jena
jena copied to clipboard
Apache Jena
### Version 4.8.0 ### Feature When executing queries with `arq` it is possible to provide multiple input files by repeating the `--data` option This is a not shell-friendly, where I...
GitHub issue resolved #1334 Pull request Description: Uses YASGUI that supports tabs, instead of YASQE + YASR (used by YASGUI). ---- - [ ] Tests are included. - [ ]...
### Version 4.8 ### Feature Dear Jena team, To my understanding fuseki is compiled with GeoSPARQL but not Arq and tdbquery Is it possible to add this feature to these...
### Version 4.7.0 ### Feature We are trying to use the embedded Fuseki server with Spring Boot version 3.0.1. Unfortunately, we run into a problem where we get a `ClassNotFoundException`...
### Version 4.7.0 ### Question Im using DocumentLoader to reroute the context URL, because the URL in context is not accessible in our application. So i made my own adaptation...
Modified the Fuseki UI to show a list of graphs without triple counts in /edit view by default because counting all graphs is slow and the /edit interface becomes unusable...
### Version 4.7.0 ### What happened? The following query, on an empty dataset should return no rows because `{0}` only applies to nodes in the graph. But optimization creates `1...
### Version fuseki2 4.4.0 ### Question - the rdf ontology like this: three entities A B C, A-relation1-B, A-relation2-C, B-relation3-C. - when count the thriples with: `select (count(?s) as ?count)...
### Version 4.7.0 ### Feature The "edit" view at `/#/dataset/NAME/edit` is barely usable for large sets of graphs because the number of triples is counted for each graph, a time-consuming...
### Version Apache Jena Fuseki 4.7.0-SNAPSHOT ### What happened? Occasionally (and apparently randomly), a "500 Server Error" is thrown. The queries are persistent, common queries that work immediately after a...