Class: RDF::N3::Algebra::Log::NotEqualTo
- Inherits:
-
SPARQL::Algebra::Operator::SameTerm
- Object
- SPARQL::Algebra::Operator::SameTerm
- RDF::N3::Algebra::Log::NotEqualTo
- Includes:
- Builtin
- Defined in:
- lib/rdf/n3/algebra/log/not_equal_to.rb
Overview
Equality in this sense is actually the same URI. A cwm built-in logical operator.
Constant Summary collapse
Instance Attribute Summary
Attributes included from Enumerable
Instance Method Summary collapse
-
#apply(term1, term2) ⇒ RDF::Literal::Boolean
Returns
true
if the operands are not the same RDF term; returnsfalse
otherwise.