Suggestions for RDF Alternatives to SQLite with Python API
Hi, I am looking for something similar to SQLlite but for RDF. Any suggestions? (it is even better if there is a Python API that comes with it) I am looking at this project https://github.com/egerber/spaCy-entity-linker/. The authors are using an SQLite DB and I find the queries to retrieve Wikidata entities quite complex. I am wondering if we could not have the same approach with an RDF triple store. Any thoughts concerning the size limitations? For those interested, with a colleague (Marion S.), we started implementing an Ontology Learning python library as part of our PhDs: https://gitlab.insa-rouen.fr/msesboue/ontology-learning/-/tree/olms2?ref_type=heads It is still at a very early stage but we are always happy to have feedbacks and discussions 馃檪 Thanks.