Mercurial > code > home > repos > streamed-graph
diff src/json_ld_quads.ts @ 22:e90d9021c6a0
add back s-g code; this breaks the build a little. WIP
author | drewp@bigasterisk.com |
---|---|
date | Fri, 13 Dec 2019 01:39:29 -0800 |
parents | 9ec3cbc8791a |
children | 7fe46400f04b |
line wrap: on
line diff
--- a/src/json_ld_quads.ts Fri Dec 13 01:36:57 2019 -0800 +++ b/src/json_ld_quads.ts Fri Dec 13 01:39:29 2019 -0800 @@ -5,7 +5,7 @@ // import {} from 'n3'; // const { rdf } = ns; -const rdf = { type: "http://rdf/type/todo" }; +const rdf = { type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" }; function _emitQuad( onQuad: (q: Quad) => void,