GO::Handlers::owl - writes OWL


go-perl documentation  | view source Contained in the go-perl distribution.

Index


NAME

Top

  GO::Handlers::owl     - writes OWL 

SYNOPSIS

Top

  use GO::Parser;
  my $p = GO::Parser->new({handler=>'owl'});
  $p->parse("function.ontology");

DESCRIPTION

Top

Consumes an OBO-XML event stream and generates OWL XML

See the file

  go-dev/doc/mapping-obo-to-owl.txt

For more details

COMMAND LINE

Top

go2fmt.pl -w owl function.obo


go-perl documentation  | view source Contained in the go-perl distribution.