Create a Statement instance. (Creating a statement does not add it to the set of statements in the model; see Model::add). This method may return an existing Statement with the correct components and model, or it may construct a fresh one, as it sees fit.
Subsequent operations on the statement or any of its parts may modify this model.
@param s the subject of the statement
@param p the predicate of the statement
@param o the object of the statement
@return the new statement
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.