org.obolibrary.examples
Class ExportLabelsAsOWL
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportLabelsAsOWL
public ExportLabelsAsOWL()
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.