OWL2VOWL
OWL2VOWL copied to clipboard
Converting ontologies for WebVOWL
I've tried to convert the [this](https://raw.githubusercontent.com/fiesta-iot/ontology/master/m3-lite.owl) .owl file to json both using the jar file and also ont webowl website. It works perfectly on the website. However when I try...
When trying to build the jar file using "mvn package -P standalone-release" and "mvn package -Denv=standalone" it's failing because of test failures. Details: `initializationError(de.uni_stuttgart.vis.vowl.owl2vowl.ConsoleMainTest) Time elapsed: 0.005 sec
Bumps log4j-api from 2.7 to 2.16.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Log4Shell: RCE 0-day exploit found in log4j 2, a popular Java logging package https://www.lunasec.io/docs/blog/log4j-zero-day/ owl2vowl uses version log4j 2.7: org.apache.logging.log4j log4j-core 2.7
We had an issue with the `dc:creator` triples ordering recently, and figured out that even if we managed to get the order right in the turtle file, this would be...
Currently it seems that the json file generated uses system encoding. Unfortunately WebVOWL does not load the file using the system encoding, but rather UTF-8. OWL2VOWL could at least use...
Bumps commons-io from 2.5 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
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...
when adding the owl2Vowl dependency to my spring boot project, all my log4j logs disappears. ``` import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; ``` so I tried excluding every libraries I found related...
Vowl marks all classes in SNOMED.owl as external. The reason is that vowl check it like this: ``` class ImportedChecker{ public void execute() { //...... vowlData.getEntityMap().values().forEach(abstractEntity -> { IRI entityIri...