schema.org.ai

AppleQuickTime

Video creation and editing software

Extends: Technology

Apple QuickTime

Video creation and editing software

Overview

Category: Video creation and editing software

Video creation and editing software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 25-1123.00
  • SOC Code: 25-9031.00
  • SOC Code: 27-3031.00
  • SOC Code: 27-4032.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Apple QuickTime',
  category: 'Video creation and editing software',
  description: 'Video creation and editing software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Apple QuickTime",
  "applicationCategory": "Video creation and editing software",
  "description": "Video creation and editing software"
}