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
Add a set of tests checking the conversion from N-Quads/N-Triples to Jelly and vice versa.
Use JSON-LD tests as inspiration:
Directory structure:
tests
fromRdf
triples_001
in_001.nt
out.jelly
quads_001
in_001.nq
in_002.nq
Note that the implementing the test metadata or reporting mechanisms is not part of this issue. This can be done later as another subissue of #25.
We can make test subgroups based on feature support (e.g., RDF-star, generalized RDF, namespace declarations).
CC-ing @adanilenka and @bswck as this will be useful in pyjelly.
The text was updated successfully, but these errors were encountered:
Ostrzyciel
No branches or pull requests
Add a set of tests checking the conversion from N-Quads/N-Triples to Jelly and vice versa.
Use JSON-LD tests as inspiration:
Directory structure:
tests
(at the root of this repo)fromRdf
(test group name)triples_001
(test identifier)in_001.nt
out.jelly
quads_001
in_001.nq
(stream element 1)in_002.nq
(stream element 2)out.jelly
Note that the implementing the test metadata or reporting mechanisms is not part of this issue. This can be done later as another subissue of #25.
We can make test subgroups based on feature support (e.g., RDF-star, generalized RDF, namespace declarations).
CC-ing @adanilenka and @bswck as this will be useful in pyjelly.
The text was updated successfully, but these errors were encountered: