Sha256: 110cc1fa607f65d4fd4668f618670997482dd22a98f6cfb0c5005a7751dbb267
Contents?: true
Size: 358 Bytes
Versions: 2
Compression:
Stored size: 358 Bytes
Contents
module RDF::N3::Algebra::Log ## # A function to merge formulae: logical AND. # # The subject is a list of formulae. The object, which can be generated, is a formula containing a copy of each of the formulae in the list on the left. A cwm built-in function. class Conjunction < SPARQL::Algebra::Operator::Binary NAME = :logConjunction end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rdf-n3-3.1.1 | lib/rdf/n3/algebra/log/conjunction.rb |
rdf-n3-3.1.0 | lib/rdf/n3/algebra/log/conjunction.rb |