Skip to content

Its not possible to update or insert data via SPARQL endpoint #37

@BjBe82

Description

@BjBe82

Just tried to insert data in a named graph using the SPARQL endpoint:

PREFIX dtsc: <tag:esa.int,2025:dtsc:managment:vocabulary#>
INSERT DATA {
	  _:newProject a dtsc:Project ;
				   dtsc:name "name" ;
				   dtsc:description "description" .
	
}

This fails with the following error:

Image

Checked this with Virtuoso where the same Query works as expected.

Image -> Image -> Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions