RDF is a foundation technology of the Semantic Web; it is the way assertions are encoded. A fact in RDF
contains a subject, a (binary) predicate, and an object. A few examples:
ESOP23 is-instance-of EmployeeStockOptionPlan
ESPO23 issue-date "April 15, 2004".
ESOP23 vested-for JohnDoe.
There are several
notations for RDF. The one used by machines is XML based, and all references are URIs (unique references to Web
resources). RDFa is a version that fits
better in HTML pages, and there are several human-oriented notations.