PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • Assignment operator return value is the value of value left, so can chain assignment. irb (main): 001:0> a = b = c = 5 => 5 irb (main): 002:0> a = (b = 1 + 2) + 5 => 8 Ruby's basic assignment in two forms, one on the left is an object or variable, then the r
http://www.w3.org/ns/prov#wasQuotedFrom
  • codeweblog.com