PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • All these terms are necessarily loose, but I hope you get what I mean.)Consider[i &lt; 10] whileTrue: [Transcript show: i printString. i := i + 1]The syntax is clearly consistent -- everything is a message sent to the thing that precedes it ([i < 10] is a block that is sent the whileTrue: message), but it is sort of head-twistingly backwards from the expected while (i < 10) ..., even thou
http://www.w3.org/ns/prov#wasQuotedFrom
  • artima.com