From the page http://msdn.microsoft.com/en-us/magazine/dd315413.aspx:
User agents interact with resources, and resources are anything that can be named and represented. Each resource can be addressed via a unique Uniform Resource Identifier (URI).
is www.me.com/page.php
and www.me.com/page.php?1
and www.me.com/page.php?2
considered 3 unique URIs ?
I know they are interpreted as different urls. But are they unique in the sense according to the RESTful definition: each resource is accessed through a unique URI