Semantics: Difference between revisions

From Sunhill Framework Documentation
Created article
 
Implemented first semantics
Line 1: Line 1:
'''Semantics''' are a form of meta information about what kind of information a property takes.
'''Semantics''' are a form of meta information about what kind of information a property takes.
{|class="wikitable sortable"
!Name !! Type !! Group !! unit !! Parent semantic !! class="unsortable"|  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)
|}

Revision as of 12:48, 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)