[ 原始碼: node-n3 ]
套件:node-n3(1.16.3+~1.2.3+~1.10.4-1)
node-n3 的相關連結
Debian 的資源:
下載原始碼套件 node-n3:
- [node-n3_1.16.3+~1.2.3+~1.10.4-1.dsc]
- [node-n3_1.16.3+~1.2.3+~1.10.4.orig-Xqueue.tar.gz]
- [node-n3_1.16.3+~1.2.3+~1.10.4.orig-Xtypes.tar.gz]
- [node-n3_1.16.3+~1.2.3+~1.10.4.orig.tar.gz]
- [node-n3_1.16.3+~1.2.3+~1.10.4-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
fast asynchronous streaming RDF for JavaScript - Node library
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.
其他與 node-n3 有關的套件
|
|
|
|
-
- dep: node-readable-stream
- stream compatibility library for Node.js and browser