OBJECT
Process
A process description which schould be linked to capabilities, input/output products and production resources. Input/output products do not have to be added if they are added to the sub processes and the sub processes are ordered via their input/output products.
link GraphQL Schema definition
- type Process {
- # Unique knowledge base identifier (automatically generated).
- ID! :
- # Arbitrary id defined by the user, e.g. to identify the object in an application.
- ID :
- # Description of the process.
- String :
- # Language code of the description following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
- String :
- # Arbitrary properties of the process.
- Property] : [
- # Process using the process as sub process.
- Process] : [
- # Sub process of the process.
- Process] : [
- # Capabilities realized by the process.
- Capability] : [
- # Capabilities required by the process.
- Capability] : [
- # Preliminary products as input products of the process. This shows all product
- # applications added to the process using type PRELIMINARY_PRODUCT.
- ProductApplication] : [
- # Raw materials as input products of the process. This shows all product
- # applications added to the process using type RAW_MATERIAL.
- ProductApplication] : [
- # Auxiliary materials as input products of the process. This shows all product
- # applications added to the process using type AUXILIARY_MATERIAL.
- ProductApplication] : [
- # Operating materials as input products of the process. This shows all product
- # applications added to the process using type OPERATING_MATERIAL.
- ProductApplication] : [
- # End products as output products of the process. This shows all product
- # applications added to the process using type END_PRODUCT.
- ProductApplication] : [
- # By products as output products of the process. This shows all product
- # applications added to the process using type BY_PRODUCT.
- ProductApplication] : [
- # Waste as output products of the process. This shows all product applications
- # added to the process using type WASTE_PRODUCT.
- ProductApplication] : [
- # Input products of the process. This shows all product applications added to the
- # process using any InputProductType.
- ProductApplication] : [
- # Output products of the process. This shows all product applications added to the
- # process using any OutputProductType.
- ProductApplication] : [
- # Production resource used during the conduction of the process.
- ProductionResource] : [
- # Production resource completely covering the process (no other production
- # resource needed to conduct the process).
- ProductionResource] : [
- }
link Require by
- CapabilityA production capability. The capabilities are ordered hierarchically. It is imporant to provide semantic references or at least descriptions of the capability. Otherwise it might not be found by the search engine.
- EnterpriseAn enterprise or company which is a supplier in a supply chain, provider of production capabilities, etc.
- FactoryA factory which is part of an enterprise and contains production resources.
- HumanResourceAn anonymous human resource as production resource to represent certain expertise and certification. Please do not add personal information!
- MachineA machine of a factory as a production resource which should be linked to processes and capabilities.
- ProcessA process description which schould be linked to capabilities, input/output products and production resources. Input/output products do not have to be added if they are added to the sub processes and the sub processes are ordered via their input/output products.
- ProcessResponse
- ProductionResourceAbstract production resource definition. It is specialized by Machine and HumanResource.
- Query