schemaHttpKnowsLanguage constant

IriTerm const schemaHttpKnowsLanguage

knowsLanguage from schema-http vocabulary [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 schemaHttpKnowsLanguage = IriTerm(
  'http://schema.org/knowsLanguage',
);