N3.js icon indicating copy to clipboard operation
N3.js copied to clipboard

list parsing issue

Open giacomociti opened this issue 1 year ago • 1 comments

a list containing a graph apparently is ignored:

import { Parser } from 'n3'
const parser = new Parser({ format: 'text/n3' })
console.log(parser.parse('<s> <p> ({<a> <b> <c>}) .'))

giacomociti avatar Mar 24 '23 13:03 giacomociti

I'll try and sneak a fix into https://github.com/rdfjs/N3.js/pull/341 since I've been fighting with other list related issues there already (in particular parsing of N3 paths within lists).

jeswr avatar Mar 24 '23 23:03 jeswr