Skip to content

comunica/comunica-feature-reasoning

Folders and files

NameName
Last commit message
Last commit date
Oct 17, 2022
Apr 27, 2022
Sep 16, 2022
Sep 16, 2022
Apr 22, 2022
Apr 3, 2022
Jul 21, 2021
Sep 16, 2022
Apr 3, 2022
Sep 14, 2022
Jul 21, 2021
Jul 21, 2021
Apr 19, 2022
Sep 12, 2022
Sep 14, 2022
Mar 6, 2024
Mar 27, 2022
Jul 21, 2021
Mar 27, 2022
Mar 27, 2022
Mar 27, 2022
Mar 6, 2024

Repository files navigation

Comunica

Reasoning for Comunica

Build Status Coverage Status Gitter chat

Learn more about Comunica on our website.

This is a monorepo that contains packages for allowing Comunica to reason over sources.

Concretely, reasoning is enabled with the following engines:

Development Setup

(JSDoc: https://comunica.github.io/comunica-feature-reasoning/)

This repository should be used by Comunica module developers as it contains multiple Comunica modules that can be composed. This repository is managed as a monorepo using Lerna.

If you want to develop new features or use the (potentially unstable) in-development version, you can set up a development environment for Comunica.

Comunica requires Node.JS 8.0 or higher and the Yarn package manager. Comunica is tested on OSX, Linux and Windows.

This project can be setup by cloning and installing it as follows:

$ git clone https://github.com/comunica/comunica-feature-reasoning.git
$ cd comunica
$ yarn install

Note: npm install is not supported at the moment, as this project makes use of Yarn's workspaces functionality

This will install the dependencies of all modules, and bootstrap the Lerna monorepo. After that, all Comunica packages are available in the packages/ folder and can be used in a development environment.

Furthermore, this will add pre-commit hooks to build, lint and test. These hooks can temporarily be disabled at your own risk by adding the -n flag to the commit command.

License

©2021–present Jesse Wright