Skip to content

Physical World

Alejandro Medrano Gil edited this page May 20, 2015 · 1 revision

The upper ontology defining the most general concepts from the physical world as opposed to the virtual realm.

Observations

There were two location one more exhaustive model in phWorld with support for image recognition, positioning of objects and space configurations and one compacter model in location.extra, which has been removed. The one in phWorld is the final one, and a few more concepts will be added.

Diagram

Elements

Location
Ontological representation of the location of a physical thing.
Place
Ontological representation of a place (which is not only a location but also has some more properties. It is more concrete).
Way
Ontological representation of a way, which is a physical embodiment of a path.
BuildingLevel
Ontological representation of a level of a building (the whole floor).
Corridor
Ontological representation of corridor in a house.
EntranceHall
Ontological representation of the entrance hall of a house.
Hall
Ontological representation of the hall of a house.
Home
Ontological representation of a house as an indoor place.
HomeArea
Ontological representation of a delimited area within a house (do not mistake with the house itself).
IndoorPlace
Ontological representation of a place that is covered (indoors).
Room
Ontological representation of a room in a house.
RoomFunction
Ontological enumeration of possible functions of a room in a house.
StairCase
Ontological representation of a staircase area in a house.
StairWay
Ontological representation of a stairway connecting levels.
Building
Ontological representation of any building.
City
Ontological representation of a city as a generic outdoor place.
CityPlace
Ontological representation of an outdoor place in a city.
CityQuarter
Ontological representation of a city quarter or neighborhood.
CityRegion
Ontological representation of a region in which a city is divided.
Country
Ontological representation of a country as a generic outdoor place.
OutdoorPlace
Ontological representation of a place located outdoors.
Region
Ontological representation of a region as a generic outdoor place.
State
Ontological representation of a state as a generic outdoor place.

CoordinateSystem
Ontological representation of a geometric location coordinates system.
OriginedMetric
Ontological representation of an origined metric in a geometric coordinate system.
Point
Ontological representation of an exact point in a geometric coordinate system.
BooleanShape
Ontological representation of an merge, intersection or substraction shape.
BoxShape
Ontological representation of a tri-dimensional box shape.
Circle
Ontological representation of a circle shape.
ConeSegment
Ontological representation of a cone segment shape.
Ellipse
Ontological representation of an elliptic shape.
Line
Ontological representation of a geometric line that can be traveled.
LineSegment
Ontological representation of a segment of a line.
MergedShape
Ontological representation of a merged boolean shape.
Path
Ontological representation of a tri-dimensional path.
Polygon
Ontological representation of a polygon in a tri-dimensional space.
Polyhedron
Ontological representation of a tri-dimensional polyhedron.
QuasiCylinder
Ontological representation of a quasi-cylinder.
Shape
Ontological representation of any geometric shape.
Shape2D
Ontological representation of a bi-dimensional shape.
Shape3D
Ontological representation of a tri-dimensional shape.
Sphere
Ontological representation of a spheric shape.
Triangle
Ontological representation of a triangle in a tri-dimensional space.

Actuator
Ontological representation of any actuator device, which can have an effect on the physical world.
Device
Represents the class of physical manufactured things that have some capability.
DeviceService (S)
Ontological service that controls any HW device.
DimmerActuator
Ontological representation of any actuator that has a range of values from 0 to 100%.
OnOffActuator
Ontological representation of a binary actuator that can be turned on or off.
OnOffSensor
Ontological representation of a binary sensor that can be on or off (detects or does not detect).
PhysicalContainer
Ontological representation of a container: a physical thing that can contain another physical thing.
PhysicalThing
Represents the class of physical things that are supposed to have a location.
Sensor
Ontological representation of a sensor: a device that can measure values from the physical world.
SpaceConfigurationService (S)
Ontological service that handles the arrangement of locations and physical things in a specific space.

Address
Ontological representation of an Address. It can be used on its own but it is recommended to use one of its subclasses.
PhysicalAddress
Ontological representation of a Physical Address. It is used when the address represents a physical entity that can be placed in the world.
MailBox
Ontological representation of a Mail Box. It is used when the address represents an entity that has no physical representation and/or only has a mail box in a post office, not corresponding to its actual location.