sql

Triplequerying CPAN implementation

January 15th, 2003  |  Published in perl, rdf, sql

Today I discovered that a new module, Triplestore.pm, has appeared on CPAN. To my surprise, my triplequerying algorithm is cited at the end of the documentation. Looking through the code, it’s not directly built on the sample code I provided. The implementation looks way cleaner, and has many more features beyond querying. I’m overjoyed to have had some part in this.

Simple dumb RDF parser script for perl

September 29th, 2002  |  Published in perl, rdf, sql

As with the ruby rdf parser, this runs XSLT over your RDF/XML to make ntriples then parses those. It spits out mysql insert statements ready for querying with my rdf sql query stuff.

rdfparse-perl.tar.gz

Read the rest of this entry »

Triple Querying with SQL

August 20th, 2002  |  Published in perl, php, rdf, sql

A simple algorithm for translating rdfdb-style queries into SQL to query a triple store with a very simple schema. A perl and a PHP implementation is provided.