- From: Alex Miłowski <alex@milowski.com>
- Date: Wed, 18 Jun 2014 06:51:43 -0700
- To: Michael Luggen <michael@oiu.ch>
- Cc: "public-rdfjs@w3.org" <public-rdfjs@w3.org>
On Fri, Jun 13, 2014 at 6:17 AM, Michael Luggen <michael@oiu.ch> wrote: > > > On the other hand for most applications, it is not necessary to use a full > fledged triplestore. Rubens N3 parser which reads Turtle and N-Triples and > also plain JSON-LD is often good enough to hold the data inside an > application. The tricky part begins with accessing the graph. There is the > RDF-API (http://www.w3.org/TR/rdf-api/ stalled right now) which provides a > specification how to interact with a RDF Graph. But we don’t know of a > implementation expect the partial one build in rdfstorejs. Another take on > this would to implement other access methods like e.g. Gremlin > (https://github.com/tinkerpop/gremlin/wiki) based on JSON-LD or on other > triple representations. And finally we could also write a more robust SPARQL > engine which can be used on the mentioned structures. > Green Turtle [1],[2] has implemented the complete RDFa API since mid-2012. [1] https://code.google.com/p/green-turtle/ [2] https://github.com/alexmilowski/green-turtle -- --Alex Milowski "The excellence of grammar as a guide is proportional to the paucity of the inflexions, i.e. to the degree of analysis effected by the language considered." Bertrand Russell in a footnote of Principles of Mathematics
Received on Wednesday, 18 June 2014 13:52:11 UTC