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

- old
+ new

@@ -8,10 +8,10 @@ # (: <http://example.org/things#>)) # (project (?x ?v) # (filter (= (str ?v) "1") # (bgp (triple ?x :p ?v))))) # - # @see http://www.w3.org/TR/rdf-sparql-query/#func-str + # @see http://www.w3.org/TR/sparql11-query/#func-str class Str < Operator::Unary include Evaluatable NAME = :str