PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • I think the beginning (elements.Count >= 3) is clear, it is just a condition to check if there are at least 3 elements in the list.Next we check if any of the elements satisfy the condition given in the brackets: elements.Any(<condition>), this returns a bool value indicating whether there are any elements which satisfy the condition.The condition is fulfilled if the element is an operator from the
http://www.w3.org/ns/prov#wasQuotedFrom
  • codeproject.com