为什么不允许<<?s ?o ?p>> ?x ?y
在插入/删除语句的 where 子句中包含嵌套三元组。它立即返回 500 错误。
以下简单语句返回此错误。
delete {
}
insert {
} where {
<<?s ?o ?p>> ?x ?y.
}
为什么不允许<<?s ?o ?p>> ?x ?y
在插入/删除语句的 where 子句中包含嵌套三元组。它立即返回 500 错误。
以下简单语句返回此错误。
delete {
}
insert {
} where {
<<?s ?o ?p>> ?x ?y.
}