Purpose of code changes on this branch:
Add filtering to /annotations/about/. Examples:
# find annotation bodies with title 'foo'
/annotations/about/?dc:title=foo
# bodies with rdfs:seeAlso pointing to google
/annotations/about/?rdfs:seeAlso=U:http://www.google.com
We can use this mechanism as the basis for LARQ support and other cases.
When reviewing my code changes, please focus on:
Did I need to change the database stuff? Seemed silly to have a query, but
pass a string.
After the review, I'll merge this branch into:
/trunk
Original issue reported on code.google.com by
pl...@mac.comon 28 Nov 2008 at 1:18