MicroPython urdflib
Résumé
MicroPython urdflib contributes to the vision of the Semantic Web of Things by providing a simple and accessible, yet lightweight library for RDF processing, based on MicroPython. This library, named urdflib, uses Sord and Serd as the backend, and provides an API that conforms to the widely used RDFLib Python library, in such a way that simple RDFLib programs could be adapted to constrained devices with a simple change of the module import declaration: import urdflib as rdflib