# $Id: test.n3,v 1.2 2001/10/01 00:12:36 amdus Exp $ @prefix : . :a :b :c; :d :e. :f :g {:h :i :j}. #@@ :a :b :c; :d {:e :f :g}. :a :b :c, :d, :e. [ :a :b] :c :d. :a :b [ :c :d]. {:a :b [ :c :d]} :e :f. {[ :a :b] :c :d} :e :f. [ :a :b; :c :d; :e :f] :g :h. [ :a [ :b :c]; :d [ :e :f]] :g :h. [ :a [ :b [ :c :d]]] :e :f. :a [ :b :c] :d. [:a :b;#@@ ]. :a is :b of :c. :a is :b of :c, :d. :a is :b of :c; :d :e.