private static final void load() throws TweetStoreException, PropertyException, RepositoryException, IOException, RDFParseException {
System.out.println("Loading Semantic Web Conference Corpus data");
// Create a persistent store.
TweetStore store = new TweetStore();
store.initialize();
File dir = TwitLogic.getConfiguration().getFile(SWC_DIR);
try {
RepositoryConnection rc = store.getRepository().getConnection();
try {
rc.begin();