I have looked all over internet but found only this single piece of source code that seems to convert freebase quad data to rdf triples.
I checked out this source code using tortoiseSVN and tried running it in Netbeans 7 (with pre-installed maven). I am getting the following error.
Data Transformation module ........................ SUCCESS [3.959s]
data-transformation ............................... SUCCESS [3.467s]
freebaseRDFizer ................................... FAILURE [0.442s]
index ............................................. SKIPPED
util .............................................. SKIPPED
Failed to execute goal on project freebaseRDFizer: Could not resolve dependencies for project com.sj.freebase.data.rdf:freebaseRDFizer:jar:0.1: Failure to find com.sj.freebase:util:jar:1.0-SNAPSHOT in http://freebase-Java.Googlecode.com/svn/repository was cached in the local repository, resolution will not be reattempted until the update interval of freebase-Java has elapsed or updates are forced
What I need is to figure out a way to utilize freebase quad dump to build an internet application. I dont want to use their API. Please guide me in right direction.