* @param context The statement's context.
* @return The created statement.
*/
@Override
public Statement createStatement(Resource subject, URI predicate, Value object, Resource context) {
return new ContextStatementImpl(subject,predicate,object,context);
/*
tripleLock.lock();
KiWiConnection connection = aqcuireConnection();
try {
IntArray cacheKey = IntArray.createSPOCKey(subject,predicate,object,context);