Moved processing section back up to top-level, and fixed a few 'document.meta' occurrences.
Moved up the description of how the API works in a browser environment.
Moved stuff that is just ideas to the end, for now.
Removed section on 'Full queries'.
Minor change to wording on 'Origin' so that it doesn't say that it's the only default property. (This is because we're going to add 'subject'.
Updated existing samples to use new projection technique.
Minor clarification on using the 'which origin' parameter on Query.select().
Added example showing property query.
Added section on use of the API in a browser context.
Added methods to 'meta' section.
Changed queryByType() to use select( { a: "..." } ), plus a few minor typo fixes.
Better wording on sample in Store.add().
Added full code for Google Rich Snippets Address and Geocoding example.
Passed 'subj' as a parameter in the geocoding example.
Added example for Store.add.
Renamed 'Element' to 'Origin' and 'RDFa Object' to 'Property Group'.
Added reminder to flesh out the property group example in the introduction.
Fixed heading for 'Element' section.
Added hint that some of the processing steps could be merged.
Addition of a major example, based on Google Rich Snippets Events and Google Calendar.
Renamed 'user' to 'element' and added an example of its use.
Changed 'Selector' back to 'Query'! Decided that it's better to have a data-oriented API, which just happens to provide links to the DOM, rather than a DOM-oriented API, that then provides a list of all of the properties for an element.
Minor tweak and added reference to Store.clear().
More detail in the basic overview section.
Slight reorganisation and restructure.
Another attempt to fix up square brackets.
Fixed up square brackets again!