schema.org.ai

Computerimagingsoftware

Graphics or photo imaging software

Extends: Technology

Computer imaging software

Graphics or photo imaging software

Overview

Category: Graphics or photo imaging software

Graphics or photo imaging software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 29-1242.00
  • SOC Code: 29-1243.00
  • SOC Code: 33-9021.00
  • SOC Code: 51-9081.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Computer imaging software',
  category: 'Graphics or photo imaging software',
  description: 'Graphics or photo imaging software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Computer imaging software",
  "applicationCategory": "Graphics or photo imaging software",
  "description": "Graphics or photo imaging software"
}