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

RDF::Trine::Serializer::OwlFn - OWL Functional Syntax Serializer

Author

       Toby Inkster <tobyink@cpan.org>.

Description

Methods
       This class inherits methods from the RDF::Trine::Serializer class.

Disclaimer Of Warranties

       THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
       LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

perl v5.32.1                                       2021-09-11                 RDF::Trine::Serializer::OwlFn(3pm)

Name

       RDF::Trine::Serializer::OwlFn - OWL Functional Syntax Serializer

See Also

       RDF::Closure, RDF::Trine::Parser::OwlFn.

       <http://www.perlrdf.org/>.

Synopsis

               use RDF::Trine;
               my $ser = RDF::Trine::Serializer->new('owlfn');
               print $ser->serialize_model_to_string($model);

See Also