We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08a12c commit aaf3e8bCopy full SHA for aaf3e8b
1 file changed
src/rdfToJsonld.js
@@ -156,7 +156,6 @@ function rdfToJsonld (triples, config) {
156
}
157
158
for (const [name, graph] of Object.entries(graphMap)) {
159
- const graph = graphMap[name];
160
const nil = graph[RDF__NIL];
161
if (!nil) {
162
continue;
0 commit comments