Semantics: Difference between revisions
From Sunhill Framework Documentation
No edit summary |
+cat |
||
Line 16: | Line 16: | ||
| Count || Integer || count|| || || Defines the count of some item | | Count || Integer || count|| || || Defines the count of some item | ||
|} | |} | ||
[[Category:Properties]] |
Revision as of 10:39, 30 September 2024
Semantics are a form of meta information about what kind of information a property takes.
Name | Type | Group | unit | Parent semantic | Description |
---|---|---|---|---|---|
Age | Integer | time | second | Describes the age of a person or thing | |
Airpressure | Float | pressure | pascal | Pressure | Defines the airpressure (for weather) |
Airtemperature | Float | temperature | °C | Temperature | Defines the air temperature (for weather) |
Bistate | Boolean | Abstract semantic for things that can have two states (like "on" or "off") | |||
Capacity | Integer | capacity | Byte | Defined the capacity of a computer item (like harddisk) | |
Count | Integer | count | Defines the count of some item |