schema.org.ai

VMWareESXServer

Application server software

Extends: Technology

VMWare ESX Server

Application server software

Overview

Category: Application server software

Application server software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 15-1253.00
  • SOC Code: 15-1299.01
  • SOC Code: 15-1299.08
  • SOC Code: 19-4051.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'VMWare ESX Server',
  category: 'Application server software',
  description: 'Application server software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "VMWare ESX Server",
  "applicationCategory": "Application server software",
  "description": "Application server software"
}