schema.org.ai

BentleySTAAD

Computer aided design CAD software

Extends: Technology

Bentley STAAD

Computer aided design CAD software

Overview

Category: Computer aided design CAD software

Computer aided design CAD software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 17-2051.00
  • SOC Code: 17-2121.00
  • SOC Code: 47-1011.03

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Bentley STAAD',
  category: 'Computer aided design CAD software',
  description: 'Computer aided design CAD software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Bentley STAAD",
  "applicationCategory": "Computer aided design CAD software",
  "description": "Computer aided design CAD software"
}