#Processed by Id: cwm.py,v 1.154 2004/06/24 03:17:11 timbl Exp 
        #    using base file:/devel/WWW/2000/10/swap/test/ql/t00.n3
        
#  Notation3 generation by
#       notation3.py,v 1.155 2004/06/25 01:26:59 timbl Exp

#   Base was: file:/devel/WWW/2000/10/swap/test/ql/t00.n3
     @prefix : <#> .
     @prefix ex: <http://www.example.com/foo#> .
     @prefix q: <http://www.w3.org/2004/ql#> .
@forAll :x, :y.
    {
        :x     a ex:Librarian;
             ex:hairColor :y .
        
        }     => {q:result     q:is  (
            :x 
            :y  ) .
        } .
    
#ENDS
