PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • { return _LastName; } set { _LastName = value; } } public long ID { get { return _Id; } set { _Id = value; } } }Each family member has an identifier witch is defined as long, a first name witch is a string and a last name witch is also a string.
http://www.w3.org/ns/prov#wasQuotedFrom
  • c-sharpcorner.com