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

Make the RDF::Repository more symmetric on insert/delete and right with RDF::Statement usage. #12

Closed
wants to merge 2 commits into from

Commits on May 19, 2016

  1. Make the RDF::Repository have only one context at a time.

    Karim Bogtob committed May 19, 2016
    Configuration menu
    Copy the full SHA
    6ec714c View commit details
    Browse the repository at this point in the history
  2. Make the delete operation symetric to the insert operation.

    The delete operation now initialize the context of statements with the context uri when a context is set on the RDF Repository.
    Karim Bogtob committed May 19, 2016
    Configuration menu
    Copy the full SHA
    6fb13b2 View commit details
    Browse the repository at this point in the history