schema.org.ai

Businesssoftwareapplications

Office suite software

Extends: Technology

Business software applications

Office suite software

Overview

Category: Office suite software

Office suite software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 11-9199.11
  • SOC Code: 13-1031.00
  • SOC Code: 15-1221.00
  • SOC Code: 17-2051.02
  • SOC Code: 17-2081.00
  • SOC Code: 17-2151.00
  • SOC Code: 31-9092.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Business software applications',
  category: 'Office suite software',
  description: 'Office suite software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Business software applications",
  "applicationCategory": "Office suite software",
  "description": "Office suite software"
}