schema.org.ai

DistributedcontrolsystemDCS

Industrial control software

Extends: Technology

Distributed control system DCS

Industrial control software

Overview

Category: Industrial control software

Industrial control software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 11-3051.00
  • SOC Code: 11-3051.03
  • SOC Code: 11-3051.04
  • SOC Code: 11-3051.06
  • SOC Code: 49-9099.01
  • SOC Code: 51-8013.00
  • SOC Code: 51-8013.03
  • SOC Code: 51-8013.04
  • SOC Code: 51-8091.00
  • SOC Code: 53-7121.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Distributed control system DCS',
  category: 'Industrial control software',
  description: 'Industrial control software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Distributed control system DCS",
  "applicationCategory": "Industrial control software",
  "description": "Industrial control software"
}