PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • This could be a legimate interruption (for example if the Callable performs some blocking operation such as Thread.sleep and is interrupted explicitly via Thread.interrupt()), or it could be that the ExecutorService (assuming you are using this) is being shut down via a call to shutDownNow().
http://www.w3.org/ns/prov#wasQuotedFrom
  • stackoverflow.com