<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Web Semantic &#187; tools</title>
	<atom:link href="http://www.thewebsemantic.com/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewebsemantic.com</link>
	<description>data for humans and computers and the tools that make it available</description>
	<lastBuildDate>Thu, 03 Jun 2010 16:27:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jo4neo: POJO object binding 4 neo4j 4 you!</title>
		<link>http://www.thewebsemantic.com/2009/12/09/jo4neo-pojo-object-binding-4-neo4j-4-you/</link>
		<comments>http://www.thewebsemantic.com/2009/12/09/jo4neo-pojo-object-binding-4-neo4j-4-you/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 04:48:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.thewebsemantic.com/?p=196</guid>
		<description><![CDATA[I have applied some of what I learned while writing jenabean towards a graph database called neo4j.  It is strictly a simple tool for persisting java objects to a graph, and retrieving them back.  I was able to get in a few features like auto-indexing.  This is version 0.1&#8230;a very early release.
http://code.google.com/p/jo4neo/
]]></description>
		<wfw:commentRss>http://www.thewebsemantic.com/2009/12/09/jo4neo-pojo-object-binding-4-neo4j-4-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Truncate a Google Apps Datastore (Java)</title>
		<link>http://www.thewebsemantic.com/2009/04/16/how-to-truncate-a-google-apps-datastore-java/</link>
		<comments>http://www.thewebsemantic.com/2009/04/16/how-to-truncate-a-google-apps-datastore-java/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 02:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[datastore]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[GAE]]></category>
		<category><![CDATA[googleappengine]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.thewebsemantic.com/?p=133</guid>
		<description><![CDATA[It&#8217;s not super simple but possible to truncate your google apps datastore.  Please, don&#8217;t do as I did and attempt to use the web GUI to delete page after page of data for anything over a few hundred Entities.  Instead, use this simple servlet example after changing &#8220;myKindOfData&#8221; to your own type.  [...]]]></description>
		<wfw:commentRss>http://www.thewebsemantic.com/2009/04/16/how-to-truncate-a-google-apps-datastore-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Very Own Google Code Maven Repo</title>
		<link>http://www.thewebsemantic.com/2009/04/11/your-very-own-google-code-maven-repo/</link>
		<comments>http://www.thewebsemantic.com/2009/04/11/your-very-own-google-code-maven-repo/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 04:44:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[googlecode]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.thewebsemantic.com/?p=116</guid>
		<description><![CDATA[This post describes how to make a maven repo for your google code project.  I&#8217;m a big fan of google code.  It&#8217;s a tremendous service for those looking for a place to host their open source code.  The only thing I lacked was a maven repo.  I have to be honest here, while I use [...]]]></description>
		<wfw:commentRss>http://www.thewebsemantic.com/2009/04/11/your-very-own-google-code-maven-repo/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Easy Jena startup with Eclipse and Maven</title>
		<link>http://www.thewebsemantic.com/2009/04/10/easy-jena-startup-with-eclipse-and-maven/</link>
		<comments>http://www.thewebsemantic.com/2009/04/10/easy-jena-startup-with-eclipse-and-maven/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 15:55:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jena]]></category>
		<category><![CDATA[semanticweb]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[classpath]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.thewebsemantic.com/?p=107</guid>
		<description><![CDATA[Recently on the Jena news group there was a question regarding classpath and how frustrating it can be to properly configure that aspect of a new project.  I began to answer the question and realized I haven&#8217;t touched a classpath for years simply because the tools I use make that unnecessary.  Eclipse is [...]]]></description>
		<wfw:commentRss>http://www.thewebsemantic.com/2009/04/10/easy-jena-startup-with-eclipse-and-maven/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Writing out SIOC triples using Jena + Jenabean</title>
		<link>http://www.thewebsemantic.com/2009/03/10/writing-out-sioc-triples-using-jena-jenabean/</link>
		<comments>http://www.thewebsemantic.com/2009/03/10/writing-out-sioc-triples-using-jena-jenabean/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 20:32:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jena]]></category>
		<category><![CDATA[jenabean]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[sioc]]></category>

		<guid isPermaLink="false">http://www.thewebsemantic.com/?p=83</guid>
		<description><![CDATA[(this post deals with features provided jenabean 1.0.1, available from the project site.  You&#8217;ll also need Jena, HP&#8217;s semenatic web framework.)
In my last post we looked at reading SIOC directly off the web. The other side of the coin is producing syntactically valid SIOC statements from java. You may want to create RDF for another [...]]]></description>
		<wfw:commentRss>http://www.thewebsemantic.com/2009/03/10/writing-out-sioc-triples-using-jena-jenabean/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Processing SIOC feeds with Jenabean</title>
		<link>http://www.thewebsemantic.com/2009/02/26/processing-sioc-feeds-with-jenabean/</link>
		<comments>http://www.thewebsemantic.com/2009/02/26/processing-sioc-feeds-with-jenabean/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 03:11:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jena]]></category>
		<category><![CDATA[jenabean]]></category>
		<category><![CDATA[semanticweb]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[sioc]]></category>

		<guid isPermaLink="false">http://www.thewebsemantic.com/?p=71</guid>
		<description><![CDATA[This is a simple example of using jenabean&#8217;s &#8220;Thing&#8221; class to process SIOC data. The full example is available here.
SIOC is an OWL ontology for integrating and exchanging online community information.  It&#8217;s one of the few but growing public ontologies that have some adoption where you can find examples in the wild.  Jenabean makes it [...]]]></description>
		<wfw:commentRss>http://www.thewebsemantic.com/2009/02/26/processing-sioc-feeds-with-jenabean/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Article on Java and OWL/RDF</title>
		<link>http://www.thewebsemantic.com/2009/02/02/article-on-java-and-owlrdf/</link>
		<comments>http://www.thewebsemantic.com/2009/02/02/article-on-java-and-owlrdf/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 03:25:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[semanticweb]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://www.thewebsemantic.com/?p=64</guid>
		<description><![CDATA[My latest article published today at the semantic universe.  It covers some of the tools java developers can use to program the semantic web, including my own little project, jenabean, as well as other notables like Elmo for Aduna&#8217;s openrdf tool.  I&#8217;ve enjoyed my association with the semantic technology conference.  It&#8217;s an interesting grouping of [...]]]></description>
		<wfw:commentRss>http://www.thewebsemantic.com/2009/02/02/article-on-java-and-owlrdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
