'Merging ontologies with common property
I am studying OWL and now I'm trying to merge two ontologies.
My issue is with two properties that share the name (not the whole IRI but only the name).
For my example, it would make sense to merge those two properties to be the same property. Is there a way to do that?
I tried with "Equivalent to", but the doesn't solve the problem in this sense. Any ideas?
Solution 1:[1]
You can create IRI in the ontologyX and copy the IRI and use it in the ontologyY. Why not?
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 | Seb |
