#Processed by Id: cwm.py,v 1.30 2001/03/22 16:41:03 timbl Exp # using base file:/cwm/ # Input rules to apply from file:/cwm/filter5.n3 # Notation3 generation by # notation3.py,v 1.54 2001/02/12 18:38:31 timbl Exp # Base was: file:/cwm/ @prefix log: . @prefix wl: . @prefix : . <> log:forAll , . { :knowsWell . } log:implies { :knowsWell . } . :Aaron :emailBox ; :knowsWell :Sean, :Seth, :William . :Sean :knowsWell :Aaron, :Seth, :William . :Seth :emailBox ; :knowsWell :Aaron, :Sean, :William . :William :emailBox ; :knowsWell :Aaron, :Sean, :Seth . wl:William :emailBox ; :knowsWell :Aaron, :Sean, :Seth; wl:knowsWell wl:Gregory; = :William . #ENDS