Skip to content

camwebb/owlconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

owlconvert

A very simple OWL format converter based on OWLAPI.

I wanted a local tool to handle format conversion similar to the online converter at cs.Manchester, but couldn’t find anything handy, ready made. Before this hack, I knew close to zero java, so please be lenient!

Usage

  $ owlconvert  manchester|functional|turtle|rdfxml  <owl infile>

sends to standard out.

Installation

To compile, place in the same dir as owlapi-bin.jar

  $ javac -classpath owlapi-bin.jar owlconvert.java

Run with (replacing with correct paths):

  $ java -classpath "owlapi-bin.jar:." owlconvert

Make a shell script or alias to run from anywhere:

  $ alias owlconvert 'java -classpath "$OWLAPI:$OWLCONVERTPATH" owlconvert'

About

Simple OWL format converter based on OWLAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages