28 lines
721 B
YAML
28 lines
721 B
YAML
id: https://nde.nl/ontology/hc/class/Staff
|
|
name: Staff
|
|
title: Staff
|
|
description: >-
|
|
Staff members or employee groups of an organization.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
org: http://www.w3.org/ns/org#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_quantity
|
|
- ../slots/has_type
|
|
classes:
|
|
Staff:
|
|
class_uri: schema:Person
|
|
description: Staff group or individual.
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: "Generic utility class created during migration"
|
|
custodian_types: '["*"]'
|
|
slots:
|
|
- has_quantity
|
|
- has_type
|
|
- has_description
|