Syntax of MINUS

Should the syntax of MINUS be like UNION with {} on the left-hand side

{ { ?s a foaf:Person
     ?s foaf:name ?name
   }
   MINUS
   { ?s foaf:knows ?other }
}

or without:

{ ?s a foaf:Person .
   ?s foaf:name ?name .
   MINUS { ?s foaf:name ?name }
}

Either works from a grammar point of view.

 Andy

Received on Wednesday, 31 March 2010 08:14:22 UTC