49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/BackendDeveloper
|
|
name: backend_developer
|
|
title: BackendDeveloper Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ./StaffRole
|
|
- ../slots/specificity_annotation
|
|
- ./SpecificityAnnotation
|
|
- ../slots/template_specificity
|
|
- ./TemplateSpecificityScores
|
|
classes:
|
|
BackendDeveloper:
|
|
is_a: StaffRole
|
|
description: |
|
|
Backend developer building server-side applications and APIs.
|
|
|
|
**Official Title vs De Facto Work**:
|
|
In heritage context, often works on collections APIs, data services,
|
|
and integrations with heritage standards.
|
|
|
|
**Common Variants**:
|
|
- Server Developer
|
|
- API Developer
|
|
- Python Developer
|
|
- Java Developer
|
|
|
|
**Typical Domains**: Heritage institutions with digital teams
|
|
|
|
**Typical Responsibilities**:
|
|
- API development
|
|
- Database integration
|
|
- Server-side logic
|
|
- Authentication/authorization
|
|
- Performance optimization
|
|
slot_usage:
|
|
role_category:
|
|
ifabsent: string(TECHNICAL)
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
slots:
|
|
- specificity_annotation
|
|
- template_specificity
|