Semantics: Difference between revisions
From Sunhill Framework Documentation
Implemented first semantics |
No edit summary |
||
Line 13: | Line 13: | ||
|- | |- | ||
| Capacity || Integer || capacity || Byte || || Defined the capacity of a computer item (like harddisk) | | Capacity || Integer || capacity || Byte || || Defined the capacity of a computer item (like harddisk) | ||
|- | |||
| Count || Integer || count|| || || Defines the count of some item | |||
|} | |} |
Revision as of 12:53, 23 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 |