-
Notifications
You must be signed in to change notification settings - Fork 144
Other Implementations
A list of other rdf related implementations in JavaScript
rdfQuery is an easy-to-use Javascript library for RDF-related processing. You can use it to parse RDFa embedded within your page, query over the facts it contains, and reason to produce more facts. In concert with an server-side triplestore, rdfQuery can be used to create interfaces for editing the semantic web.
http://code.google.com/p/rdfquery/
rdfstore-js is a pure Javascript implementation of a RDF graph store with support for the SPARQL query and data manipulation language.
https://github.com/antoniogarrote/rdfstore-js
The RDF Interfaces Specification defines a set of standardized interfaces for working with RDF data in a programming environment.
This is an ECMAScript-262 V5 (Javascript) implementation of those interfaces, by the specification editor.