We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For a file test.trig with the following content:
test.trig
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
The text was updated successfully, but these errors were encountered:
Whoops. These fuzzy dots in the RDF 1.1 grammars will be the death of me :/
Fixed in cb231f4, thanks.
Sorry, something went wrong.
No branches or pull requests
For a file
test.trig
with the following content:run the following command:
The text was updated successfully, but these errors were encountered: