I am very new to Neo4j and have been learning about to use it. I want to try it out with an ontologies file that I have access to.
The ontologie file is a .owl
Can someone please tell me how this can be done?
Again, I am a beginner and would appreciate detailed explanations
Thank you for your help!
@dana_canzano
Thank you for your relpy.
I have been able to import it in Neo4J.
However, the nodes are not made according to the classes, as well as the relations.
Any tips on how to fix this?
My aim is to import the OWL document and have it presented in Neo4J as it is in the original document. This means I am looking at having the same classes (administrative unit, crop, plot etc.).
Hi @matt8mb the n10s.onto.import.* procedures import only a subset of the statements in your ontology as described in the manual.
The ontology you're trying to load makes heavy use of predicates outside the set covered by these methods. I'd suggest you try the n10s.rdf.import.* methods instead.
Let us know if that improves things.
It would be great to know what's your objective importing the onto in to neo4j? Is it visual exploration? Or are you gaming for more advanced (programmatic) use? Anything you can share?