PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • If a variable is only read by threads (either const or effectively const after threads that look at it are created) then you do not have much to worry about (and in read by threads" I am including the main original thread) because since the variable does not change if the compiler only generates code to read that variable once (remembering it in a local temporary variable) or if it generates code to
http://www.w3.org/ns/prov#wasQuotedFrom
  • stackoverflow.com