
The N3.js library is an implementation of the RDF.js low-level specification at
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.