A Python wrapper for exposing Linked Open Data from public SPARQL endpoints
PyLOD is a minimal Python module for exposing Linked Open Data from public SPARQL-served endpoints. It acts as an abstraction layer for the retrieval of structured data, such as classes, properties and individuals, without requiring any knowledge of SPARQL.
Anyone who is interested in retrieving data from LOD or SPARQL endpoints in general. PyLOD is meant to help those who are not familiar with SPARQL (researchers, data analysts, programmers, students), but also facilitate seasoned developers by providing a set of common, non-trivial functions.
pip install PyLOD1. Install SPARQLWrapper
2. Copy PyLOD.py to your project's directory.
Read the docs for usage instructions and the full list of provided functions.
DocumentationPyLOD 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 SPARQL Burger, our other Python package for generating SPARQL queries!