Calculated values and alignments #73
Replies: 3 comments
-
Do we have any examples of ontologies that currently calculate this, for a definition? As a first stab I'd guess: sum I think we've discussed this before but I can't recall... where do we hold Taxes? 🤔 |
Beta Was this translation helpful? Give feedback.
-
Actually, the |
Beta Was this translation helpful? Give feedback.
-
@Alcoz Is there a way to align a calculated property from an ontology A to a non-calculated property from a ontology B? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, our ontology does not store the total price of an
Order
. Applications need to compute that value by themselves by summing the price of eachOrderLine
.I was wondering how can we align with ontologies that do provide a total price property for an
Order
. Are there some mechanisms to express the logic to compute the total price so the aligned ontology can fill its total price property?Beta Was this translation helpful? Give feedback.
All reactions