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

### Version 4.x ### What happened? User report on the mailing list - https://lists.apache.org/thread/4kfpx9wpm38p3kbdh78dmgpoz2ckm4s1 A query with a faulty `REGEX` on a large dataset resulted in massive log output because...

enhancement
improvement

GitHub issue resolved #1754 Pull request Description: Also includes a commit to fix `yarn run test:e2e`. I used the env vars for coverage (that calls e2e tests), but forgot to...

Fuseki UI

GitHub issue resolved #1680 Pull request Description: fusekiUI will look for a dataset named yasgui-config to load Example Queries and Prefixes based on the current dataset name ---- - [...

Fuseki UI

### Version 4.7.0 ### Feature As configured in its default [shiro.ini](https://github.com/apache/jena/blob/main/jena-fuseki2/jena-fuseki-webapp/src/main/resources/org/apache/jena/fuseki/webapp/shiro.ini), a Fuseki server allows read- and write-access from anywhere by default. This is a very dangerous default. I'd change...

enhancement

### Version 4.7.0 ### Feature The default SPARQL query ~~~sparql PREFIX rdf: PREFIX rdfs: SELECT * WHERE { ?sub ?pred ?obj . } LIMIT 10 ~~~ Should be extendable with...

enhancement

### Version 4.7.0 ### Feature `shacl validate` currently returns 0 exit code even when there are violations. Can this be changed to 1? ### Are you interested in contributing a...

enhancement
SHACL

### Version 4.7.0 ### Question I am using the embedded Fuseki server in a Spring Boot application like this: ```java FusekiServer fusekiServer = FusekiServer.create() .add("/ds", ds) .build(); fusekiServer.start(); ``` I...

question

### Version latest ### Feature Dear, Currently Apache Jena throug its API support the [bearer authentication](https://jena.apache.org/documentation/sparql-apis/http-auth.html#bearer-authentication), but for non java developer user is often a no go. It is possible...

enhancement

### Version 4.7.0-SNAPSHOT ### Feature As far as I can tell, neither tdbquery nor fuseki allow to stream the CONSTRUCT results, eben though the API exists. Of course there are...

enhancement

### Version 4.3.2 ### What happened? I evaluated JenaTDB2 4.3.2 with a SPARQL-star [dataset](https://zenodo.org/record/7603263/files/bearc_alldata.TB_star_hierarchical.ttl?download=1) with 9.411.041 triples (4.9 GB). I loaded the dataset with the tdb2 loader as on-disk storage....

performance