#Why
##Structure
The basic structure that Turtle is built on is Entity Attribute Value. An entity can be thought of as a named set of key-value pairs.
- entities are represented by identifiers.
- attributes (properties) are also represented by identifiers (this allows the semantics of an attribute to be described, if so wished)
- values may be an identifier (of an entity), a string, a number, or an ordered list.