Re: Defines the Same ObjectProperty at Different Levels

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Defines-the-Same-ObjectProperty-at-Different-Levels-tp1993p1995.html

Hello,

When you create an object property, it can be used at ANY level of the hierarchy. Then, you may restrict the level (using domain and range). To allow using it at different level, you can either do not define domain and range, or define a domain/range that corresponds to all possibility (e.g. "HEADER or IP-HEADER or TCP-HEADER or...", or simply a class that is a common parent to all of them).

Jiba