55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/Group
|
|
name: Group
|
|
title: Group
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
org: http://www.w3.org/ns/org#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
classes:
|
|
Group:
|
|
class_uri: org:OrganizationalUnit
|
|
description: 'An organizational group or team.
|
|
|
|
|
|
**USAGE**:
|
|
|
|
Used for:
|
|
|
|
- Management groups
|
|
|
|
- Teams
|
|
|
|
- Departments
|
|
|
|
- Committees
|
|
|
|
'
|
|
attributes:
|
|
group_name:
|
|
range: string
|
|
required: true
|
|
description: Name of the group
|
|
group_type:
|
|
range: string
|
|
description: Type of group (TEAM, DEPARTMENT, COMMITTEE)
|
|
member_count:
|
|
range: integer
|
|
description: Number of members
|
|
exact_mappings:
|
|
- org:OrganizationalUnit
|
|
close_mappings:
|
|
- schema:Organization
|
|
annotations:
|
|
specificity_score: '0.35'
|
|
specificity_rationale: Low specificity - groups are common organizational concept.
|
|
custodian_types: "['*']"
|
|
examples:
|
|
- value:
|
|
group_name: Storage Team
|
|
group_type: TEAM
|
|
member_count: 5
|
|
description: Warehouse management team
|