Skip to content

RDFLib Endpoint 0.1.2

Compare
Choose a tag to compare
@vemonet vemonet released this 14 Dec 15:42
· 154 commits to main since this release

rdflib-endpoint, a library to quickly deploy SPARQL endpoint based on a RDFlib Graph optionally with custom functions defined in python. Support for Select, Construct, Describe, and Ask query. No support for Insert in RDFlib currently

This SPARQL endpoint can perform federated SERVICE queries, and can be queried through a SERVICE query on another SPARQL endpoint (tested for endpoints based on RDF4J Sail and Jena-based triplestores, such as Virtuoso)

Changelog:

  • Added a CLI feature to quickly start a SPARQL endpoint based on a local RDF file: rdflib-endpoint server your-file.nt

Full Changelog: 0.1.1...0.1.2