2009
Texai » About
by parmentierf (via)Sμblog | James Tizard
by greut (via)Sμblog (pronounced sub-log) is is my attempt to combine ideas about microblogging, messaging and the sematic web into a practical tool ready for everyday work.
XMPP to RDF microblogging tool, quite nice and well documented.
2008
Qi4j: REST EntityStore and SPARQL EntityFinder = rich client web apps!
by night.kameTant de choses à tester...For the finder part I have implemented a SPARQL backend, which internally delegates to Sesame2, which is the same default index/query that is used to find Entities in general. This in itself is pretty cool, because it means that you can write your domain model in Java, have it be automatically persisted in a store like Neo4j, and then with no extra effort expose it through SPARQL for AJAX webapps to consume (both RDF/XML and JSON output is supported today). Minimally writing a domain model only involves writing Java interfaces (no classes), so it's pretty easy to get started.