Re: RDF Test cases - tools/scripts

Rahul

I developed a very simple triple-based database schema and a set of SQL-92
queries that I used for testing my XSLT RDF to Triples stylesheet [1].

I also hacked a couple of c# classes for parsing triples text files and
doing database inserts, and another set of classes for recursing through the
test archive and performing XSLT transformations on all rdf files.  So with
one run I generated .nt files corresponding to .rdf files and then on the
next run I scooped all of these into the database.  Then the queries
identified 3 sets of triples - those identical in both the standard test
library and my generated triples, those missing from mine, and those extra
in mine.

It is currently in a state of "good enough for me but not for publication".
Let me know if you would like me to email to you what I have.

James Carlyle

[1] - http://www.semanticplanet.com/library/RdfToTriplesStylesheet

----- Original Message -----
From: "Rahul Singh" <kingtiny@DriveRDF.org>
To: <www-rdf-interest@w3.org>
Sent: Tuesday, July 29, 2003 5:23 PM
Subject: RDF Test cases - tools/scripts


> Hi all,
>
> I need to run drive (http://www.DriveRDF.org/) through the RDF parser
> tests and was wondering if anyone had any tools or scripts that could
> automate this process.
>
> I remember seeing something on the web for this but I can't seem to find
> it now and examining the output files by hand does'nt seem like too much
> fun.
>
> Thanks,
>
> Rahul
> kingtiny@DriveRDF.org
>
>
>

Received on Tuesday, 29 July 2003 13:07:20 UTC