Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list parsing issue #342

Open
giacomociti opened this issue Mar 24, 2023 · 1 comment
Open

list parsing issue #342

giacomociti opened this issue Mar 24, 2023 · 1 comment

Comments

@giacomociti
Copy link

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>}) .'))
@jeswr
Copy link
Collaborator

jeswr commented Mar 24, 2023

I'll try and sneak a fix into #341 since I've been fighting with other list related issues there already (in particular parsing of N3 paths within lists).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants