@prefix code: <https://code.described.at/>.
@prefix p: <https://pipeline.described.at/>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.

<https://barnard59.zazuko.com/operations/base/combine> a p:Operation, p:Readable, p:Writable;
  rdfs:comment "Combines multiple streams to a single stream connecting them in the given order.";
  rdfs:label "Combine";
  code:implementedBy [ a code:EcmaScriptModule;
      code:link <node:barnard59-base/combine.js#default>
    ].
