OLGA icon indicating copy to clipboard operation
OLGA copied to clipboard

an Ontology SDK

Results 11 OLGA issues
Sort by recently updated
recently updated
newest added

**Describe the bug** rdfs:Datatype is not handled. OLGA considers it as a class to generate with the superclass rdfs:Literal. But OLGA prevents classes from rdfs: to be generated see [here](https://github.com/EcoStruxure/OLGA/blob/81aaf0afdca933adf64f3b12b58406b90ce1a7dd/OLGA/OLGA-Core/src/main/java/semanticstore/ontology/library/generator/visitor/OLGAVisitor.java#L164)....

bug

Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 1.5.9.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...

dependencies

Facing Compilation error while trying to generate jar file for fiesta ontology using OLGA Steps to reproduce the behavior: 1. Download fiesta-iot.owl from https://github.com/fiesta-iot/ontology 2. Download and Unzip the OLGA...

Hello, I have used docker and installed in my Ubuntu 18.04. After docker run ./docker-run.sh and opening http://localhost:9090/Ontology/OLGAsaas/1.0.0/1.0/swagger-ui.html. I tried generating code both in python and java. The zip file...

Compilation fails for Java code generated using the OLGA SDK Steps to reproduce the behavior: Download the digital_buildings rdf file from the digital buildings repo. ZIP the OLGA Repo Master...

bug

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

The RDFAlchemy project's repo is archived and inactive - https://github.com/gjhiggins/RDFAlchemy and it doesn't look like there is a clear replacement. Perhaps https://github.com/cosminbasca/surfrdf or https://pypi.org/project/Owlready2/ ?

enhancement
help wanted

The current state of OLGA requires the users to install dotnet, and python dependencies which requires unnecessary effort specially when the user is for example interested only in Java code...

enhancement

As a user, I might just need one library and one language, therefore, I would like to skip the tests for all languages. For example, if I would like to...

enhancement
help wanted