Open jeswr opened 2 years ago
Should probably be based on number of ops (for instance N3 = 1 which is .addQuads, RDFJS = 2 which is .has and then .add)
.addQuads
.has
.add
Note that this currently only applies to https://github.com/comunica/comunica-feature-reasoning/tree/feat/faster-forwards-chaining
Thanks for reporting!
Issue type:
Description:
Should probably be based on number of ops (for instance N3 = 1 which is
.addQuads
, RDFJS = 2 which is.has
and then.add
)