knownAs constant

IriTerm const knownAs

IRI for contact:knownAs

A person may be known as various strings. For example, an email friendly name string. If you have an email from someone using a string as the human-readable phrase, then it is reasonable to assume that there are :knownAs that.

Implementation

static const knownAs = IriTerm.prevalidated(
  'http://www.w3.org/2000/10/swap/pim/contact#knownAs',
);