Grammar updated to reflect BGP/Constraint interpretation

I have chnaged the grammar to reflect the clarification of BGPs and
constraints by putting a rule in that is called BasicGraphPattern.

The case of:
{ _:a :p ?v . FILTER(?v <3) . _:a : ?w }

I have changed:
  Moved constraint into a BasicGraphPattern rule
  Created BlockOfTriples for a sequnece of triple patterns (this was
"Triples")
  Moved BlockOfTriples and BasicGraphPattern to be with the other
pattern rules
  Renamed Triples1 to TriplesSameSubject
  Removed recursion in TriplesSameSubject

	Andy

Received on Monday, 23 January 2006 13:27:32 UTC