schema.org.ai

NetscapeNavigator

Internet browser software

Extends: Technology

Netscape Navigator

Internet browser software

Overview

Category: Internet browser software

Internet browser software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 11-3021.00
  • SOC Code: 21-1014.00
  • SOC Code: 21-1015.00
  • SOC Code: 21-1023.00
  • SOC Code: 27-1026.00
  • SOC Code: 43-3051.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Netscape Navigator',
  category: 'Internet browser software',
  description: 'Internet browser software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Netscape Navigator",
  "applicationCategory": "Internet browser software",
  "description": "Internet browser software"
}