Skip to content

Other Implementations

melvincarvalho edited this page Jan 15, 2012 · 4 revisions

A list of other rdf related implementations in JavaScript

rdfquery

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

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

rdf-interfaces

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.

https://github.com/webr3/rdf-interfaces

Clone this wiki locally