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
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.
rules
P.S. I work for Grakn ;)