OBJECT
Factory
A factory which is part of an enterprise and contains production resources.
link GraphQL Schema definition
- type Factory {
- # Unique knowledge base identifier (automatically generated)
- ID! :
- # Arbitrary id defined by the user, e.g. to identify the object in an application
- ID :
- # Label, e.g. name, of the factory.
- String :
- # Language code of the label following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
- String :
- # Description of the factory
- String :
- # Language code of the description following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
- String :
- # Location of the factory
- Location :
- # Arbitrary properties of the factory
- Property] : [
- # Products assigned to the factory or as an output product of a process of the
- # factory enterprise
- Product] : [
- # Machines located in the factory
- Machine] : [
- # Human resources available in the factory (especially the ones with special
- # expertise)
- HumanResource] : [
- # Enterprise the factory belongs to
- Enterprise! :
- # Processes assigned to the factory or as realization of a capability a production
- # resource of the factory provides
- Process] : [
- # Certificates of the factory
- Property] : [
- }
link Require by
- EnterpriseAn enterprise or company which is a supplier in a supply chain, provider of production capabilities, etc.
- FactoryResponse
- ProductAn end product (can also be a material) or a product used to produce another product. It includes information about its supply chain and references its product passport.
- Query
- SupplyChainElementSupplier within a certain supply chain. Multiple factories of one company have to be divided into multiple supply chain elements.