1

why is it not allowed to include a nested triple like <<?s ?o ?p>> ?x ?y within the where clause of a insert/delete statement. It immediatelly returns an 500 error.

Following simple statement returns this error.

delete {
    
}
insert {
  
                                                           
} where {
<<?s ?o ?p>> ?x ?y.
}
Stanislav Kralin
  • 11,070
  • 4
  • 35
  • 58
Greenfish
  • 358
  • 2
  • 5
  • 19

0 Answers0