Hi everyone,
I am currently working with OWL ontologies created on Protege. I've been trying to import them on Neo4J using the following query :
<call n10s.rdf.import.fetch("file:///fileAdress/fileName","Turtle", {typesToLabels: false})>
My ontology has Individuals for each class, but when I import it, it generates two different graphs in the same Neo4J Browser view : one with the classes and a separate one with the instances. I would like the instances to be physically linked to the nodes/classes they belong to. Would you know how to do that?
The {typesToLabels: false} parameter doesn't seem to work.
Thanks so much for your help