ComputerLanguage constant
IRI for schema:ComputerLanguage
This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the {Language} type.
Implementation
static const ComputerLanguage = IriTerm.prevalidated(
'https://schema.org/ComputerLanguage',
);