amp-sidebar 3
Section 3.1.1
Individuals represent objects in the domain of interest.
An important difference between OWL and most programming and knowledge representation languages is that OWL does not use the Unique Name Assumption. This means that two different names could actually refer to the same individual.
For example, “Queen Elizabeth”, “The Queen”, and “Elizabeth Windsor” might all refer to the same individual.
In OWL, it must be explicitly stated that individuals are the same as each other, or different from each other.
Properties are similar to properties in Object-Oriented Programming.
However, there are important differences between properties in OWL and Object-Oriented Programming.
The most important difference is that OWL properties are first class entities that exist independent of classes.
Figure 3.1 shows a representation of some individuals in a domain of people, nations, and relations — in this tutorial we represent individuals as diamonds.
Figure 3.1: Representation of Individuals |
Figure 3.2: Representation of Properties |
-
Written by @mdebellis
with contributions from @gigster99 and @ldodds -
Translated by @jaygray0919