RDF test cases update

I tried testing the RDF to Triples stylesheet by hand, looking at the test cases and my own output. There are 540 triples produced by the test cases and whenever I tweaked my stylesheet to satisfy one set of output, I would break the stylesheet for another set. It felt like the "hitting the moles with a hammer" game. After a discussion with Dan Brickley I decided to bite the bullet and build a proper test harness, with SQL Server as a back end triple store, so that I can run intersection queries against the test case triples and my own. This involves some recursive processing with some scrappy C# classes and some SQL server development work - at least one area where I feel happy.

Comments

No comments yet.

Leave a comment

Sorry, the comment form is closed at this time.