package RDF::Server::Semantic::Atom::Handler; use Moose::Role; with 'RDF::Server::Role::Handler'; requires 'data'; 1; __END__