reasonable 0.1.47-alpha1

An OWL 2 RL reasoner with reasonable performance
Documentation
[tool.poetry]
name = "reasonable"
version = "0.1.47a2"
description = "Python interface to 'reasonable', a Datalog implementation of the OWL 2 RL profile"
authors = ["Gabe Fierro <gtfierro@cs.berkeley.edu>"]
license = "bsd-3-clause"

[tool.poetry.dependencies]
python = "^3.7"
brickschema = "^0.5"

[tool.poetry.dev-dependencies]
maturin = "^0.11.3"
rdflib = "^6.0.0"

[build-system]
requires = ["maturin>=0.11,<0.12"]
build-backend = "maturin"

[tool.maturin]
compatibility = "Linux"