# $Id: sep-term.n3,v 1.2 2002/08/15 23:20:36 connolly Exp $

{ <a> <b> <c>} <p> <o>.
{ <a> <b> <c>. <d> <e> <f>} <p> <o>.
{ <a> <b> <c>. <d> <e> <f>.} <p> <o>.


<something> <relatedTo> <somethingElse>;
   <relatedTo> <anotherThing>;
   <and> <anotherThing>;
   .

<something> <relatedTo> <somethingElse>;
   <relatedTo> <anotherThing>;
   <and> <anotherThing>
   .

# this case doesn't work yet:
{ <a> <b> <c>. #foo
  } <p> <o>.
