Welcome to rdf4j-python’s documentation!¶
🐍 A Pythonic interface to the powerful Java-based Eclipse RDF4J framework.
Overview¶
rdf4j-python bridges the gap between Python applications and the Eclipse RDF4J framework,
enabling seamless interaction with RDF4J repositories directly from Python.
This integration allows developers to leverage RDF4J’s robust capabilities for managing RDF data and executing SPARQL queries — all from Python.
Features¶
Seamless Integration: Interact with RDF4J repositories using Pythonic constructs.
SPARQL Support: Execute SPARQL queries and updates effortlessly.
Repository Management: Create, access, and manage RDF4J repositories programmatically.
Data Handling: Add and retrieve RDF triples with ease.
Format Flexibility: Support for various RDF serialization formats.
Installation¶
Install via pip:
pip install rdf4j-python