Skip to content

Architectures

URI: Architectures

Permissible Values

Value Meaning Description
x86-32 None 32 bit version of x86 architecture
x86-64 None 64 bit version of x86 architecture
AArch-32 None 32-bit version of ARM architecture
AArch-64 None 64-bit version of ARM architecture
RISC-V None Architecture based on open standard instruction set (ISA)
Other None CPU architecture not specified above

Slots

Name Description
cpuArchitecture Architecture of CPU as defined per

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#cpu

LinkML Source

name: Architectures
from_schema: https://w3id.org/gaia-x/development#cpu
permissible_values:
  x86-32:
    text: x86-32
    description: 32 bit version of x86 architecture.
  x86-64:
    text: x86-64
    description: 64 bit version of x86 architecture.
  AArch-32:
    text: AArch-32
    description: 32-bit version of ARM architecture.
  AArch-64:
    text: AArch-64
    description: 64-bit version of ARM architecture.
  RISC-V:
    text: RISC-V
    description: Architecture based on open standard instruction set (ISA).
  Other:
    text: Other
    description: CPU architecture not specified above.