Semantics: Difference between revisions
From Sunhill Framework Documentation
+cat |
+ Some more semantics |
||
Line 15: | Line 15: | ||
|- | |- | ||
| Count || Integer || count|| || || Defines the count of some item | | Count || Integer || count|| || || Defines the count of some item | ||
|- | |||
| Creditcardnumer || String || id || || IDString || Defines a credit card number | |||
|- | |||
| Direction || Float || direction || || Defines a cardinal direction of something | |||
|- | |||
| Domain || String || id || || IDString || Defines a cardinal direction of something | |||
|- | |||
| Duration || Integer || time || id || IDString || Defines a cardinal direction of something | |||
|} | |} | ||
[[Category:Properties]] | [[Category:Properties]] |
Revision as of 16:57, 8 October 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 | ||
Creditcardnumer | String | id | IDString | Defines a credit card number | |
Direction | Float | direction | Defines a cardinal direction of something | ||
Domain | String | id | IDString | Defines a cardinal direction of something | |
Duration | Integer | time | id | IDString | Defines a cardinal direction of something |