Sha256: 51854ee30259b3dc6f0aa3cf2262f9014bac071aae6fd8ad23aa4daefd497c42

Contents?: true

Size: 292 Bytes

Versions: 2

Compression:

Stored size: 292 Bytes

Contents

module RDF::N3::Algebra::Math
  ##
  # True iff the subject is a string representation of a number which  is EQUAL TO a number of which the object is a string representation.
  class EqualTo < SPARQL::Algebra::Operator::Binary
    include RDF::Util::Logger

    NAME = :mathEqualTo
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rdf-n3-3.1.1 lib/rdf/n3/algebra/math/equalTo.rb
rdf-n3-3.1.0 lib/rdf/n3/algebra/math/equalTo.rb