
W=/devel/WWW/
S=$W/2000/10/swap
C=$S/cwm.py


,all:  data.rdf people.rdf
	touch ,all

data.rdf : data.n3 
	python $C --n3 data.n3 --rdf > data.rdf

data.n3 : people.n3 participants.rdf base.n3
	python $C --n3 base.n3 --rdf participants.rdf people.rdf --n3=/ > data.n3



people.rdf: people.n3
	python $C people.n3 --rdf > people.rdf


# -m flag hides mailboxes
people.n3 : people.ldif ldif2n3.py
	python ldif2n3.py -m people.ldif > people.n3

participants.rdf : people.n3 courseRules.n3
	python $C courseRules.n3 --think --data --rdf > participants.rdf





	