# Tests which look up data on the web
#
P=python
C=../../cwm.py

dogs.n3 : myDingo.n3
	$P $C --closure=poEr myDingo.n3 --think --filter=anyDogs.n3 > dogs.n3

#ends
