Stress test your RDF triple store
Tim Finin, 12:30pm 16 June 2005A colleague has been testing the scalablilty of a triple store using synthetic triples. He asked if we could package up a large collection of real triples caught in the wild by Swoogle. After talking a bit, it was decided that having them as a simple SQL database dump would be the most convenient form.
10M Triples is an SQL database dump containing a table that of about 10.4M RDF triples extracted from the Swoogle cache on June 15, 2005. The size of the compressed file is 162M and when uncompressed its size is 1.7G.

June 16th, 2005 at 1:33 pm
Hi,
I get a 403 when trying to download the compressed file at the linked URI.
June 16th, 2005 at 2:00 pm
Thanks for pointing this out. We’ve fixed it.
August 19th, 2005 at 8:33 am
crschmidt asked “Why would someone dump something as SQL, and not simply serialize to RDF?”, which is a good questions. Shouldn’t we be serving up dog food? As the post mentions, we made it available as an SQL dump by request. But, it made sense to me in that it would be somewhat more convenient to me to select subsets of the triples, break up the dataset into chunks, devise queries to explore the structure, etc.