| http://www.w3.org/ns/prov#value | - According to the javadocs for Thread, that method effectively calls the following signature with TG=null public Thread(ThreadGroup group, Runnable target, String name) For which the javadocs say: If group is null and there is a security manager, the group is determined by the security manager's getThreadGroup method.
|