Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
オブジェクトがリテラルであるトリプルを削除したい
私は次のことを試みていますが、オブジェクトが RDFNode でなければならないというエラーが表示されますが、私のグラフではそうではありません
model.remove(myDeeds.get(i), LOCAH + "/associatedWith", ResourceFactory.createPlainLiteral("word"));
myDeed.get(i)リソースです
myDeed.get(i)
この削除を実行する方法はありますか?