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 5.7.0-SNAPSHOT ### Feature This is the proposed sub system upon which execution tracking for both local and remote datasets can be based. ### SparqlAdapterRegistry The core idea is...

enhancement

Should Jena include the SPDX-License-Identifier tag? If done in the header for Java files, it would look like: ``` /* * Licensed to the Apache Software Foundation (ASF) under one...

Jena6

Jena 6 is an opportunity to make changes that are not incremental and may require users to reload data. What changes should be made for jena 6.0.0? For example, `SpatialIndexV1`...

question
GeoSPARQL
Jena6

### Version 5.6.0 ### What happened? I created an assembler file which produces the error below (config used included). The schema I wish to use for inference is called `Schema_Ontology.ttl`...

question

This means that two RDF terms (`Node`) can be same-term by RDF Term rules but have different values. Thy can't be safely used as keys into a map or cache....

### Version 5.5.0 ### What happened? In a customer project, we use a library that in turn uses `jena-shex` and `jena-arq` both in version 5.5.0. The latter depends on org.glassfish...

bug

### Version 5.6.0 ### What happened? `OntResource` is not public therefore calling any methods overridden from RDFNode (E.g., `OntModel getModel()`) results in an `IllegalAccessError`. This was experienced when building/running for...

bug

GitHub issue resolved (no issue created yet). Pull request Description: Upgrade to kryo5. ~~Need yet to test whether spatial indexes created with kryo4 can be loaded with kryo5. Also, there...

Jena6

GitHub issue resolved #3507 Pull request Description: This is mainly infrastructure work to further assess RDFS reasoning - and any future changes to it. * Fixed literals-in-subject inferences due to...

### Version 5.6.0-SNAPSHOT ### What happened? Having recently touched `jena-geosparql`, which uses some RDFS inferencing, brought me back to some issues: * MatchRDFS can produce literals in subject position: `(X...

bug