901 B
901 B
CleverRDFLib
A wrapper for RDFLib with extensions.
What You Get
- Import RDF/XML, TTL and OWL files
- Object-oriented navigable and searchable class and property nodes
- Distinguishes between ObjectProperties and DataTypeProperties
- Retrieval of information for a given class and navigable hierarchy
- Retrieval of the properties where the class is referenced (domain or range)
- Validatation of OWL ontology
- Retrieval of OWL metadata
- Interception of web requests to resolve references
Getting Started
- Clone this repository or install the library from PyPi registry
- Create a virtual environment and install dependencies:
python -m venv .venv source .venv/bin/activate pip install -e .[dev] - Run the sample quality checks:
nox -s format lint typecheck tests - Launch the example CLI:
python -m boilerplate