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

Add tests for AbbreviatingSerializer and AbbreviatingParser roles #53

Closed
kasei opened this issue Jan 7, 2016 · 1 comment
Closed

Add tests for AbbreviatingSerializer and AbbreviatingParser roles #53

kasei opened this issue Jan 7, 2016 · 1 comment
Labels

Comments

@kasei
Copy link
Owner

kasei commented Jan 7, 2016

Test end-to-end abbreviation support for:

as well as cross-format tests for Turtle and RDF/XML.

For example, tests should:

  • Ensure all @Prefix declarations remain intact in turtle-to-turtle transcoding
  • Ensure all xmlns declarations remain intact in rdf/xml-to-rdf/xml transcoding
  • Ensure all xmlns declarations remain intact in rdf/xml-to-turtle transcoding
  • Ensure all used @Prefix declarations remain intact in turtle-to-rdf/xml transcoding
  • Ensure RDF/XML uses PrefixNames for predicate IRIs that can be abbreviated
  • Ensure SPARQL and Turtle uses PrefixNames for all IRIs that can be abbreviated
@kasei
Copy link
Owner Author

kasei commented Apr 10, 2016

Code for SPARQL and Turtle is now done. I'm closing this and opening a new ticket (#91) for just the RDF/XML work, as that depends on #22 that doesn't yet have a schedule for completion.

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

No branches or pull requests

1 participant