0

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.

Curious
  • 139
  • 2
  • 5

1 Answers1

0

You can do multiple passes on your ontologies to add the additional custom labels. Sample code here:

https://community.neo4j.com/t/how-to-import-two-ontologies-with-two-different-labels-for-the-owl-class/54097/9?u=jesus.barrasa