jhacker / tbl
Tim Berners-Lee's FOAF file extended twice
Readme
created by following links to the second level
rapper -o ntriples \
http://dig.csail.mit.edu/2008/webdav/timbl/foaf.rdf > timbl-foaf.nt
fgrep knows timbl-foaf.nt | awk ' {print $3 }' | fgrep '<' | \
sed 's/<//' | sed 's/>//' | while read url; \
do rapper -o ntriples "$url" >> timbl-foaf-1.nt; done
fgrep knows timbl-foaf-1.nt | awk ' {print $3 }' | fgrep '<' | \
sed 's/<//' | sed 's/>//' | while read url; \
do rapper -o ntriples "$url" >> timbl-foaf-2.nt; done