Skip to content

Add support for DELETE/INSERT, DELETE, DELETE WHERE and DELETE DATA update operations #99

@jaw111

Description

@jaw111

The following update operations give a SPARQL error: Unknown query typedelete error:

DELETE/INSERT

delete { ?s ?p ?o }
insert { ?s ?p ?o }
where { ?s ?p ?o }

DELETE

delete { ?s ?p ?o }
where { ?s ?p ?o }

DELETE WHERE

delete where { ?s ?p ?o }

DELETE DATA

delete data {
    <urn:example:subject> <urn:example:predicate> <urn:example:object> .
}

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