Describing things in a way that computer applications can understand it.
The semantic web describes relations between concepts. For example:
A isPartOf B
B hasType C
C isMemberOf D
Also properties of concepts can be described:
A hasAge X
B hasSize X
C has Length X
Where in this case X could be of type Integer.
