What is the Semantic Web?

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.

Leave a comment

You must be logged in to post a comment.