Skip to content

A command-line tool that converts OWL ontologies using OWL API

Notifications You must be signed in to change notification settings

matax87/owlapi-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

owlapi-converter

A command-line tool that converts OWL ontologies using OWL API.

Installation

Clone this repository or download it as a zip. Open a terminal and change to the owlapi-converter downloaded directory and generate the executable jar using maven:

mvn package

Usage

Generally, the previous step generate the jar in the target folder placed inside the owlapi-converter root folder.

To use the converter tool, type:

java -jar target/owlapi-converter.jar [-s syntax] [-o target] source

where:

  • source (required argument) is the input ontology file.
  • -o target (optional) specifies the output file.
  • -s [rdfxml | owlxml | turtle | manchester | functional | texowl] (optional) specifies the export syntax. If it is not specified rdfxml is used.

For example:

java -jar target/owlapi-converter.jar -s texowl examples/pizza.owl -o OUTPUT

About

A command-line tool that converts OWL ontologies using OWL API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages