How to reason or make inferences in Neo4j?

后端 未结 3 954
情深已故
情深已故 2021-01-12 16:42

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

Though it has been mentioned here i can\'t fi

3条回答
  •  青春惊慌失措
    2021-01-12 17:27

    If you're looking for practical inference over graph data you should take a look at Grakn, it has a reasoning engine built in. You can define your reasoning logic using rules in Graql.

    P.S. I work for Grakn ;)

提交回复
热议问题