Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adopt RDFJS interfaces #135

Open
elf-pavlik opened this issue Aug 20, 2016 · 1 comment
Open

adopt RDFJS interfaces #135

elf-pavlik opened this issue Aug 20, 2016 · 1 comment

Comments

@elf-pavlik
Copy link

W3C RDFJS CG created through community process a proposal for common RDF interfaces for JavaScript. You can find it in https://github.com/rdfjs/representation-task-force/blob/master/interface-spec.md

Many libraries started adopting this interface and providing feedback before the TF will finalize the spec: rdfjs/data-model-spec#67

@jacoscaz
Copy link

Hello @antoniogarrote . Over the last few weeks we've been working on https://github.com/beautifulinteractions/node-quadstore, a quadstore for both Node.js and browsers that supports the RDF/JS Store interface. Its indexing strategy looks almost identical to rdfstore-js's.

I've had a look at your code and it looks to me like extending QuadBackend (#134) to support the RDF/JS Store interface would allow rdfstore-js to implement persistent storage in any context where a suitable implementation of such interface is available, Node.js included (#6).

Would you accept a PR for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants