node-n3
fast asynchronous streaming RDF for JavaScript - Node 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 usable with Nodejs.
Additionally, this package embeds the module queue-microtask.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 screenshotHint: 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 node-n3