RDF::Trine::Serializer::OwlFn(3pm) User Contributed Perl Documentation RDF::Trine::Serializer::OwlFn(3pm)

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

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

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

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

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

Toby Inkster <tobyink@cpan.org>.

Copyright 2011-2012 Toby Inkster

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

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.

2021-09-11 perl v5.32.1