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

BNode context dicts for NT and N-Quads parsers #1108

Commits on Jun 1, 2020

  1. Adding bnode_context option to NT and NQuads parsers (RDFLib#980)

    - Also, updating the shared context so it works properly with
      Graph.parse
    mwatts15 committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    1a5df00 View commit details
    Browse the repository at this point in the history
  2. Adding some docs for bnode_context in N-Quads (RDFLib#980)

    - Also, writing out BNode reference to avoid Sphinx warning
    - Deleting NTParser __init__ since it doesn't do anything
    mwatts15 committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    bf54041 View commit details
    Browse the repository at this point in the history