如何在Neo4j中进行推理或推断? [英] How to reason or make inferences in Neo4j?

查看:2811
本文介绍了如何在Neo4j中进行推理或推断?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Neo4j中创建了一个语义图.是否可以在Neo4j中使用OWL推理机?还是任何推理引擎?

I created a semantic Graph in Neo4j. Is there any possibility to use an OWL reasoner in Neo4j? Or any inference engine?

尽管已被提及此处我找不到任何解决方案或API.

Though it has been mentioned here i can't find any solution or API for this.

感谢您的任何建议!

推荐答案

也许您希望看到以下内容: 单击此处

我从该链接中引用了这一点:

Maybe you want to see this: click here

I quoted this from that link:

如果要在neo4j数据库上使用推理机,您的主要任务是将数据从neo4j中吸取,并将其格式化为一组RDF三元组.然后,您可以将这些RDF三元组放入Jena模型中.当您在内存中拥有那个耶拿模型时,可以使用现有的耶拿API在该模型上使用推理程序

Your main task if you want to use reasoners over a neo4j database is going to be to suck data out of neo4j, and format it as a set of RDF triples. You can then put those RDF triples into a Jena Model. When you have that jena model in memory, you can use existing jena APIs to use reasoners with that model

这篇关于如何在Neo4j中进行推理或推断?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆