comunica / comunica-feature-reasoning

📬 Comunica packages for reasoning during query execution
MIT License
5 stars 5 forks source link

feat: bundle common rules with the engine #16

Open jeswr opened 2 years ago

jeswr commented 2 years ago

In the current development version - rules can only be referenced by pointing to a file or url location. It would be useful to have a version in which rules can be referenced via some shorthand like @comunica/rule:rdfs.

Thoughts on implementation: have a rule-resolve (or rule-dereference?) actor which retrieves the data from data bundled into the engine as a json object.