Labelingsoftware
Label making software
Extends: Technology
Labeling software
Label making software
Overview
Category: Label making software
Label making software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 29-1299.01
- SOC Code: 31-9096.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Labeling software',
category: 'Label making software',
description: 'Label making software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Labeling software",
"applicationCategory": "Label making software",
"description": "Label making software"
}