ComputerLanguage constant

IriTerm const ComputerLanguage

IRI for schemahttp: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(
  'http://schema.org/ComputerLanguage',
);