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:
Checked this with Virtuoso where the same Query works as expected.

->

->
