ssz

Results 18 issues of ssz

support for jena-csv and topbraid-spin is present in v1. but both libraries are now deprecated, so I don't like much the idea of reanimating that code in v2, on the...

help wanted
question

### Version 4.x.x ### Question One more question. I've already raised this issue in Dev ML (can't find the link right now). There was no final decision, or I missed...

question

### Version 4.x.x ### Question In [ONT-API](https://github.com/owlcs/ont-api) we need thread-safe graph. For this purpose, I created a separate simple library: https://github.com/sszuev/concurrent-rdf-graph It contains `SynchronizedGraph` & `ReadWriteLockingGraph`. It would be convenient...

question

the words `оседание`, `пленение`, `замерзание`, `окостенение`, `разночтение`, `отсрочивание` are marked as feminine, but must be neuter:: ```csv оседание оседа'ние settling, subsidence, settlement Absinken, Sinken, Sedimentieren, Sedimentation n 0 0 0...

### Describe the bug after updating to version >3.5.3 (e.g. 3.9.4), the application stopped working. I have a demo project to reproduce issue: https://github.com/sszuev/play-quarkus the application contains `quarkus-kafka-streams` & `quarkus-rest`....

kind/bug
area/kotlin
env/windows

jdk-17.0.6, code: ```java import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; import java.time.OffsetDateTime; public class Main { public static void main(String[] args) throws JsonProcessingException { ObjectMapper mapper = new ObjectMapper() .registerModule(new JavaTimeModule());...

[Jena-OWL2](https://github.com/sszuev/jena-owl2) is a java library which contains an enhanced [Apache Jena](https://github.com/apache/jena) Inference [RDF](https://www.w3.org/TR/rdf11-concepts/) Model with [OWL2](https://www.w3.org/TR/owl2-syntax/) support. The library is added to the section "Misc". (is it right place? maybe...

GitHub issue resolved #2160 Pull request Description: ---- - [x] Tests are included. - [ ] Documentation change and updates are provided for the [Apache Jena website](https://github.com/apache/jena-site/) - [x] Commits...

GitHub issue resolved #2460 Pull request Description: - move `org.apache.jena.ontapi.vocabulary` (:jena-ontapi) -> `org.apache.jena.vocabulary` (:jena-core) - invite OWL1 voc - mark OWL voc as deprecated (now `OWL extends OWL1`) ---- -...

### Version 5.1.0 ### Feature I think that vocabularies from the package `org.apache.java.ontapi.vocabulary` (`:jena-ontapi`) should be moved to the package `org.apache.jenia.vocabulary` (`:jena-core`). It is good to have all vocabularies in...

enhancement