librdf_statement_get_object

Name

librdf_statement_get_object --  Get the statement object

Synopsis

librdf_node* librdf_statement_get_object (librdf_statement * statement);

Arguments

statement

librdf_statement object

Description

This method returns a SHARED pointer to the object which must be copied by the caller if needed.

Return value

a pointer to the librdf_node of the statement object -