Sha256: f8edb85a5b32ef1c853defc3288434804e45b4cf44df3d29a89abeeca3de0115
Contents?: true
Size: 295 Bytes
Versions: 2
Compression:
Stored size: 295 Bytes
Contents
module RDF::N3::Algebra::Math ## # True iff the subject is a string representation of a number which is LESS than a number of which the object is a string representation. class LessThan < SPARQL::Algebra::Operator::Binary include RDF::Util::Logger NAME = :mathLessThan end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rdf-n3-3.1.1 | lib/rdf/n3/algebra/math/lessThan.rb |
rdf-n3-3.1.0 | lib/rdf/n3/algebra/math/lessThan.rb |