HumanresourceinformationsystemHRIS
Human resources software
Extends: Technology
Human resource information system (HRIS)
Human resources software
Overview
Category: Human resources software
Human resources software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 11-1011.00
- SOC Code: 11-3031.00
- SOC Code: 11-3111.00
- SOC Code: 11-3121.00
- SOC Code: 11-9199.02
- SOC Code: 13-1071.00
- SOC Code: 13-1141.00
- SOC Code: 19-3032.00
- SOC Code: 43-4161.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Human resource information system (HRIS)',
category: 'Human resources software',
description: 'Human resources software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Human resource information system (HRIS)",
"applicationCategory": "Human resources software",
"description": "Human resources software"
}