@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/rdf/open> a p:Operation, p:ReadableObjectMode;
  rdfs:comment "Web resource requires content-type header. Will try n-triples as fallback. Local paths will be relative to the current working directory";
  rdfs:label "Opens an RDF from web or local file";
  code:implementedBy [ a code:EcmaScriptModule;
      code:link <node:barnard59-rdf/open.js#default>
    ].
