Replies: 2 comments 5 replies
-
Carter |
Beta Was this translation helpful? Give feedback.
5 replies
-
re:1 If I had to guess, probably not. It is just something to flag that temperature in CCO may be misclassed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some questions about qualities obtained through measurement and how to represent them.
Suppose I have a Material Entity e and I want to express that its Temperature t is 20 degrees Celsius. Here's my assumption on how to express this in CCO.
I define an Act of Measuring individual aom. Its input is e. Its output is an Interval Measurement m.
I assert the following relationships:
(As far as I know, the data property to express the integer value of an ICE isn't finalized yet. has-value is my approximation.)
According to Modeling Information with the Common Core Ontologies 1.3, you express the unit of measurement by:
So, two questions:
Is the first set of elements and property assertions the correct way to express temperature – more generally, the correct way to express a continuant's quality that's known through measurement?
In CCO 2.0, will property is-measurement-unit-of continue to be a subproperty of is-carrier-of?
Beta Was this translation helpful? Give feedback.
All reactions