org.obolibrary.examples
Class ExportLabelsAsOWL

java.lang.Object
  extended by org.obolibrary.examples.ExportLabelsAsOWL

public class ExportLabelsAsOWL
extends Object

Saves an OWL ontology consisting only of labels argument 1: a file path to an input obo file argument 2: a file path to an output owl file Example: java org.obolibrary.examples.ExportLabelsAsOWL human-phenotype-ontology.obo labels.owl


Constructor Summary
ExportLabelsAsOWL()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportLabelsAsOWL

public ExportLabelsAsOWL()
Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        org.semanticweb.owlapi.model.OWLOntologyCreationException,
                        org.semanticweb.owlapi.model.OWLOntologyStorageException
Throws:
IOException
org.semanticweb.owlapi.model.OWLOntologyCreationException
org.semanticweb.owlapi.model.OWLOntologyStorageException


Copyright © 2010-2011. All Rights Reserved.