[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
[ANN] Atomojo 0.11.0 Released - SPARQL support
- From: "Alex Milowski" <alexml@milowski.com>
- To: xml-dev@lists.xml.org
- Date: Mon, 21 Jul 2008 11:19:04 -0700
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]