o

owlviz

A plug-in for the Protege Desktop ontology editor that provides a graphical representation of the class hierarchies in an OWL ontology.
http://protegewiki.stanford.edu/wiki/OWLViz
GNU Lesser General Public License
Matthew Horridge Timothy Redmond Tania Tudorache Jennifer Vendetti
文件下载
文件名 操作
owlviz-5.0.3.jar 下载
owlviz-5.0.3.pom 下载
owlviz-5.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>edu.stanford.protege</groupId>
  <artifactId>owlviz</artifactId>
  <version>5.0.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'edu.stanford.protege:owlviz:5.0.3'
Gradle Kotlin
implementation("edu.stanford.protege:owlviz:5.0.3")
Scala SBT
libraryDependencies += "edu.stanford.protege" % "owlviz" % "5.0.3"
Groovy Grape
@Grapes(
  @Grab(group='edu.stanford.protege', module='owlviz', version='5.0.3')
)
Apache Ivy
<dependency org="edu.stanford.protege" name="owlviz" rev="5.0.3" />
Leiningen
[edu.stanford.protege/owlviz "5.0.3"]
Apache Buildr
'edu.stanford.protege:owlviz:jar:5.0.3'