quad
quad copied to clipboard
Quad/Triple formats support for Go.
Gogo protobuf is deprecated / no longer maintained: https://github.com/gogo/protobuf/commit/f67b8970b736e53dbd7d0a27146c8f1ac52f74e5 Switch to using vtprotobuf, the Vitess protobuf compiler. cc @dennwc superceeds; #9 related: #10
**Description** This is a feature request. **Steps to reproduce the issue:** 1. Use `quad.ToString(quad.IRI("val"))` to create `""` 2. Attempt to parse it using methods provided in `quad` package **Received results:**...
Currently we only support nquads format, but not Turtle. We should support it as well, at least for parsing. Implementing it from scratch doesn't make sense, we can use the...
In recent years, multiple RDF-related libraries in Go were created. The list includes: - [knakk/rdf](https://github.com/knakk/rdf) - [deiu/rdf2go](https://github.com/deiu/rdf2go) - [d4l3k/turtle](https://github.com/d4l3k/turtle) It makes sense to join efforts and work on a single...