schema.org.ai

QGIS

Geographic information system

Extends: Technology

QGIS

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-2199.07

Usage in Platform

import { $ } from 'sdk.do'

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

JSON-LD Example

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