OBJECT
SemanticReference
A reference to a concrete semantic, like to a concrete term in a taxonomy like eClass.
link GraphQL Schema definition
- type SemanticReference {
- # Unique knowledge base identifier (automatically generated).
- ID! :
- # Uri used to reference the semantic.
- String! :
- # Label, e.g. semantic identifier, of the semantic or term referenced.
- String :
- # Language code of the label.
- String :
- # Original description of external semantic.
- String :
- # Language code of the description following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
- 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.
- 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.
- ProductClassA product type or class which describes the cathegory of a product.
- PropertyA 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.
- Query
- SemanticReferenceResponse