我向 Sesame Server 发送以下 http 请求:
params = { 'subj' : '?s', 'pred' : 'rdf:type', 'obj' : 'Device' }
也试过:
params = { 'pred' : 'rdf:type', 'obj' : 'Device' }
翻译为:
我对 PYTHON 中的参数执行以下操作:
urllib.urlencode(params))
我得到响应:400(错误请求)。
请帮助解决这个问题。我认为这与谓词 URI 的编码不当有关。前缀是:' <http://example.com/devices#>
'
参考: