reasonable 0.1.46

An OWL 2 RL reasoner with reasonable performance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tool.poetry]
name = "reasonable"
version = "0.1.46"
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.6"
brickschema = "^0.3.0"

[tool.poetry.dev-dependencies]
maturin = "^0.9.4"
rdflib = "^5.0.0"