'How to import multiple ontologies into neo4j with multiple labels for the owl:Class
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.
Solution 1:[1]
You can do multiple passes on your ontologies to add the additional custom labels. Sample code here:
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | user15863090 |
