Objective
The objective of services to get a display term for an expression, is to support the automatic generation of a term that can be used for the human-readable representation of the term, e.g for display or exchange.
Description
Three different approaches to automatically creating display terms for postcoordinated expressions is presented, ranging from the simplest to the most complex.
- Replace concept identifiers with terms
- Apply simple term rules
- Apply description templates and rules
Please refer to Appendix A: Techniques for Autogenerating Display Terms for details on these approaches. Please note that alternative approaches may be equally valid for this task.
Summary
Service | Description | Input Parameters | Response |
---|---|---|---|
Get term for expression | Gets an autogenerated term for the expression using the technique supported by the terminology server | - substrate: the base edition for this repository - id: a unique reference to the expression repository - expression: a unique reference to the expression - technique: if multiple techniques for generating terms exist, the technique to apply may be indicated | Success: Return the generated display term(s) Failure: Display an appropriate error message |
Feedback