OBJECT
HumanResource
An anonymous human resource as production resource to represent certain expertise and certification. Please do not add personal information!
link GraphQL Schema definition
- type HumanResource implements ProductionResource {
- # -------ProductionResource fields------
- #
- # Unique knowledge base identifier (automatically generated).
- ID! :
- # Arbitrary id defined by the user, e.g. to identify the human resource in an
- # application.
- ID :
- # Label naming the human resource, e.g. a human resource identifier.
- String! :
- # Language code of the label following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
- String! :
- # Description of the human resource.
- String :
- # Language code of the description following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
- String :
- # Processes added as realization of a capability the production resource provides.
- Process] : [
- # Processes using the production resource.
- Process] : [
- # Capabilities the production resource provides.
- Capability] : [
- # --------------------------------------
- #
- # Certificates the human resource holds.
- Property] : [
- }