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
However, looking at the OWL I see that a qudt:Quantity may have a qudt:quantityValue property whose range is expected to be a qudt:QuantityValue. (Note that qudt:unit and qudt:value are not mentioned in the OWL.)
A Quantity Value expresses the magnitude and kind of a quantity and is given by the product of a numerical value n and a unit of measure U. The number multiplying the unit is referred to as the numerical value of the quantity expressed in that unit. Refer to <a href="http://physics.nist.gov/Pubs/SP811/sec07.html\">NIST SP 811 section 7 for more on quantity values.
This seems to be the same as qudt:Quantity except without the QuantityKind reference. Is that correct?
This also seems to imply alternative serialisations:
Yes - it helps a bit. Quantity is the concept (and may/should have a quantityKind), QuantityValue is a specifically scaled value.
But if the value for the Quantity is only available with one uom, then the Quantity/quantityValue/QuantityValue form can be shortened to just Quantity ??
Also: the example you refer to uses qudt:hasUnit. Is that preferred to qudt:unit ?
I have a feeling this has been answered before, but I can't find it.
At https://github.com/qudt/qudt-public-repo/wiki/User-Guide-for-QUDT#1-simple-use-case the basic pattern for a QUDT encoded Quantity instance is shown thus:
However, looking at the OWL I see that a
qudt:Quantity
may have aqudt:quantityValue
property whose range is expected to be aqudt:QuantityValue
. (Note thatqudt:unit
andqudt:value
are not mentioned in the OWL.)Then the definition of
qudt:QuantityValue
isThis seems to be the same as
qudt:Quantity
except without theQuantityKind
reference. Is that correct?This also seems to imply alternative serialisations:
or
Which is recommended? Am I missing something here?
The text was updated successfully, but these errors were encountered: