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

Implement rapper-like RDF format conversion executable #60

Open
3 tasks
robstewart57 opened this issue Oct 25, 2018 · 0 comments
Open
3 tasks

Implement rapper-like RDF format conversion executable #60

robstewart57 opened this issue Oct 25, 2018 · 0 comments

Comments

@robstewart57
Copy link
Owner

robstewart57 commented Oct 25, 2018

Inspired by the rapper executable, which is built on top of the Raptor library:

http://librdf.org/raptor/rapper.html

E.g.

rapper -o ntriples http://planetrdf.com/guide/rss.rdf
rapper -i rss-tag-soup -o rss-1.0 pile-of-rss.xml http://example.org/base/
rapper --count http://example.org/index.rdf

This functionality is already partially supported by the rdf4h executable.

  • fix the RDF/XML parser (W3C test suite #17).
  • match the executable flags of rapper.
  • benchmark rapper against the rdf4h executable for all RDF parsing/serialising conversion combinations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant