librdf_statement_get_subject

Name

librdf_statement_get_subject --  Get the statement subject

Synopsis

librdf_node* librdf_statement_get_subject (librdf_statement * statement);

Arguments

statement

librdf_statement object

Description

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

Return value

a pointer to the librdf_node of the statement subject -