Sha256: 29b3d9ec56db01b22ad40d10ed9f659f27a3c9a3f4f2344e51f0d5de5fb0b70d

Contents?: true

Size: 262 Bytes

Versions: 2

Compression:

Stored size: 262 Bytes

Contents

module RDF::N3::Algebra::Str
  ##
  # The subject is a list of strings. The object is calculated as a concatenation of those strings.
  class Concatenation < SPARQL::Algebra::Operator::Binary
    include RDF::Util::Logger

    NAME = :strConcatenation
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rdf-n3-3.1.1 lib/rdf/n3/algebra/str/concatenation.rb
rdf-n3-3.1.0 lib/rdf/n3/algebra/str/concatenation.rb