次のコードを使用してストアにトリプルを追加しようとすると、次のエラーが発生します。この点で私を助けてください。前もって感謝します。
store = plugin.get('IOMemory',Store)()
store.add((abc, FOAF['knows'],def))
Error:
Traceback (most recent call last):
File "C:\Python27\internetcode.py", line 114, in <module>
store.add((abc, FOAF['knows'],def))
TypeError: add() takes at least 3 arguments (2 given)