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

Allow distinct blank node contexts from one NTriples parser to the next (#980) #1107

Commits on May 31, 2020

  1. Configuration menu
    Copy the full SHA
    1bd8733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c7cca3 View commit details
    Browse the repository at this point in the history
  3. Supporting bnode_context for each call to parse (RDFLib#980)

    - Needed so you can access through Graph.parse which does not support
      passing args to Parser __init__
    mwatts15 committed May 31, 2020
    Configuration menu
    Copy the full SHA
    04d65c9 View commit details
    Browse the repository at this point in the history
  4. Adding docs for bnode_context arguments (RDFLib#980)

    - Also making "py:obj" the default role for docs
    mwatts15 committed May 31, 2020
    Configuration menu
    Copy the full SHA
    92f66b3 View commit details
    Browse the repository at this point in the history