Fix nquads parsing issue
nquads/tordf.scm
195 | 195 | default-graph | |
196 | 196 | (alist-set | |
197 | 197 | named-graphs graph-name | |
198 | - | (cons triple (assoc-ref named-graphs graph-name))))))) | |
198 | + | (cons triple (or (assoc-ref named-graphs graph-name)'()))))))) | |
199 | 199 | (('statement _ ...) | |
200 | 200 | (loop (list parse-tree) state default-graph named-graphs)) | |
201 | 201 | (((parse-tree ...)) |