# not really a makefile!
# danbri@w3.org
# $Id: Makefile,v 1.4 2002/03/10 14:17:16 danbri Exp $



ntrip:
	rdfdump -o ntriples file:soap-eg1a.rdf > soap-eg1a.rdf.nt
	rdfdump -o ntriples file:soap-eg1b.rdf > soap-eg1b.rdf.nt


all:	zapdb rdfdoc load

zapdb:
	cat blank.sql | psql test1

q1:
	 ../squish/squish.rb rdoct1.squish |psql test1

q2:
	 ../squish/squish.rb rdoct2.squish |psql test1


rdfdoc:
	rdoc -f xml -T rdf ../squish/squish.rb > squish-rdoc.rdf

load:
	../util/redparse squish-rdoc.rdf | ../db/nt2sql.rb | psql test1
