PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • They usually take the form of:public class Employee { private boolean manager; public boolean isManager() { return manager; }...}...if (employee.isManager()) { calculateManagerPay();else { calculatePay();}...The problem is that now there are potentially many other parts of the system that care about whether an employee is a manager or not.
http://www.w3.org/ns/prov#wasQuotedFrom
  • blogspot.com