Name
librdf_new_statement_from_nodes -- Constructor - create a new librdf_statement from existing librdf_node objects
Arguments
- world
redland world object
- subject
librdf_node
- predicate
librdf_node
- object
librdf_node
Description
The node objects become owned by the new statement (or freed on error).
Return value
a new librdf_statement with copy or NULL on failure