You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not seeing that... In measures.rdf we have QuantityUnit, which has a variety of definitions for the unit value (e.g. bunch, can, kg, litre, pound etc).
Some of those won't be appropriate for a specific Product, but that's down to the user/platform to select the correct one, isn't it ? 😕
In the current working branch, the
quantity
has been deprecated and replaced byhasQuantity
.So the
Stock
concept and its sub-classes (TheoreticalStock
andRealStock
) should now express the quantity using aQuantitativeValue
.The
QuantitativeValue
has these different sub-classes:Length
,Price
,Temperature
,Volume
orWeight
which are a little strange to talk about stock.The stock quantity is only a float value so can we just use the
QuantitativeValue
with itsvalue
property filled?The text was updated successfully, but these errors were encountered: