Files
CleverRDFlib/docs/index.md
2025-11-21 22:19:46 +00:00

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

  1. Clone this repository or install the library from PyPi registry
  2. Create a virtual environment and install dependencies:
    python -m venv .venv
    source .venv/bin/activate
    pip install -e .[dev]
    
  3. Run the sample quality checks:
    nox -s format lint typecheck tests
    
  4. Launch the example CLI:
    python -m boilerplate