The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

obo2rdf.pl - OBO to RDF translator.

DESCRIPTION

This script transforms an OBO file into RDF.

Usage:

   obo2rdf.pl INPUT.obo URL NAMESPACE > OUTPUT.rdf

Sample usage:

   obo2rdf.pl my_ontology.obo "http://www.mydomain.com/ontology/rdf/" SSB > my_ontology.rdf

AUTHOR

Erick Antezana, <erick.antezana -@- gmail.com>

COPYRIGHT AND LICENSE

Copyright (c) 2006-2015 by Erick Antezana. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.