A Python SPARQL query builder that automates the generation of SPARQL graph patterns, SPARQL Select and SPARQL Update queries
SPARQL Burger is a Python SPARQL query builder that automates the generation of SPARQL graph patterns, SPARQL Select and SPARQL Update queries. Just like stacking onions, tomatos and cheese to assemble the right burger, SPARQL Burger offers the necessary ingredients for the assembly of meaningful SPARQL queries in an OOP manner.
Knowledge Graph enthousiasts, ontology newcomers or seasoned developers who are interested in generating SPARQL queries dynamically from their Python code without worrying about string manipulation and formattings. SPARQL Burger aims to facilitate interaction with Linked Open Data and add to the expanding arsenal of semantic tools.
pip install SPARQL-BurgerCopy the SPARQLBurger folder to your project's directory.
Read the docs for usage instructions and the list of provided classes and functions.
DocumentationSPARQL Burger is a great starting point for your amazing projects with semantics, ontologies and Linked Data. It is, however, only a basic building tool. Do you need more? For extended functionalities, custom code and more complex queries you can contact us through here. Also, don't forget to check out PyLOD, our other Python package for querying Linked Open Data!