1175
|
1 Notes on js rdf libs:
|
|
2
|
|
3 https://github.com/RubenVerborgh/N3.js
|
|
4 - claims to be fast, probably is
|
|
5 - awkward string syntax for uri/literal/etc
|
|
6 - quad support: yes, but
|
|
7 - sparql: yes, but no initial-bindings api :( https://github.com/tomayac/ldf-client/issues/3#issuecomment-138468212
|
|
8 - json-ld: no?
|
|
9
|
|
10 https://github.com/RubenVerborgh/SPARQL.js
|
|
11 - js query format looks nice
|
|
12 - reads triples from N3.js format
|
|
13
|
|
14 https://github.com/antoniogarrote/rdfstore-js
|
|
15 - "mid-rewrite" 2015-08
|
|
16 - contains interface to jsonld.js parser
|
|
17 - quad APIs are inconsistent or difficult. Parsed jsonld data is silently reduced to triples
|
|
18 - interesting observer api, including for sparql query results: https://github.com/antoniogarrote/rdfstore-js/blob/c038228134a19832ede2495bd13d281a13026438/README.md#events-api
|
|
19
|
|
20 https://code.google.com/p/rdfquery/
|
|
21 http://www.jenitennison.com/rdfquery/
|
|
22 - last edit 2011?
|
|
23 - reads rdf/json
|
|
24
|
|
25 https://github.com/digitalbazaar/jsonld.js/
|
|
26 - json-ld <-> nquads text
|
|
27 - various json-ld reformatters so you can walk the graph as plain js objects
|