PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • It turns out that this happens frequently in the Chromium codebase due to refactoring.Forward declare classes instead of including headers.You can use forward declarations in all the following cases:class Forward;class ObjectUser { public: ObjectUser(Forward by_value); void OrByPointer(Forward* by_pointer); void OrByReference(const Forward& by_reference); Forward OrReturnValue(); private: Forward*
http://www.w3.org/ns/prov#wasQuotedFrom
  • chromium.org