“brickschema” Brick Ontology Python package #1881
ghost
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/BrickSchema/py-brickschema
“The brickschema package requires Python >= 3.6. It can be installed with pip:
pip install brickschema
The
brickschema
package offers several installation configuration options for reasoning. The default bundled OWLRL reasoner delivers correct results, but exhibits poor performance on large or complex ontologies, the Allegro reasoner has better performance and implements enough of the OWLRL profile to be useful, we execute Allegrograph in a Docker container, which requires the docker package. The reasonable Reasoner offers even better performance than the Allegro reasoner, but is currently only packaged for Linux and MacOS platforms.Quickstart
The main Graph object is just a subclass of the excellent RDFlib Graph library, so all features on rdflib.Graph will also work here.”
Beta Was this translation helpful? Give feedback.
All reactions