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

Return value

a pointer to the librdf_node of the statement subject - NOTE this is a shared copy and must be copied if used by the caller.