schema.org.ai

MicrosoftSharePointServer

Document management software

Extends: Technology

Microsoft SharePoint Server

Document management software

Overview

Category: Document management software

Document management software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 11-3021.00
  • SOC Code: 11-3031.01
  • SOC Code: 11-3121.00
  • SOC Code: 13-1199.04
  • SOC Code: 13-2051.00
  • SOC Code: 13-2054.00
  • SOC Code: 15-1299.01
  • SOC Code: 15-1299.02
  • SOC Code: 17-3025.00
  • SOC Code: 19-2041.00
  • SOC Code: 23-1011.00
  • SOC Code: 23-2011.00
  • SOC Code: 25-9031.00
  • SOC Code: 31-9092.00
  • SOC Code: 31-9093.00
  • SOC Code: 43-4171.00
  • SOC Code: 43-6011.00
  • SOC Code: 43-6012.00
  • SOC Code: 43-9031.00
  • SOC Code: 47-1011.03

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Microsoft SharePoint Server',
  category: 'Document management software',
  description: 'Document management software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Microsoft SharePoint Server",
  "applicationCategory": "Document management software",
  "description": "Document management software"
}