lib/sparql/algebra/operator/minus.rb in sparql-1.99.1 vs lib/sparql/algebra/operator/minus.rb in sparql-2.0.0.beta1

- old
+ new

@@ -10,10 +10,10 @@ # (bgp (triple ?animal <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ex:Animal)) # (filter (|| (= ?type ex:Reptile) (= ?type ex:Insect)) # (bgp (triple ?animal <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?type)))))) # # @see http://www.w3.org/TR/xpath-functions/#func-numeric-unary-minus - # @see http://www.w3.org/TR/rdf-sparql-query/#sparqlAlgebra + # @see http://www.w3.org/TR/sparql11-query/#sparqlAlgebra class Minus < Operator::Binary include Query NAME = :minus