From: Laurian G. <la...@gd...> - 2004-09-22 14:38:51
|
Stefano Campanini wrote: > Laurian Gridinoc wrote: > >> Looking over Annotea protocols [1], storing an annotation is not a >> problem, i.e.: >> /annotations/ namespace >> /annotations/S2eeEfew24 an annotation (actual annotation as RDF, wiki >> page maybe as annotated resource cached representation) >> >> Looking up annotations for a given subject, requires querying the >> namespace, how does the Lucene search work in platypus, we'll need to >> retrieve the metadata of all annotations (wiki pages) that are of >> <rdf:type> <http://www.w3.org/2000/10/annotation-ns#Annotation>? >> >> [1] http://www.w3.org/2001/Annotea/User/Protocol.html >> > Now isn't implemented yet, but is in our plan. Also, for both annotea and mail lists archive integration we'll need that the output of a page, at least the namespace root page, to be handled in various ways; we'll need a way of specifing this i.e. having in metadata: annotations:->platypus:handler->org.platypus.servlet.plugin.annotea either in the RDF metadata of the page, either in a platypus only metadate of the namespaces, either (simplest, but ugly case) in the namespace links properties... Such that, when accessing /annotations/, the controller servlet will redirect to the handler servlet Please feedback, Laur |