| http://www.w3.org/ns/prov#value | - Since condition variables do not maintain state about whether they have been signaled or not, you need to maintain the state for whatever might be the reason for the condition variable to be signaled separately (in some cases, such as queues, the reason for a condition variable to be signaled can go away asynchronously).
|