XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
[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]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS