runtimePlatform constant

IriTerm const runtimePlatform

IRI for schema:runtimePlatform [Expects: https://schema.org/Text]

Runtime platform or script interpreter dependencies (example: Java v1, Python 2.3, .NET Framework 3.0).

Can be used on: https://schema.org/SoftwareSourceCode

Implementation

static const runtimePlatform = IriTerm.prevalidated(
  'https://schema.org/runtimePlatform',
);