Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-19-2022 10:52 AM
Dear Neo4J community,
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!
01-19-2022 05:37 PM
@matt8mb
Welcome to Neo4j
You can import a .owl file using Neosemantics which provides examples as well as instruction for installation
01-20-2022 07:14 AM
@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?
01-20-2022 07:31 AM
However, the nodes are not made according to the classes, as well as the relations.
do you have specific details?
01-21-2022 08:41 AM
Thank you for your answer.
Basically I am trying to import this: https://www.w3.org/2002/07/owl#Thing
But when I do, the nodes do not correspond to the ones I am aiming to have.
01-21-2022 02:04 PM
do you have more detail of what 'the ones I am aiming to have` is ?
01-21-2022 08:44 AM
Here is what I get:
01-23-2022 07:23 AM
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.).
02-22-2022 01:54 AM
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?
Thanks,
JB.
All the sessions of the conference are now available online