Mercurial > code > home > repos > streamed-graph
diff src/layout/json_ld_quads.ts @ 128:5a1a79f54779
big rewrite
author | drewp@bigasterisk.com |
---|---|
date | Fri, 05 May 2023 21:26:36 -0700 |
parents | 2468f2227d22 |
children |
line wrap: on
line diff
--- a/src/layout/json_ld_quads.ts Fri May 05 21:23:44 2023 -0700 +++ b/src/layout/json_ld_quads.ts Fri May 05 21:26:36 2023 -0700 @@ -1,3 +1,5 @@ +// unused? + import * as jsonld from "jsonld"; import { JsonLd, JsonLdArray } from "jsonld/jsonld-spec"; import { Quad, NamedNode, DataFactory } from "n3";