PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • (Also to answer your comment before having 50 rep:- the .Count() bit is a call to an extension method on the extension class System.Linq.Enumerable - the extension method is available on all things that derive from IEnumerable because the code has a using System.Linq which brings the extension methods in all classes in that namespace into scope - in this case its in the class Enumerable.
http://www.w3.org/ns/prov#wasQuotedFrom
  • stackoverflow.com