Sha256: 8dd13a1a4ea9c632b8260df7341b9a44e0d156341235e4fc210f447dbcebb772

Contents?: true

Size: 280 Bytes

Versions: 2

Compression:

Stored size: 280 Bytes

Contents

module RDF::N3::Algebra::Log
  ##
  # True if the subject and object are the same RDF node (symbol or literal).  Do not confuse with owl:sameAs. A cwm built-in logical operator, RDF graph level.
  class EqualTo < SPARQL::Algebra::Operator::Binary
    NAME = :logEqualTo
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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