<?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>Hackdiary &#187; sql</title>
	<atom:link href="http://www.hackdiary.com/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackdiary.com</link>
	<description></description>
	<lastBuildDate>Mon, 05 Dec 2011 17:15:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Triplequerying CPAN implementation</title>
		<link>http://www.hackdiary.com/2003/01/15/triplequerying-cpan-implementation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=triplequerying-cpan-implementation</link>
		<comments>http://www.hackdiary.com/2003/01/15/triplequerying-cpan-implementation/#comments</comments>
		<pubDate>Wed, 15 Jan 2003 11:09:17 +0000</pubDate>
		<dc:creator>Matt Biddulph</dc:creator>
				<category><![CDATA[perl]]></category>
		<category><![CDATA[rdf]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.hackdiary.com/?p=20</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Today I discovered that a new module, <a href="http://search.cpan.org/author/JHIVER/TripleStore-0.01/lib/TripleStore.pm">Triplestore.pm</a>, has appeared on CPAN. To my surprise, my <a href="http://www.hackdiary.com/archives/000003.html">triplequerying algorithm</a> is cited at the end of the documentation. Looking through the code, it&#8217;s not directly built on the sample code I provided. The implementation looks way cleaner, and has many more features beyond querying. I&#8217;m overjoyed to have had some part in this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackdiary.com/2003/01/15/triplequerying-cpan-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple dumb RDF parser script for perl</title>
		<link>http://www.hackdiary.com/2002/09/29/simple-dumb-rdf-parser-script-for-perl/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=simple-dumb-rdf-parser-script-for-perl</link>
		<comments>http://www.hackdiary.com/2002/09/29/simple-dumb-rdf-parser-script-for-perl/#comments</comments>
		<pubDate>Sun, 29 Sep 2002 17:45:00 +0000</pubDate>
		<dc:creator>Matt Biddulph</dc:creator>
				<category><![CDATA[perl]]></category>
		<category><![CDATA[rdf]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.hackdiary.com/?p=7</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>As with the <a href="http://www.w3.org/2001/12/rubyrdf/intro.html">ruby rdf parser</a>, this runs XSLT over your RDF/XML to make ntriples then parses those. It spits out mysql insert statements ready for querying with my <a href="http://www.picdiary.com/triplequerying/">rdf sql query stuff</a>.</p>
<p><a href="http://www.picdiary.com/~mattb/rdf/rdfparse-perl.tar.gz">rdfparse-perl.tar.gz</a></p>
<p><span id="more-7"></span><br />
The XSLT is taken from the <a href="http://www.w3.org/2001/12/rubyrdf/xsltrdf/">rubyrdf distribution</a>. The perl code uses XML::LibXML and XML::LibXSLT.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackdiary.com/2002/09/29/simple-dumb-rdf-parser-script-for-perl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Triple Querying with SQL</title>
		<link>http://www.hackdiary.com/2002/08/20/triple-querying-with-sql/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=triple-querying-with-sql</link>
		<comments>http://www.hackdiary.com/2002/08/20/triple-querying-with-sql/#comments</comments>
		<pubDate>Tue, 20 Aug 2002 20:26:00 +0000</pubDate>
		<dc:creator>Matt Biddulph</dc:creator>
				<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rdf]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.hackdiary.com/?p=5</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.picdiary.com/triplequerying/">A simple algorithm for translating rdfdb-style queries into SQL</a> to query a triple store with a very simple schema. A perl and a PHP implementation is provided.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackdiary.com/2002/08/20/triple-querying-with-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

