Sha256: 31d02da52dae02b378b3ebdaa2cf9f84f095c139c76c4f5ed50665f8ad85d960

Contents?: true

Size: 491 Bytes

Versions: 2

Compression:

Stored size: 491 Bytes

Contents

module RDF::N3::Algebra::Log
  ##
  # The object formula is NOT a subset of subject. True iff log:includes is false. The converse of log:includes.
  # (Understood natively by cwm. The subject formula may contain variables.)
  #
  # (In cwm, variables must of course end up getting bound before the log:include test can be done, or an infinite result set would result)
  #
  # Related: See includes
  class NotIncludes < SPARQL::Algebra::Operator::Binary
    NAME = :logNotIncludes
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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