I have 3 ontologies and I want to import them in the same graph in neo4j, but I would like to import each owl:Class of each ontology under a different label. Any guidance or suggestions are greatly appreciated.
Asked
Active
Viewed 193 times
1 Answers
0
You can do multiple passes on your ontologies to add the additional custom labels. Sample code here:

user15863090
- 21
- 2