Re: Current RDFJS implementations?

On Thu, Oct 3, 2013 at 2:16 AM, Melvin Carvalho
<melvincarvalho@gmail.com>wrote:
>
>
> <https://github.com/linkeddata/rdflib.js/wiki/Other-Implementations#rdf-interfaces>
> 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
>
> <https://github.com/linkeddata/rdflib.js/wiki/Other-Implementations#js-rdf-api-prototype>JS
> RDF API Prototype
>
> This library provides access to the next revision of the RDFa API
> Interfaces, it's not a full implementation yet (the Document Extentions for
> RDFa documents and PropertyGroup functionality is missing), however it does
> provide access to all RDF and Data Interfaces from the next editors draft,
> this library will be aligned with the RDFa API regardless of issue/proposal
> outcomes from the next editors draft onwards, so will/may be subject to
> change.
>
> http://webr3.org/apps/play/api/lib
>
>
I maintain the `rdf` package, largely forked from webr3's libraries: <
https://github.com/Acubed/node-rdf>

It's developed for Node.js, but works with any environment that supports
`require`.

Austin Wright.

Received on Thursday, 3 October 2013 18:14:39 UTC