[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] [ANN] Atomojo 0.11.0 Released - SPARQL support
I just release the 0.11.0 version of the Atomojo Server for storing and retrieving Atom feeds. Atomojo uses AtomPub (the Atom Publishing Protocol) to store and manipulate content and also supports term indexing. I've recently added SPARQL query support to the server so that you can retrieve feeds based their categorization. While this support is rather limited, you can some basic and very useful queries to retrieve entries or feeds based on their categorization. For example, to retrieve all entries with the keyword 'atom', you'd post the following query to the server: PREFIX k: <http://www.atomojo.org/O/keyword/> PREFIX t: <http://www.atomojo.org/O/type/> SELECT ?e WHERE { ?e t:entry (); k:atom () . } I'll be giving a talk about using atom feed categorization and SPARQL at Balisage 2008 [1] and there will also be a poster on Atomojo. Meanwhile, you can learn more or download Atomojo from: http://code.google.com/p/atomojo There are several more components coming from the Atomojo project that relate to web application servers and use of the Restlet.org framework [2]. I'm going to try to get all of them up as downloads before the conference. [1] http://www.balisage.net/ [2] http://www.restlet.org/ --Alex Milowski [Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|