PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • If I understand you correctly, basically that means a) the potential problem really only exists for complex types being used as keys and b) whenever I want to use a complex type as a key I either have to override Equals() and GetHashCode() on that object in a sensible way (great article with basic guidelines on that here), or use an equality comparer in the constructor?
http://www.w3.org/ns/prov#wasQuotedFrom
  • stackoverflow.com