| RDF-Server documentation | view source | Contained in the RDF-Server distribution. |
RDF::Server::Role::Renderable - role for resources that can be rendered
package My::Resource;
use Moose;
with 'RDF::Server::Role::Renderable';
sub to_xml { }
James Smith, <jsmith@cpan.org>
Copyright (c) 2008 Texas A&M University.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
| RDF-Server documentation | view source | Contained in the RDF-Server distribution. |