Skip to content

Deleting statements in a context #11

@kbogtob

Description

@kbogtob

With the RDF::Repository, I can set a context with the #set_context method. After than, every statement I'm going to insert into the repository will be assigned this context.

But when I delete statements from the repository, the context that is used to delete the statements is the one already assigned to the statement (RDF::Statement#context= or #graph=). So the two operations are not symmetric at all.

I'm going to do a PR in a few to adjust that behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions