July 2008
1 post
2 tags
Semantic Web Notes
RDF is intended to provide a simple way to make statements about Web resources.
In RDF information is simply a collection of statements.
A statement is a Triple (the base element of the RDF model).
In a triple, a resource (the subject) is linked to another resource (the object) through an arc labelled with a third resource (the predicate).
We may say that (subject) has a property...