NAME

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

SYNOPSIS

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

DESCRIPTION

Methods

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

SEE ALSO

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

http://www.perlrdf.org/.

AUTHOR

Toby Inkster <tobyink@cpan.org>.

COPYRIGHT

Copyright 2011 Toby Inkster

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