Metadata-Version: 2.1
Name: rdfhelpers
Version: 0.2.5
Summary: Useful stuff when programming with RDFLib
Home-page: https://gitlab.com/somanyaircraft/rdfhelpers
Author: Ora Lassila
Author-email: ora@somanyaircraft.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# RDF Helpers

Useful stuff when programming with RDFLib:
- Various ways to manipulate RDF graphs (shortcuts, really)
- Predefined graph transformations (e.g., containers --> repeated properties)
- Templated queries (substitution not limited to RDF terms like in RDFLib with `initBindings`)
- Templated graph creation (based on SPARQL `CONSTRUCT`)
- Journaled graphs
- Label caching
- etc.

Documentation can be found [here](https://rdf-helpers.readthedocs.io/en/latest/).

## To Do:
- More test coverage
- More predefined transformations (e.g., flat descriptions --> hierarchical descriptions)

## Contact

Author: Ora Lassila <ora@somanyaircraft.com>

Copyright (c) 2022 Ora Lassila and [So Many Aircraft](https://www.somanyaircraft.com/)
