logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GO::Handlers::owl - writes OWL

Command Line

       go2fmt.pl -w owl function.obo

perl v5.36.0                                       2023-12-18                             GO::Handlers::owl(3pm)

Description

       Consumes an OBO-XML event stream and generates OWL XML

       See the file

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

       For more details

Name

         GO::Handlers::owl     - writes OWL

Synopsis

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

See Also