PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • @Tauren, yes, there is a drawback, you will have a memory leak, for example in your code, all the variables declared in the first invocation within your constructor will be not garbage collected, because as you know now, the enclosing scope from where the Container.prototype.stamp function is created remains accessible even after the constructor ends its execution (a closure created).
http://www.w3.org/ns/prov#wasQuotedFrom
  • stackoverflow.com