glam/schemas/20251121/linkml/modules/classes/FrontendDeveloper.yaml
2026-01-08 15:56:28 +01:00

49 lines
1.3 KiB
YAML

id: https://nde.nl/ontology/hc/class/FrontendDeveloper
name: frontend_developer
title: FrontendDeveloper Class
prefixes:
linkml: https://w3id.org/linkml/
imports:
- linkml:types
- ../metadata
- ./StaffRole
- ../slots/specificity_annotation
- ./SpecificityAnnotation
- ../slots/template_specificity
- ./TemplateSpecificityScores
classes:
FrontendDeveloper:
is_a: StaffRole
description: |
Frontend developer creating user interfaces for digital platforms.
**Official Title vs De Facto Work**:
In heritage context, often works on collection portals, exhibition
interactives, and public-facing applications.
**Common Variants**:
- UI Developer
- Web Developer
- JavaScript Developer
- React Developer
**Typical Domains**: Heritage institutions with digital teams
**Typical Responsibilities**:
- User interface development
- Responsive design
- Accessibility implementation
- Performance optimization
- Cross-browser testing
slot_usage:
role_category:
ifabsent: string(TECHNICAL)
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
slots:
- specificity_annotation
- template_specificity