【发布时间】:2020-09-17 07:19:23
【问题描述】:
- 免费设置当前的 graphdb(已在 9.3.3 和 9.4.0 中试用)
- 在已启用 SHACL 验证的工作台中创建新存储库
- 导出到 ttl
- 将其设置为 graphdb 在启动时导入的 init 存储库
- 观察 graphdb 启动失败并显示消息
Only graphdb repositories are supported
在尝试使用准备好的数据库设置自动部署时,这让我们很痛苦。有什么建议可以解决吗?
【问题讨论】:
Only graphdb repositories are supported
在尝试使用准备好的数据库设置自动部署时,这让我们很痛苦。有什么建议可以解决吗?
【问题讨论】:
您可以使用 config.ttl 模板以编程方式创建 repo,如 http://graphdb.ontotext.com/documentation/standard/configuring-a-repository.html#configure-a-repository-programmatically 所述:
curl -X POST --header "Content-Type:multipart/form-data" -F "config=@./config.ttl"
"http://localhost:7200/rest/repositories"
但我不知道你应该使用什么道具名称。所以我发布了一个问题 (GDB-5031) 来记录 http://graphdb.ontotext.com/documentation/standard/shacl-validation.html#creating-and-configuring-a-shacl-repository 中描述的 9 个新参数的 Turtle 属性名称,并将它们包含在 /configs/templates/config.ttl 中
【讨论】: