Is Neo4j Capable of Reasoning from Ontology? #1026
Unanswered
arkanalexei
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @arkanalexei , you certainly can. Check out the following resources: and since you're there, you may want to have a look at other uses of ontologies in Neo4j in other episodes of the series. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, sorry if this is not the right place to ask such questions. As the title suggests, is it possible for me to enforce a set of rules from an ontology (.owl for example) and apply that to my Neo4j graph database. So, for example I define an ontology in Protege that has several classes and properties. And then let's say I want to use Neo4j to store the instances. Is there a way to make sure that whatever node or relationship I created follows the ontology? If it is possible, how can I handle inconsistencies, like creating a node that doesn't follow the defined ontology?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions