(no title)
rpac0
|
3 years ago
Thank you. Honestly, working with GraphDB and SPARQL inspired me to create this. I did consider if I could create a "real" knowledge graph and even went as far as searching for in-memory graphdb that lives in client browser (maybe one that's built on top of IndexDB. I thought, hey if in-mem RDBMS like H2 exists, is there an in-mem GraphDB available? :D) so that I can query it using SPARQL, but couldn't find anything on it. I wanted to do this without any infrastructure while keeping the bundle sizes low but yes, the way you explained is how it should have actually been done.
jimmySixDOF|3 years ago