简体   繁体   English

如何在 Ontotext GraphDB 上使用 RDF4J API 执行 SPIN 规则

[英]How to execute a SPIN rule using RDF4J API on Ontotext GraphDB

I am using RDF4J to create a repository on Ontotext GraphDB, import an RDF/XML to it and execute a SPIN rule.我正在使用 RDF4J 在 Ontotext GraphDB 上创建存储库,向其中导入 RDF/XML 并执行 SPIN 规则。

We can create and configure the repository as shown here http://graphdb.ontotext.com/documentation/enterprise/using-graphdb-with-the-rdf4j-api.html我们可以创建和配置存储库,如下所示http://graphdb.ontotext.com/documentation/enterprise/using-graphdb-with-the-rdf4j-api.html

What is the proper configuration for SPIN support and the proper way to execute a SPIN rule on Ontotext GraphDB FREE or SE? SPIN 支持的正确配置是什么,以及在 Ontotext GraphDB FREE 或 SE 上执行 SPIN 规则的正确方法是什么? An example which would create the appropriate repository on GraphDB FREE or SE using RDF4J and executing an update sample SPIN rule (using RDF4J) on some sample data would be of great help.使用 RDF4J 在 GraphDB FREE 或 SE 上创建适当的存储库并对某些示例数据执行更新示例 SPIN 规则(使用 RDF4J)的示例将有很大帮助。

GraphDB doesn't support SPIN rules. GraphDB 不支持 SPIN 规则。 It only supports some SPIN functions: http://graphdb.ontotext.com/documentation/standard/loading-data-using-ontorefine.html它只支持一些 SPIN 函数:http: //graphdb.ontotext.com/documentation/standard/loading-data-using-ontorefine.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM