Example of different levels of abstraction
  - HTML <table>misused for Web page layout
- HTML <table>used for tabular data
- HTML <table>with accessibility
    information (headers, scope,...)
- Information from table encoded as XML (hierarchical document/data
    structure)
- Information from table encoded as RDF (collection of related facts)