Revision 5b94fd2c12712e04345d4b130358afbb352f6436 authored by vthierry on 28 October 2025, 18:54:37 UTC, committed by vthierry on 28 October 2025, 18:54:37 UTC
1 parent 4ad30c1
ttl2n3.js
#!/usr/bin/env node
const e=require("rdf"),r=r=>e.TurtleParser.parse(r).graph.toArray().join("\n");console.log(r(require("fs").readFileSync(require("process").stdin.fd,"utf-8")));

Computing file changes ...