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

Cannot parse a valid TriG document #22

Closed
wouterbeek opened this issue Mar 11, 2019 · 1 comment
Closed

Cannot parse a valid TriG document #22

wouterbeek opened this issue Mar 11, 2019 · 1 comment

Comments

@wouterbeek
Copy link

For a file test.trig with the following content:

prefix : <https://example.com/>
:g {
  :x :p :y.
  :x :p :y; :q :z.
}

run the following command:

$ serdi -i trig test.trig 
<https://example.com/x> <https://example.com/p> <https://example.com/y> <https://example.com/g> .
<https://example.com/x> <https://example.com/p> <https://example.com/y> <https://example.com/g> .
error: /home/wbeek/tmp/test.trig:4:10: bad subject
@drobilla
Copy link
Owner

Whoops. These fuzzy dots in the RDF 1.1 grammars will be the death of me :/

Fixed in cb231f4, thanks.

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