PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • For example, if you want to set a public instance field named F on class C, and F is a String you can use code such as: typeof(C).InvokeMember(F, BindingFlags.SetField, null, c, new Object[] {"strings new value}, null); If F is a String[], you can use code such as: typeof(C).InvokeMember(F, BindingFlags.SetField, null, c, new Object[] {new String[]{a,z,c,d}}, null); which will initial
http://www.w3.org/ns/prov#wasQuotedFrom
  • microsoft.com