glam/schemas/20251121/linkml/modules/classes/EnterpriseArchitect.yaml
kempersc 626bd3a095 refactor(schemas): apply naming conventions to 261 class files
- Apply Rule 39: RiC-O style hasOrHad*/isOrWas* for temporal slots
- Apply Rule 43: Singular noun convention (keywords → keyword)
- Update slot references to match renamed slot files
- Maintain schema integrity across all class definitions
2026-01-10 15:36:33 +01:00

48 lines
1.3 KiB
YAML

id: https://nde.nl/ontology/hc/class/EnterpriseArchitect
name: enterprise_architect
title: EnterpriseArchitect Class
prefixes:
linkml: https://w3id.org/linkml/
imports:
- linkml:types
- ../metadata
- ./StaffRole
- ../slots/specificity_annotation
- ./SpecificityAnnotation
- ../slots/template_specificity
- ./TemplateSpecificityScores
classes:
EnterpriseArchitect:
is_a: StaffRole
description: |
Enterprise has_or_had_architect designing organizational IT architecture.
**Official Title vs De Facto Work**:
In heritage context, focuses on integrating collections, operations,
and public-facing systems into coherent architecture.
**Common Variants**:
- Solutions Architect
- IT Architect
- Systems Architect
**Typical Domains**: Large heritage institutions, aggregators
**Typical Responsibilities**:
- IT strategy and roadmap
- System integration design
- Technology standards
- Vendor evaluation
- Architecture governance
slot_usage:
role_category:
ifabsent: string(TECHNICAL)
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
slots:
- specificity_annotation
- template_specificity