Skip to content

Feature: SPARQL insert #107

@BenjaminHofstetter

Description

@BenjaminHofstetter

SPAQRL Insert is not officially supported.

I can categorize this feature into four areas:

Endpoint: Some systems use different endpoints for UPDATES and normal Queries.

Recognize UPDATE queries: To use another endpoint for updates, we need to recognize the query kind and distinguish between queries and updates to choose the correct endpoint. Query recondition is already implemented.

Authentication: Some endpoints need different authentication for updates. Currently, this is limited to Basic Auth. If we have two endpoints, we need to handle this.

Files: What should updates on Files do? We can load many files into Oxygraph at once, but where should write go? This is currently unknown.

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