Source: node-n3 Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard , Build-Depends: brotli, debhelper, # node-arrayify-stream , # node-chai , # node-chai-things , # node-docco , # eslint , # mocha , # node-nyc , # node-rdf-test-suite , node-source-map, # node-streamify-string , node-uglify (>= 2), pigz, Standards-Version: 4.3.0 Homepage: https://github.com/rdfjs/N3.js Vcs-Browser: https://salsa.debian.org/js-team/node-n3 Vcs-Git: https://salsa.debian.org/js-team/node-n3.git Rules-Requires-Root: no Package: node-n3 Architecture: all Multi-Arch: foreign Depends: nodejs (>= 8), ${misc:Depends}, Description: fast asynchronous streaming RDF for JavaScript - Node library 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. Package: libjs-n3 Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Recommends: javascript-common, Description: fast asynchronous streaming RDF for JavaScript - browser library 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 directly usable in web browsers.