@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/sparql/construct> a p:Operation, p:ReadableObjectMode;
  rdfs:comment "Runs the given CONSTRUCT query against the given endpoint parses the result.";
  rdfs:label "SPARQL Construct";
  code:implementedBy [ a code:EcmaScriptModule;
      code:link <node:barnard59-sparql/construct.js#default>
    ].
