O

OWL2VOWL

Owl2Vowl is an ontology converter used to convert the given ontology to a json format that is used in the WebVOWL visualization. See https://github.com/VisualDataWeb/WebVOWL or http://vowl.visualdataweb.org/.
https://github.com/VisualDataWeb/OWL2VOWL
MIT License
Eduard Marbach Vincent Link
Files download
File Operation
OWL2VOWL-0.3.1.jar download
OWL2VOWL-0.3.1.pom download
OWL2VOWL-0.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.visualdataweb.vowl.owl2vowl</groupId>
  <artifactId>OWL2VOWL</artifactId>
  <version>0.3.1</version>
  <type>${packaging.type}</type>
</dependency>
Gradle Groovy
implementation 'org.visualdataweb.vowl.owl2vowl:OWL2VOWL:0.3.1'
Gradle Kotlin
implementation("org.visualdataweb.vowl.owl2vowl:OWL2VOWL:0.3.1")
Scala SBT
libraryDependencies += "org.visualdataweb.vowl.owl2vowl" % "OWL2VOWL" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.visualdataweb.vowl.owl2vowl', module='OWL2VOWL', version='0.3.1')
)
Apache Ivy
<dependency org="org.visualdataweb.vowl.owl2vowl" name="OWL2VOWL" rev="0.3.1" />
Leiningen
[org.visualdataweb.vowl.owl2vowl/OWL2VOWL "0.3.1"]
Apache Buildr
'org.visualdataweb.vowl.owl2vowl:OWL2VOWL:jar:0.3.1'