knowsLanguage constant
knowsLanguage [Expects: https://schema.org/Language, https://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: https://schema.org/Organization, https://schema.org/Person
Implementation
static const knowsLanguage = IriTerm.prevalidated(
'https://schema.org/knowsLanguage',
);