# $Id: sep-term.n3,v 1.1 2006-12-09 20:39:25 andy_seaborne 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>. |