我喜欢用R中的rrdfSPARQL包来探索我的三重商店的内容 . 我相信他们会使用cURL . 除 endpoints 地址和查询本身外,它们还可以采用其他参数 .

这里's GraphDB'关于基于cURL的查询的注释:http://graphdb.ontotext.com/documentation/standard/quick-start-guide.html#query-data-programmatically

我可以发誓过去我从R连接到一些受密码保护的Triplestore,但我不记得我是怎么做到的 . 它可能是Stardog或Blazegraph .

我将通过VPN连接 . 我希望我可以放宽关于不在纯文本URL中嵌入敏感数据(如密码)的常规规则 .

  • Can I connect to a password-protected GraphDB (or any other RDF4J compliant triplestore) by including the username and password as part of the URL?

  • Or, can I establish an authenticated connection/session with GraphDB over cURL, as opposed to establishing a secure connection within some Java or Scala code?