vemonet / rdflib-endpoint

💫 Deploy SPARQL endpoints from RDFLib Graphs to serve RDF files, machine learning models, or any other logic implemented in Python
https://pypi.org/project/rdflib-endpoint
MIT License
75 stars 18 forks source link

Add ability to specify custom parser #6

Closed cthoyt closed 1 year ago

cthoyt commented 1 year ago

This will allow for hacking in a custom SPARQL processor, that e.g., rewrites some nodes as we demonstrated in https://github.com/cthoyt/curies/pull/41