OBJECT
Property
A property is a slice of information about an entity or capability. It is recommended to define at least one semantic reference for the property which is a BAMM model. This way applications can dynamically select the correct data and form type in interfaces to create, read or update the property.
link GraphQL Schema definition
- type Property {
- # Unique knowledge base identifier (automatically generated).
- ID! :
- # Arbitrary id defined by the user, e.g. to identify the object in an application.
- ID :
- # Label of the property.
- String :
- # Language code of the label following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
- String :
- # Description of the property.
- String :
- # Language code of the description following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
- String :
- # References to semantics describing the property. A BAMM model reference should
- # be one of the references.
- SemanticReference] : [
- # The actual value of the property, if one exists.
- String :
- }
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.
- 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.
- ProductApplicationA container for product usage metadata, like quantity. This is important to model input and output products of processes.
- ProductPassportA digital product passport reference.
- PropertyResponse
- Query