@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/n3/applyRules> a p:Operation, p:Readable;
  rdfs:comment "Applies N3 rules to datasets in barnard59 pipelines";
  rdfs:label "Apply N3 Rules";
  code:implementedBy [ a code:EcmaScriptModule;
      code:link <node:barnard59-n3/applyRules.js#default>
    ].
