6 #ifndef TRIPLE_PRINTER_HPP_
7 #define TRIPLE_PRINTER_HPP_
11 namespace owlcpp{
namespace test{
16 void insert(
void const* statement) {
17 const raptor_statement* rs =
static_cast<const raptor_statement*
>(statement);
19 << raptor_term_to_string(rs->subject) <<
' '
20 << raptor_term_to_string(rs->predicate) <<
' '
21 << raptor_term_to_string(rs->object) <<
'\n'