An unqualified reference is a reference, by name, to a variable (that is in scope). This could be either a WikiTalkWellKnownObject, a BlockParameter or a member of an object that has been brought into scope using the WithFunction.
Here are some examples:
topic
A reference to the variable called topic
topics
A reference to the variable called topics
myTemporaryVariable
A reference to the variable called myTemporaryVariable
Qualified references
A qualified reference is a reference to a member (property or function) of some object.