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
Steps to reproduce:
?- [library(semweb/rdf_db)]. ?- [library(semweb/turtle)]. ?- rdf_assert(rdf:s, rdf:p, rdf:o). ?- rdf_save_canonical_trig('test.trig', []).
File test.trig now has the following content:
test.trig
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . <user> { rdf:s rdf:p rdf:o . }
Notice that <user> is not a legal IRI.
<user>
Expected: TriG to not export the <...> { ... } graph notation for triples in the default graph.
<...> { ... }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce:
File
test.trig
now has the following content:Notice that
<user>
is not a legal IRI.Expected: TriG to not export the
<...> { ... }
graph notation for triples in the default graph.The text was updated successfully, but these errors were encountered: