| 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.
|