schema.org.ai

AdobeAcrobatReader

Document management software

Extends: Technology

Adobe Acrobat Reader

Document management software

Overview

Category: Document management software

Document management software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 11-2011.00
  • SOC Code: 11-2021.00
  • SOC Code: 21-1015.00
  • SOC Code: 25-1064.00
  • SOC Code: 25-1123.00
  • SOC Code: 27-3031.00
  • SOC Code: 43-4061.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Adobe Acrobat Reader',
  category: 'Document management software',
  description: 'Document management software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Adobe Acrobat Reader",
  "applicationCategory": "Document management software",
  "description": "Document management software"
}