simplegraphdb
simplegraphdb copied to clipboard
Basic Golang implementation of a Triple Store. Built to learn the Golang language before an internship.
Results
2
simplegraphdb issues
Sort by
recently updated
recently updated
newest added
[d4l3k/turtle](https://github.com/d4l3k/turtle) is the library I'm using to parse Turtle RDF files. It can't handle RDF 'Bags', so I've had to fork it and fix that. It also doesn't seem to...
Current query system is not setup to handle much beyond the most basic of `SPARQL` queries. If subqueries are to be a thing, non-trivial changes will need to be made...