- From: Marja Koivunen <marja@annotea.org>
- Date: Fri, 04 Feb 2005 14:22:40 -0500
- To: Behzad Kateli <bakateli@students.latrobe.edu.au>
- CC: public-annotea-dev@w3.org
I took this example from the Annotea protocol document
(http://www.w3.org/2001/Annotea/User/Protocol.html) and it should work
unless Eric has made some changes, but he will hopefully tell you himself.
(namespace (rdf http://www.w3.org/1999/02/22-rdf-syntax-ns#)
(a http://www.w3.org/2000/10/annotation-ns#)
(dc http://purl.org/dc/elements/1.1/)
ask
'((a::annotates ?annot http://serv1.example.com/some/page.html)
(?property ?annot ?value)
) :collect '(?annot ?property ?value))
Marja
Received on Friday, 4 February 2005 19:22:49 UTC