schema.org.ai

RSACRiparianMappingTool

Map creation software

Extends: Technology

RSAC Riparian Mapping Tool

Map creation software

Overview

Category: Map creation software

Map creation software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 19-1031.02

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'RSAC Riparian Mapping Tool',
  category: 'Map creation software',
  description: 'Map creation software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "RSAC Riparian Mapping Tool",
  "applicationCategory": "Map creation software",
  "description": "Map creation software"
}