schema.org.ai

AppleAppleWorks

Spreadsheet software

Extends: Technology

Apple AppleWorks

Spreadsheet software

Overview

Category: Spreadsheet software

Spreadsheet software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 13-1023.00
  • SOC Code: 13-1051.00
  • SOC Code: 13-2051.00
  • SOC Code: 13-2054.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Apple AppleWorks',
  category: 'Spreadsheet software',
  description: 'Spreadsheet software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Apple AppleWorks",
  "applicationCategory": "Spreadsheet software",
  "description": "Spreadsheet software"
}