{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/14"},{"label":"Database Engines/Servers","url":"https://skillfed.io/packages/category/database-database-engines-servers"}],"enrichment":{"capability":"Pyoxigraph is a Python library that provides in-memory and disk-based graph databases with SPARQL 1.1 query support, plus utilities for reading and writing RDF data in multiple formats including JSON-LD, Turtle, TriG, N-Triples, N-Quads, and RDF/XML.","skillfed_tags":["rdf-sparql","semantic-web","graph-database"],"use_cases":["Build a semantic search engine that queries RDF triples using SPARQL to find relationships between entities","Parse and validate RDF data in multiple formats (Turtle, JSON-LD, N-Triples) before loading into a knowledge graph","Store and query linked data locally without external database infrastructure, using the in-memory store for prototyping","Migrate RDF datasets between formats by reading one format and writing to another using pyoxigraph's conversion utilities","Implement a knowledge base application that persists triples to disk and executes complex SPARQL queries over time"],"what_it_does":"Pyoxigraph is a Python binding to Oxigraph, a Rust-based RDF and SPARQL toolkit. It offers two store implementations\u2014one held entirely in memory, the other persisted to disk\u2014both capable of executing SPARQL 1.1 queries. The library also includes parsers and serializers for six RDF formats, making it suitable for applications that need to store, query, and transform semantic web data.\n\nThe package is written in Rust using PyO3 and built with Maturin, delivering performance-oriented graph operations from Python. It supports Python 3.8 through 3.14 and is distributed via PyPI and conda-forge. The project is actively maintained, with documentation available and community support channels (GitHub discussions, Gitter chat) available for questions.","worth_installing":"Yes, with conditions. Pyoxigraph is actively maintained, permissively licensed, and offers a performant SPARQL implementation for Python with no runtime dependencies. However, it is classified as Alpha, so production use should account for potential API changes. Install if you need embedded RDF/SPARQL capabilities; avoid if you require a stable, production-hardened triple store."},"id":"pyoxigraph","links":{"html":"https://skillfed.io/packages/pyoxigraph","md":"https://skillfed.io/packages/pyoxigraph.md","pypi":"https://pypi.org/project/pyoxigraph/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-18","license_spdx":null,"license_treatment":"permissive","name":"pyoxigraph","python_support":"supports_current","summary":"Python bindings of Oxigraph, a SPARQL database and RDF toolkit"},"popularity":{"monthly_downloads":260019,"position":8400,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.5.9"}
