-
### Version
5.2.0
### Question
I am able to run this query but qparse can't parse it.
```sparql
PREFIX ex:
PREFIX fx:
PREFIX rdf:
PREFIX xyz:
select *
where {
?s ex:id ?id .
?…
-
### Change
This is a continuation of #2797 – trimming out the bloat in datatyped literal validations.
That issue tackled the worst offender – allocating two hashmaps per each validated literal. Th…
-
### Version
5.2.0
### What happened?
After upgrading to Jena 5.2.0, I've started noticing that some of my CI test runs were randomly just getting stuck. After a debugging session with sbt on …
-
SHACL Compact (SHACLC) is a dedicated SHACL syntax that's a lot easier to write and understand than SHACL.
JENA includes a [shacl command-line tool](https://jena.apache.org/documentation/shacl/#comma…
-
Is it possible to set up a database that has both full text and GeoSPARQL support? Here is the assembler I tried. Unfortunately I had no luck with my test query 😒
```turtle
@prefix fuseki: .
@…
-
Automatically register Jena-datasets in ckan.materialdigital.de or another CKAN instance as soon as the Jena-dataset is created.
Things to be clarified:
- [x] ID of registrator: the local admin…
-
We are facing systematic errors when client applications query through the API for CSV serialisations of referenced entities.
This happens with requests using the http://registry/{register}?_view=w…
-
As Apache HttpClient usage was removed in Jena 4.3.0, the provided client no longer works with newer releases.
-
Currently, the UI for Fuseki works with a webapp container. Fuseki does not make use of the webapp container environment.
There is also Fuseki packaged without using a webapp container but it does …
-