schema.org.ai

ESRIArcEditor

Geographic information system

Extends: Technology

ESRI ArcEditor

Geographic information system

Overview

Category: Geographic information system

Geographic information system

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 15-1299.02
  • SOC Code: 17-3031.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'ESRI ArcEditor',
  category: 'Geographic information system',
  description: 'Geographic information system',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "ESRI ArcEditor",
  "applicationCategory": "Geographic information system",
  "description": "Geographic information system"
}