PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • ; } } public string Conversation { get { return conversation; } set { conversation = value; } } //If it can not find a room null is returned public IRoom FindOwnedRoom(string type) { if(ownedRoom.Type == type) return ownedRoom; else return null; } #endregion }NPCs can own things and them talking is an event.
http://www.w3.org/ns/prov#wasQuotedFrom
  • godpatterns.com