-
```
The Jena libraries used in the project need to be updated, because it forbid
the latest version of these libraries on the client side.
In example:
- jena-arq 2.9.3 -> 2.11.1
- jena-tdb 0.9.3 -…
-
Now that Apache Jena is installed in the ci-worker, it might be a good idea to try it out some of the workflows, in particular when packaging. The riot utility allows quick reading and writing of rdf …
-
### Version
5.1.0
### Feature
This is a very loose feature idea, it's not urgent or anything.
It would be useful if when creating a new dataset in the Fuseki UI, the user would be presented with…
-
This query
```sparql
PREFIX afn:
PREFIX owl:
PREFIX rdfs:
select * {
?p1 rdfs:range ?r1.
?p1 rdfs:range ?r2.
filter(str(?r1) < str(?r2))
} order by ?p1
```
Finds 43 props with mult…
-
### Problem description
The LmdbStore uses 64 bit IDs for values.
The scheme is fixed and uses the lower two bits to encode the type of the referenced value:
- 00 => URI
- 01 => Literal
- 10 =>…
-
Slightly related to #106, I looked for correspondence between localnalname and label.
```sparql
PREFIX rdfs:
PREFIX afn:
select * {
?x rdfs:label ?label
bind(afn:localname(?x) as ?loca…
-
This is due to an issue with JavaFX under Linux, and with Eclipse in particular.
In Linux (Ubuntu 22.04), the following modifications will get the "DO-178C Compliance Report" window to appear, thou…
-
As Apache HttpClient usage was removed in Jena 4.3.0, the provided client no longer works with newer releases.
-
Hi Team,
Upheno isn't being loaded in the OLS at the moment because http://purl.obolibrary.org/obo/upheno/upheno_root_alignments.owl import is failing. Below is the exception which is raised in our…
-
## CVE-2018-11771 - Medium Severity Vulnerability
Vulnerable Library - commons-compress-1.17.jar
Apache Commons Compress software defines an API for working with
compression and archive formats. Th…