librdf_statement_get_predicate

Name

librdf_statement_get_predicate --  Get the statement predicate

Synopsis

librdf_node* librdf_statement_get_predicate (librdf_statement * statement);

Arguments

statement

librdf_statement object

Description

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

Return value

a pointer to the librdf_node of the statement predicate -