Data Model
Each web object is a tuple in a Document
- {url, title, text, type, length, modification info}
Hyperlinks are tuples in Anchor
- {base, href, label}
- interior links ( )within same document
- local links ( ) within same server
- global ( ) across servers
-