libjs-n3

fast asynchronous streaming RDF for JavaScript - browser library

Description

The N3.js library is an implementation of the RDF.js low-level specification at <https://rdf.js.org/> that lets you handle RDF in JavaScript easily.

It offers:

 * Parsing triples/quads
   from Turtle, TriG, N-Triples, N-Quads, and Notation3 (N3)
 * Writing triples/quads
   to Turtle, TriG, N-Triples, and N-Quads
 * Storage of triples/quads in memory

Parsing and writing is:
 * asynchronous – triples arrive as soon as possible
 * streaming – streams are parsed as data comes in,
   so you can parse files larger than memory
 * fast – by far the fastest spec-compatible parser in JavaScript

Resource Description Framework (RDF) is a standard model for data interchange on the Web.

This package contains N3.js directly usable in web browsers.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/rdfjs/N3.js


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libjs-n3