knowsLanguage constant

IriTerm const knowsLanguage

knowsLanguage [Expects: http://schema.org/Language, http://schema.org/Text]

Of a {Person}, and less typically of an {Organization}, to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the IETF BCP 47 standard.

Can be used on: http://schema.org/Organization, http://schema.org/Person

Implementation

static const knowsLanguage = IriTerm.prevalidated(
  'http://schema.org/knowsLanguage',
);