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